-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
67 lines (61 loc) · 2.12 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Assests/CSS/style.css"/>
<title>HikeTunez</title>
</head>
<body>
<div class="Joe">
<div class= "jtext">
<span class="boarder">
HikeTunez
</span>
</div>
</div>
<section class="sec1 sec1-light">
<h2>Do you like to funk around?</h2>
<p>If you answered yes, then this is the site for you. Welcome to HikeTunez, the site to find hikes near you and have a custom playlist to listen to for that hike.</p>
</section>
<div class="ruvim">
<div class= "jtext">
<span class="boarder o-block">
</span>
</div>
</div>
<section class="sec1 sec1-dark">
<h2>Who said you had to listen to nature while hiking?</h2>
<p>If you are over listening to birds chirping, put on your headphones, hit the soundtrack button on the hike you want to take, and get funky!</p>
</section>
<div class="tammi">
<div class= "jtext">
<span class="boarder o-block">
</span>
</div>
</div>
<!-- This section includes the button that you click to take you to the next page -->
<section class="sec1 sec1-dark">
<h2>Ready to hike?</h2>
<div class="col">
<div class="containerBtn">
<div class="btn btn-four" onclick="window.location.href = 'location.html';">
<span>I'm feeling groovy!</span>
</div>
</div>
</section>
<div class="Joe">
<div class= "jtext">
<span class="boarder">
HikeTunez
</span>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="Assests/Script/savedhikes.js"></script>
<script src="Assests/Script/player.js"></script>
<script src="Assests/Script/script.js"></script>
</body>
</html>