-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDownhillBiking.html
More file actions
54 lines (39 loc) · 1.66 KB
/
DownhillBiking.html
File metadata and controls
54 lines (39 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Downhill Biking</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, Downhill biking">
<meta name="author" content="Dustin Busmer">
</head>
<body>
<main>
<header>
<h1>Downhill Biking</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Snowboarding.html">Snowboarding</a></li>
<li><a class="active" 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="downhillPara">Just because the snow has melted and the birds are out doesn't mean the fun has to stop.<br>
At extremophile's we've got you covered from winter to summer, flying down a mountain with no wheels is great, but so is doing it on two.<br></p>
<img src="images/Downhill1.jpg" class="downhillImg" alt="Downhill Mountainbiking">
<p class="downhillPara">At Extremophile's we've made it our mission to make sure everyone from begginer to expert has all the gear they need<br>
year round to fly down the side of a mountain. We've partnered with some of the biggest names in the industry<br>
to make sure Victorians get the best gear at the lowest prices.</p>
<img src="images/Downhill2.jpg" class="downhillImg" alt="Downhill Mountainbiking">
<br>
</main>
<footer>
<p>Copyright © 2019 Extremophile. All rights reserved.</p>
</footer>
</body>
</html>