-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnowboarding.html
More file actions
53 lines (38 loc) · 1.64 KB
/
Snowboarding.html
File metadata and controls
53 lines (38 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Snowboarding</title>
<link rel="icon" href="images/logo.png" type="image/ico" />
<link rel="stylesheet" href="StyleSheet.css" type="text/css" />
<meta charset="UTF-8">
<meta name="description" content="Extreme sport store.">
<meta name="keywords" content="Sports, Extreme, Snowboarding">
<meta name="author" content="Dustin Busmer">
</head>
<body>
<main>
<header>
<h1>Snowboarding</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="Snowboarding.html">Snowboarding</a></li>
<li><a href="DownhillBiking.html">Downhill Biking</a></li>
<li><a href="AboutUs.html">About Us</a></li>
<li style="float:right"><a href="Contact.html">Contact</a></li>
</ul>
</nav>
<p class="snowBPara">No matter if you've never seen the snow before or you're a seasoned veteran of the slippery slopes we've got you covered.<br>
From the basic snow gear to the season passes on the mountain, one of our team will be happy to assist you in making the right purchase for you.<br></p>
<img src="images/BSnowboard.JPG" class="snowBimg" alt="Beginner Snowboarders">
<p class="snowBPara">We will be sure to fit you into a brand new board so you don't fly down the hill face first, <br>
and if you're not looking to break the bank we also sell secondhand boards that have been checked by our expert staff and we are certain they will meet your needs.</p>
<img src="images/ExSnowboard.jpg" class="snowBimg" alt="Expert Snowboarder">
<br>
</main>
<footer>
<p>Copyright © 2019 Extremophile. All rights reserved.</p>
</footer>
</body>
</html>