-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (206 loc) · 9.57 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<html>
<head>
<meta charset="utf-8">
<title>Driftbee</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Raleway:300,400,500,700">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- Leave those next 4 lines if you care about users using IE8 -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="top-nav clearfix">
<a href="index.html" class="logo">
<img src="images/bee_logo.png">
</a>
<ul>
<li><a href="#">Create an Experience</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Sign up</a></li>
<li><a href="#">Log in</a></li>
</ul>
</div>
</div>
<!-- Your banner code -->
<div class="banner" style="background-image: linear-gradient(-225deg, rgba(0,101,168,0.6) 0%, rgba(0,36,61,0.6) 50%), url('images/tsankari.jpg');">
<div class="banner-content">
<h1>TIME TO DRIFT</h1>
<p>Discover new activities in 100+ different destinations.</p>
<form class="form-inline">
<div class="form-group">
<label class="sr-only" for="destination">Check In</label>
<input type="text" class="form-control" id="checkin" placeholder="Destination">
</div>
<div class="form-group">
<label class="sr-only" for="activity">Check Out</label>
<input type="text" class="form-control" id="checkout" placeholder="Activity">
</div>
<select class="form-control">
<option value="1">1 bee</option>
<option value="2">2 bees</option>
<option value="3">3 bees</option>
</select>
<button type="search" class="btn btn-primary">Search</button>
</form>
</div>
</div>
<!-- Your date form -->
<!-- <form class="form-inline">
<div class="form-group">
<label class="sr-only" for="checkin">Check In</label>
<input type="text" class="form-control" id="checkin" placeholder="Check In">
</div>
<div class="form-group">
<label class="sr-only" for="checkout">Check Out</label>
<input type="text" class="form-control" id="checkout" placeholder="Check Out">
</div>
<select class="form-control">
<option value="1">1 guest</option>
<option value="2">2 guests</option>
<option value="3">3 guests</option>
</select>
<button type="search" class="btn btn-default">Search</button>
</form> -->
<!-- Your features code -->
<div class="feature-wrapper">
<ul class="list-inline text-center list-features">
<li>
<img src="images/globe.png" alt="globe.png">
<h3><b>Discover the world</b></h3>
<p>The earth is your new home.</p>
</li>
<li>
<img src="images/dollar.png" alt="globe.png">
<h3><b>Pay online</b></h3>
<p>No cash issues anymore.</p>
</li>
<li>
<img src="images/beer.png" alt="globe.png">
<h3><b>Meet people</b></h3>
<p>Discover new culture and lifestyle.</p>
</li>
<li>
<img src="images/heart.png" alt="globe.png">
<h3><b>Share and love</b></h3>
<p>Join a community you will love.</p>
</li>
</ul>
</div>
<!-- Your cards code -->
<div class="wrapper-cards">
<div class="container">
<h2>Your next adventure</h2>
<div class="cards">
<div class="card" style="background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.2)), url('images/slide_low.jpg');">
<div class="overlay"></div>
<h2 class="card-location">Paros</h2>
<div class="card-description">
<h2>Windsurfing</h2>
<p>Learn how to windsurf at Golden Beach</p>
</div>
<img class="avatar avatar-location" src="images/lordkaatje.png" alt="Kaatje">
<a href="windsurf_index.html"></a>
</div>
<div class="card" style="background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.2)), url('images/cycling_low.jpg');">
<div class="overlay"></div>
<h2 class="card-location">Porto</h2>
<div class="card-description">
<h2>Cycling</h2>
<p>Discover Tuscany on two wheels.</p>
</div>
<img class="avatar avatar-location" src="images/koos.png" alt="Kaatje">
</div>
<div class="card" style="background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.2)), url('images/sailing_low.jpg');">
<div class="overlay"></div>
<h2 class="card-location">Caribbean</h2>
<div class="card-description">
<h2>Sailing</h2>
<p>Sail on turquoise waters.</p>
</div>
<img class="avatar avatar-location" src="images/matt.png" alt="Kaatje">
</div>
</div>
</div>
</div>
<!-- Your newsletter code -->
<div class="form-base">
<h2>Get news for us</h2>
<p>Leave us your e-mail and get news from us</p>
<form class="form-inline">
<div class="form-group">
<label for="Email">Email</label>
<input type="email" class="form-control" id="Email" placeholder="[email protected]">
</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
<!-- Your map code -->
<div id="map" style="width: 100%; height: 400px;"></div>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
<script type="text/javascript">
var centre = new google.maps.LatLng(39.322891, 12.558352);
var myLatlng = new google.maps.LatLng(51.522564, -0.088328);
var paros = new google.maps.LatLng(37.010713, 25.241330);
var tuscany = new google.maps.LatLng(43.640602, 11.097219);
var caribbean = new google.maps.LatLng(14.407484, -62.312670);
var myOptions = {
zoom: 3,
center: centre,
scrollwheel: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
styles: [{"featureType":"landscape.man_made","elementType":"geometry","stylers":[{"color":"#f7f1df"}]},{"featureType":"landscape.natural","elementType":"geometry","stylers":[{"color":"#d0e3b4"}]},{"featureType":"landscape.natural.terrain","elementType":"geometry","stylers":[{"visibility":"off"}]},{"featureType":"poi","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi.medical","elementType":"geometry","stylers":[{"color":"#fbd3da"}]},{"featureType":"poi.park","elementType":"geometry","stylers":[{"color":"#bde6ab"}]},{"featureType":"road","elementType":"geometry.stroke","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#ffe15f"}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#efd151"}]},{"featureType":"road.arterial","elementType":"geometry.fill","stylers":[{"color":"#ffffff"}]},{"featureType":"road.local","elementType":"geometry.fill","stylers":[{"color":"black"}]},{"featureType":"transit.station.airport","elementType":"geometry.fill","stylers":[{"color":"#cfb2db"}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#a2daf2"}]}] // TODO: replace [] by array from https://snazzymaps.com/
};
var map = new google.maps.Map(document.getElementById('map'), myOptions);
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title: "You are here!"
});
var marker = new google.maps.Marker({
position: paros,
map: map,
title: "Windsurfing, Paros"
});
var marker = new google.maps.Marker({
position: tuscany,
map: map,
title: "Windsurfing, Paros"
});
var marker = new google.maps.Marker({
position: caribbean,
map: map,
title: "Windsurfing, Paros"
});
</script>
<!-- Your footer code -->
<div class="wrapper-footer">
<div class="container">
<div class="row">
<div class="col-xs-6">
<ul class="list-inline">
<li><i class="fa fa-youtube fa-2x"></i></li>
<li><i class="fa fa-facebook fa-2x"></i></li>
<li><i class="fa fa-instagram fa-2x"></i></li>
<li><i class="fa fa-twitter fa-2x"></i></li>
</ul>
</div>
<div class="col-xs-6">
<p>Copyright 2018 - All rights reserved.</p>
</div>
</div>
</div>
</div>
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="functions.js">
</script>
</html>