-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (127 loc) · 5.81 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<title>SoCal Amusement Parks Locator</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
<script src="map.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCKYbIHaV7r2E7QXdK5ZmAnsmUv0v6i2OQ&callback=initMap">
</script>
<link rel="stylesheet" href="theme.css" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Chivo' rel='stylesheet'>
</head>
<body>
<div class="container-narrow">
<div class="row">
<div class="col-sm-12";>
<h1>SoCal Amusement Parks Locator</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<div id = 'start'>
<h6>Click a marker for more info!</h6> </div>
<div id="map"></div>
</div>
<div class="col-sm-4">
<div id = "DisneyPics">
<h2>Disneyland</h2>
<h3>The Happiest Place on Earth</h3>
<div class="container">
<div class="col-xs-1">
<p> Address: </p>
</div>
<div class="col-xs-2">
<p>1313 Disneyland Dr.</p>
<p>Anaheim CA, 92802</p>
</div>
</div>
<div class="w3-display-container" style="width:370px;">
<img class = "Disney" src='http://apt.theactioneers.com/disney1.png'>
<img class = "Disney" src='http://apt.theactioneers.com/disney2.png'>
<img class = "Disney" src='http://apt.theactioneers.com/disney3.png'>
<a class="w3-btn-floating w3-display-left" onclick="plusDivs(-1, 'Disney')">❮</a>
<a class="w3-btn-floating w3-display-right" onclick="plusDivs(1, 'Disney')">❯</a>
</div>
</div>
<div id = "KnottsPics">
<h2>Knotts Berry Farm</h2>
<h3>America's First Theme Park</h3>
<div class="container">
<div class="row">
<div class="col-xs-2">
<p> Address: </p>
</div>
<div class="col-xs-6">
<p>8039 Beach Blvd.</p>
<p>Buena Park, CA 90620</p>
</div>
</div>
</div>
<div class="w3-display-container" style="width:350px;">
<img class = "Knotts" src='http://apt.theactioneers.com/knotts1.png'>
<img class = "Knotts" src='http://apt.theactioneers.com/knotts2.png'>
<img class = "Knotts" src='http://apt.theactioneers.com/knotts3.png'>
<a class="w3-btn-floating w3-display-left" onclick="plusDivs(-1, 'Knotts')">❮</a>
<a class="w3-btn-floating w3-display-right" onclick="plusDivs(1, 'Knotts')">❯</a>
</div>
</div>
<div id = "SixFlagsPics">
<h2>Magic Mountain</h2>
<h3>More Coasters Than Anywhere Else</h3>
<div class="container">
<div class="row">
<div class="col-xs-2">
<p> Address: </p>
</div>
<div class="col-xs-6">
<p>26101 Magic Mountain Pkwy.</p>
<p>Valencia CA, 91355</p>
</div>
</div>
</div>
<div class="w3-display-container" style="width:350px;">
<img class = "SixFlags" src='http://apt.theactioneers.com/sixflags1.png'>
<img class = "SixFlags" src='http://apt.theactioneers.com/sixflags2.png'>
<img class = "SixFlags" src='http://apt.theactioneers.com/sixflags3.png'>
<a class="w3-btn-floating w3-display-left" onclick="plusDivs(-1,'SixFlags')">❮</a>
<a class="w3-btn-floating w3-display-right" onclick="plusDivs(1,'SixFlags')">❯</a>
</div>
</div>
<div id = "SeaWorldPics">
<h2>Seaworld</h2>
<h3>Real. Amazing.</h3>
<div class="container">
<div class="row">
<div class="col-xs-2">
<p> Address: </p>
</div>
<div class="col-xs-6">
<p>500 Sea World Dr.</p>
<p>San Diego, CA 92109</p>
</div>
</div>
</div>
<div class="w3-display-container" style="width:350px;">
<img class = "SeaWorld" src='http://apt.theactioneers.com/seaworld1.png'>
<img class = "SeaWorld" src='http://apt.theactioneers.com/seaworld2.png'>
<img class = "SeaWorld" src='http://apt.theactioneers.com/seaworld3.png'>
<a class="w3-btn-floating w3-display-left" onclick="plusDivs(-1,'SeaWorld')">❮</a>
<a class="w3-btn-floating w3-display-right" onclick="plusDivs(1,'SeaWorld')">❯</a>
</div>
</div>
<script src="slideshow.js"> </script>
</div>
</div>
</div>
</div>
</body>
</html>