-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (256 loc) · 14.1 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flock</title>
<link rel="stylesheet" href="./style/swiper.min.css">
<link rel="stylesheet" href="./style/bootstrap.min.css">
<link rel="stylesheet" href="./style/style.css">
<link href="https://unpkg.com/[email protected]/css/gijgo.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container col-12 p-0">
<div class="header col-12">
<div class="logo col-12">
<img src="./image/logo.png" alt="">
</div>
<div class="row col-sm-12">
<div class="about">
<h1>Bachelor parties just got better</h1>
<p> Skip the spreadsheets & browser tabs that come with planning the perfect bachelor party. We’re
your one-stop shop for planning the perfect trip for you and your boys.</p>
</div>
<div class="form">
<form name="trip" method="POST" data-netlify="true">
<div class="swiper-container form-swiper-container">
<div class="swiper-wrapper form-swiper-wrapper">
<div class="swiper-slide">
<h2>Type of Trip</h2>
<div class="select">
<div>
<div class="pic">
<img src="./image/Group 44.png" alt="">
</div>
<input type="radio" name="type" value="party" hidden id="">
Party
</div>
<div>
<div class="pic">
<img src="./image/Screenshot 2019-07-28 at 18.11.png" alt="">
</div>
<input type="radio" name="type" value="golf" hidden id="">
Golf
</div>
<div>
<div class="pic">
<img src="./image/Screenshot 2019-07-28 at 18.14.png" alt="">
</div>
<input type="radio" name="type" value="outdoors" hidden id="">
Outdoors
</div>
<div>
<div class="pic">
<img src="./image/_.png" alt="">
</div>
<input type="radio" name="type" value="type-not" hidden id="">
I don't know
</div>
</div>
<button disabled type="button" class="type-button">Next</button>
</div>
<div class="swiper-slide">
<h2>Number of Guests</h2>
<div class="select">
<div>
<div class="pic">
<img src="./image/people1.png" alt="">
</div>
<input type="radio" name="numberGuests" value="2_6" hidden id="">
2-6
</div>
<div>
<div class="pic">
<img src="./image/people2.png" alt="">
</div>
<input type="radio" name="numberGuests" value="6_12" hidden id="">
6-12
</div>
<div>
<div class="pic">
<img src="./image/people3.png" alt="">
</div>
<input type="radio" name="numberGuests" value="12+" hidden id="">
12+
</div>
<div>
<div class="pic">
<img src="./image/_.png" alt="">
</div>
<input type="radio" name="numberGuests" value="Not of Guests" hidden id="">
I don't know
</div>
</div>
<button disabled type="button" class="num-button">Next</button>
</div>
<div class="swiper-slide">
<h2>Trip Dates</h2>
<div class="selects">
<div class="date form-select datepicker">
<input id="datepicker" name="date" oninput="oninput()" placeholder="Start Date" />
<img class="select-icon" src="./image/arrow-bottom.png" alt="">
</div>
<div class=" days">
<img class="select-icon-left" src="./image/day.png" alt="">
<img class="select-icon" src="./image/arrow-bottom.png" alt="">
<select id="days" name="day" value="Number of days"
class="custom-select">
</select>
</div>
<div class="radio">
<input type="radio" id="date-not" name="date" value="I dont know">
<label for="date-not">I don’t know</label>
</div>
</div>
<button disabled type="button" class="selects-button">Next</button>
</div>
<div class="swiper-slide">
<h2>Let’s Chat</h2>
<div class="select inps">
<div class="form-input">
<div>
<img class="form-icon" src="./image/name.png" alt="">
</div>
<input type="text" name="full-name" placeholder="Full name">
</div>
<div class="form-input">
<div>
<img class="form-icon" src="./image/email.png" alt="">
</div>
<input type="email" name="email" placeholder="Email">
</div>
<div class="form-input">
<div>
<img class="form-icon" src="./image/phone.png" alt="">
</div>
<input type="text" name="phone" placeholder="Phone">
</div>
</div>
<button disabled>Next</button>
</div>
</div>
<div class="swiper-pagination form-swiper-pagination"></div>
</div>
</form>
</div>
</div>
</div>
<div class="content col-12">
<div class="row">
<h2>Planning has never been easier</h2>
</div>
<div class="row">
<div class="col-10 col-md-3 col-sm-8">
<div class="number">1</div>
<div class="name">You dream it</div>
<div class="more">Pool party of cabin in the wood? Apartment or luxury hotel? Share your thinking
online - fast & easy.</div>
</div>
<div class="col-10 col-md-3 col-sm-8">
<div class="number">2</div>
<div class="name">We plan it</div>
<div class="more">Our group travel consultants will arrange and customize the perfect trip for you
and your crew.</div>
</div>
<div class="col-10 col-md-3 col-sm-8">
<div class="number">3</div>
<div class="name">Let’s do it</div>
<div class="more">You like what you see, and you and your friends pack your bags and hit the road.
</div>
</div>
</div>
</div>
<div class="price col-12">
<h2>All this for just $35/guy</h2>
<p class="col-10">That’s right. For the price of a couple beers each, you can have your entire bachelor
party planned for
you. Get in touch with us today to learn more.</p>
<button onclick="getStarted()">Get started</button>
</div>
<div class="tips col-12">
<h2>Trip tips</h2>
<p class="col-10">
Written by our Group Trip Pros to give you a taste of what a few of our favortie cities have to offer.
</p>
<a class="col-10" href="#">See More</a>
<div class="row col">
<div>
<div class="line"></div>
<div class="name">Austin</div>
<img src="./image/Group24.png" alt="">
</div>
<div>
<div class="line"></div>
<div class="name">Miami</div>
<img src="./image/Group 23.png" alt="">
</div>
<div>
<div class="line"></div>
<div class="name">Nashville</div>
<img src="./image/Group 22.png" alt="">
</div>
<div>
<div class="line"></div>
<div class="name">Scottsdale</div>
<img src="./image/Group 21.png" alt="">
</div>
</div>
</div>
<div class="slide">
<div class="swiper-container slider-swiper-container">
<div class="swiper-wrapper slider-swiper-wrapper">
<div class="swiper-slide">
<div class="icon"><span>“</span></div>
<h2>Damn. These guys planned an unreal trip. All we had to do was show up.</h2>
<img class="photo" src="./image/Group 12.3.png" alt="">
<span>Dan from San Francisco</span>
</div>
<div class="swiper-slide">
<div class="icon"><span>“</span></div>
<h2>Damn. These guys planned an unreal trip. All we had to do was show up.</h2>
<img class="photo" src="./image/Group 12.3.png" alt="">
<span>Dan from San Francisco</span>
</div>
<div class="swiper-slide">
<div class="icon"><span>“</span></div>
<h2>Damn. These guys planned an unreal trip. All we had to do was show up.</h2>
<img class="photo" src="./image/Group 12.3.png" alt="">
<span>Dan from San Francisco</span>
</div>
<div class="swiper-slide">
<div class="icon"><span>“</span></div>
<h2>Damn. These guys planned an unreal trip. All we had to do was show up.</h2>
<img class="photo" src="./image/Group 12.3.png" alt="">
<span>Dan from San Francisco</span>
</div>
</div>
<img class="swiper-button-prev slider-swiper-button-prev" src="./image/left.png" alt="">
<img class="swiper-button-next slider-swiper-button-next" src="./image/right.png" alt="">
<div class="swiper-pagination slider-swiper-pagination"></div>
</div>
</div>
<div class="question col-12">
<h2>Ready to learn more?</h2>
<p class="col-10">Chat with one of our Group Trip Pros today.</p>
<button onclick="getInTouch()">Get in touch</button>
</div>
<div class="footer col-12">
<img src="./image/FLOCK.png" alt="">
</div>
</div>
<script src="./script/swiper.min.js"></script>
<script src="./script/jquery-3.4.1.min.js"></script>
<script src="./script/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/js/gijgo.min.js" type="text/javascript"></script>
<script src="./script/script.js"></script>
</body>
</html>