-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (71 loc) · 3.88 KB
/
Copy pathindex.html
File metadata and controls
89 lines (71 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="animate.css">
<title>Surfing</title>
</head>
<body>
<header>
<nav>
<ul>
<li><img class="menu animated swing" src="img/surfer.png"></a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="picture">Pictures</a></li>
<!-- <li><a href="#">comming soon</a></li>
<li><a href="#">comming soon</a></li> -->
</ul>
</li>
</ul>
</nav>
</header>
<img class="img-1" src="img/surfing_2.png" alt="surf" height="400">
<img class="logo" src="img/logo.png">
<div><h3>surf-ing</h3>
<dfn>the sport or pastime of riding a wave toward the shore while standing or lying on a surfboard.</dfn>
</div>
<div><h3>surf-board</h3>
<dfn>a long, narrow streamlined board used in surfing.</dfn></div>
<div><h3>Waves</h3>
<dfn>Surfing is a surface water sport in which the wave rider, referred to as a surfer, rides on the forward or deep face of a moving wave, which is usually carrying the surfer towards the shore.</dfn>
</div>
<br>
<article><h2>All about me.</h2>
<p>Hi there, My name is Matt Thomson, I'm a lifelong Texas surfer living in Austin now. I also run a surf vacation rental business called Wavecation. Like many of you, I spent years near the ocean surfing every day (Malibu and Maui mostly) but now find myself landlocked with a family and not much time to take surf trips.</p>
<p id="first-p">In 2013 I attended the Surf Park Summit in California and then started this Facebook page to encourage and support any efforts to build a park in TEXAS.</p>
<p>About a year later NLand Surf Park, headed by Doug Coors began construction on a surf park just east of Austin's airport. I post any updates on that park that I can (though I am not affiliated with them) and any other interesting surf park news.</p>
<p>Every Texas surfer has dreamed of surfing clean, consistent and fun waves on a regular basis. We may finally be able to do that soon even without living on the coast or making a multi-hour drive on a regular basis.</p>
<p><h2><strong>Benefits of Surf parks:</strong></h2></strong>
Provide recreation for surfer
Surf school and lessons in controlled environment
Opportunities to study wave energy
More environmentally friendly than driving 50+ miles to the surf break
Innovative job creators
Teach water safety and strong swimming skills
Great group outings
Day camps for kids
Rehab opportunities for physical therapy
So much more...
</p>
</article>
<!-- Find an existing website about your topic (or similar). What makes this site good or bad? Look at the source code (View Source). Do you recognize any HTML elements? Try to guess what the things you don't recognize do. Add a link to this website and a few sentences about what makes it good or bad to your index.html page. -->
<p>"GREAT WEBSITE" very much enjoy how easy it is to use. love how it looks. love all the pictures and love how easy it is to navigate..
<a href="http://www.surfingmagazine.com/">SURFING MAG</a></p>
<footer>
<a href="https://www.facebook.com/nlandsurfpark/"><img border="0" class="so" src="img/facebook.png"></a>
<a href="https://vimeo.com/124844362"><img border="0" class="so" src="img/vimeo.png"></a>
<a href="https://www.youtube.com/watch?v=ZH0w73-KslI"><img border="0" class="so" src="img/youtube.png"></a>
</footer>
<audio class="music" autoplay src="music/jazz.mp3">
</body>
</html>
<!-- the basic HTML structure elements found on every HTML page
some content that mixes header and paragraph tags
at least one image
at least two block-level elements that give semantic meaning to content
a table or form (you can submit to httpbin if you like, or to the other page of your site)
a list
at least one additional page that is linked from index.html -->