-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompassHome.php
More file actions
346 lines (330 loc) · 16.4 KB
/
CompassHome.php
File metadata and controls
346 lines (330 loc) · 16.4 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
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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compass Homepage</title>
<link rel="stylesheet" href="z-styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="CompassHome.php" class="logo">
<img src="images/compass-logo.png" alt="Compass Logo" class="logo-image">
</a>
</div>
<div class="menu-toggle">
<i class="fas fa-bars"></i>
</div>
<ul class="nav-links">
<li><a href="CompassHome.php" class="active">Home</a></li>
<li><a href="Tripplanner.php">Trip Planner</a></li>
<li><a href="Destinations.php">Destinations</a></li>
<li><a href="Travel Logs.php">Travel Logs</a></li>
<li class="nav-search">
<div class="search-container">
<input type="text" id="globalSearch" placeholder="Search adventures, destinations..." class="search-input">
<button type="button" id="searchBtn" class="search-btn-nav">
<i class="fas fa-search"></i>
</button>
</div>
<div id="searchResults" class="search-results"></div>
</li>
<li><a href="logout.php">Logout »</a></li>
</ul>
</nav>
<section class="hero" id="home">
<video class="hero-image" autoplay muted loop playsinline aria-label="Compass adventure background video">
<source src="/compass/images/compasshome.mp4" type="video/mp4">
</video>
<div class="hero-content">
<h1>Welcome to Compass</h1>
<p>currently we have over 1500 extreme adventures for you to drool over. From surfing 40 foot waves in the middle of the ocean to fishing for piranha in the amazon, we've got it all. so take your pick:</p>
<div class="flight-search-container">
<div class="flight-search-tabs">
<ul class="nav-links2">
<li class="active"><a href="#" class="tab-btn active" data-tab="one-way">One-way</a></li>
<li><a href="#" class="tab-btn" data-tab="round-trip">Round-Trip</a></li>
</ul>
</div>
<form class="flight-search-form" id="flight-search-form">
<div class="form-group">
<label for="from">From</label>
<div class="input-with-icon">
<i class="fas fa-plane-departure"></i>
<input type="text" id="from" placeholder="Manila" readonly>
<ul class="dropdown-menu" id="from-dropdown">
<li data-value="Manila, Philippines">Manila, Philippines</li>
<li data-value="Cebu, Philippines">Cebu, Philippines</li>
<li data-value="Davao, Philippines">Davao, Philippines</li>
<li data-value="Bohol, Philippines">Bohol, Philippines</li>
<li data-value="Palawan, Philippines">Palawan, Philippines</li>
</ul>
</div>
</div>
<div class="form-group">
<label for="to">To</label>
<div class="input-with-icon">
<i class="fas fa-plane-arrival"></i>
<input type="text" id="to" placeholder="Select Destination" readonly>
<ul class="dropdown-menu" id="to-dropdown">
<li data-value="Tokyo, Japan">Tokyo, Japan</li>
<li data-value="Bangkok, Thailand">Bangkok, Thailand</li>
<li data-value="Singapore">Singapore</li>
<li data-value="Sydney, Australia">Sydney, Australia</li>
<li data-value="New York, USA">New York, USA</li>
</ul>
</div>
</div>
<div class="form-group">
<label for="depart">Depart</label>
<div class="input-with-icon">
<i class="fas fa-calendar-alt"></i>
<input type="text" id="depart" placeholder="Select Date" readonly>
<div class="calendar-container" id="calendar">
<div class="calendar-header">
<button type="button" id="prev-month"><</button>
<span id="month-year"></span>
<button type="button" id="next-month">></button>
</div>
<div class="calendar-grid" id="calendar-grid">
</div>
</div>
</div>
</div>
<div class="form-group">
<label for="passengers">Passengers</label>
<div class="input-with-icon">
<i class="fas fa-users"></i>
<input type="text" id="passengers" placeholder="1 Passenger" readonly>
<ul class="passenger-dropdown" id="passenger-dropdown">
<li data-value="1">1</li>
<li data-value="2">2</li>
<li data-value="3">3</li>
</div>
</div>
<div class="form-group search-button-group">
<label> </label>
<button type="submit" class="search-btn">Search Adventure</button>
</div>
</form>
</div>
</header>
<!-- Stories Section -->
<section class="stories-section">
<div class="stories-container">
<!-- Stories Row -->
<div class="stories-wrapper">
<!-- Story Items -->
<div class="story-item" data-story-id="1">
<div class="story-circle">
<img src="images/hiking-icon.jpg" alt="Hiking Adventure">
</div>
<p class="story-title">Hiking</p>
</div>
<div class="story-item" data-story-id="2">
<div class="story-circle">
<img src="images/surfing-icon.jpg" alt="Surfing Adventure">
</div>
<p class="story-title">Surfing</p>
</div>
<div class="story-item" data-story-id="3">
<div class="story-circle">
<img src="images/climbing-icon.jpg" alt="Climbing Adventure">
</div>
<p class="story-title">Climbing</p>
</div>
<div class="story-item" data-story-id="4">
<div class="story-circle">
<img src="images/kayaking-icon.jpg" alt="Kayaking Adventure">
</div>
<p class="story-title">Kayaking</p>
</div>
<div class="story-item" data-story-id="5">
<div class="story-circle">
<img src="images/skiing-icon.jpg" alt="Skiing Adventure">
</div>
<p class="story-title">Skiing</p>
</div>
<div class="story-item" data-story-id="6">
<div class="story-circle">
<img src="images/diving-icon.jpg" alt="Diving Adventure">
</div>
<p class="story-title">Diving</p>
</div>
<!-- Navigation Arrows -->
<button class="stories-nav stories-prev">
<i class="fas fa-chevron-left"></i>
</button>
<button class="stories-nav stories-next">
<i class="fas fa-chevron-right"></i>
</button>
</div>
<!-- Story Modal (Hidden by default) -->
<div class="story-modal-overlay">
<div class="story-modal">
<!-- Story Header -->
<div class="story-header">
<div class="story-progress">
<!-- Progress bars will be added dynamically -->
</div>
<div class="story-user">
<div class="story-user-pic">
<img src="images/Jude.png" alt="Compass">
</div>
<div class="story-user-info">
<span class="story-username">compass_adventures</span>
<span class="story-time">1h</span>
</div>
</div>
<div class="story-actions">
<button class="story-action-btn story-mute">
<i class="fas fa-volume-up"></i>
</button>
<button class="story-action-btn story-pause">
<i class="fas fa-pause"></i>
</button>
<button class="story-action-btn story-more">
<i class="fas fa-ellipsis-h"></i>
</button>
</div>
<button class="story-close">
<i class="fas fa-times"></i>
</button>
</div>
<!-- Story Content -->
<div class="story-content">
<!-- Story slides will be added dynamically -->
</div>
<!-- Story Navigation -->
<button class="story-nav-btn story-prev">
<i class="fas fa-chevron-left"></i>
</button>
<button class="story-nav-btn story-next">
<i class="fas fa-chevron-right"></i>
</button>
<!-- Story Footer -->
<div class="story-footer">
<div class="story-reply">
<input type="text" placeholder="Reply to compass_adventures...">
<button class="story-send">
<i class="fas fa-paper-plane"></i>
</button>
</div>
<button class="story-like">
<i class="far fa-heart"></i>
</button>
</div>
</div>
</div>
</section>
<section class="featured-destinations">
<div class="section-title">
<h2>Learn More About</h2>
</div>
<div class="destinations-container">
<div class="destination-card">
<div class="destination-img" style="background-image: url('/assets/images/pexels-1.jpeg');">
</div>
<div class="destination-info">
<h3>Fly Fishing in the Rocky Mountains</h3>
<p>You'll get a seasoned guide and lots of dehydrated ravioli.</p>
<div class="destination-meta">
<span><i class="fas fa-calendar-alt"></i> 7 Days</span>
<span><i class="fas fa-star"></i> 4.9</span>
</div>
</div>
</div>
<div class="destination-card">
<div class="destination-img" style="background-image: url('/assets/images/pexels-3.jpg');">
</div>
<div class="destination-info">
<h3>Level 5 Rapids</h3>
<p>Put your helmet on and grab your wetsuit. It's time to conquer Siberia.</p>
<div class="destination-meta">
<span><i class="fas fa-calendar-alt"></i> 5 Days</span>
<span><i class="fas fa-star"></i> 4.9</span>
</div>
</div>
</div>
<div class="destination-card">
<div class="destination-img" style="background-image: url('/assets/images/pexels-4.jpg');">
</div>
<div class="destination-info">
<h3>Puget Sound Kayaking</h3>
<p>One week of ocean kayaking in the Puget Sound.</p>
<div class="destination-meta">
<span><i class="fas fa-calendar-alt"></i> 6 Days</span>
<span><i class="fas fa-star"></i> 4.7</span>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial">
<div class="section-title">
<h2>Feature Destinations</h2>
</div>
<div class="destinations-container">
<div class="testimonial">
<div class="testimonial-content">
<div class="testimonial-img" style="background-image: url('/compass/images/yosemite.jpg');"></div>
<h3>Yosemite</h3>
<p>Experts only. Sign up now to scale El Capitan and Half Dome. Bring your own gear, We'll provide food and a one hour video on scaling these amazing rocks.</p>
<a href="#" class="btn">More Details</a>
</div>
</div>
</div>
</section>
<div class="sticky-circle">
<div class="plus">Devs</div>
<div class="image-grid">
<img src="/compass/images/Jude.png" alt="Image 1">
<img src="/compass/images/Ruy.jpg" alt="Image 2">
<img src="/compass/images/Funclara.jpg" alt="Image 3">
<img src="/compass/images/Faron.jpg" alt="Image 4">
</div>
</div>
<section class="why-choose-us">
<div class="section-title">
<h2>Why Choose Us</h2>
<p>We make your travel experience unforgettable</p>
</div>
<div class="features-container">
<div class="feature">
<div class="feature-icon">
<i class="fas fa-map-marked-alt"></i>
</div>
<h3>Handpicked Destinations</h3>
<p>We carefully select the most breathtaking and authentic destinations around the world.</p>
</div>
<div class="feature">
<div class="feature-icon">
<i class="fas fa-dollar-sign"></i>
</div>
<h3>Best Price Guarantee</h3>
<p>We promise the best rates and will match any lower price you find elsewhere.</p>
</div>
<div class="feature">
<div class="feature-icon">
<i class="fas fa-headset"></i>
</div>
<h3>24/7 Support</h3>
<p>Our dedicated team is available around the clock to assist with any questions or issues.</p>
</div>
<div class="feature">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Secure Booking</h3>
<p>Your payments and personal information are always protected with our secure system.</p>
</div>
</div>
</section>
<?php include('footer.php'); ?>
<script src="z-script.js"></script>
<script src="global-search.js"></script>
</body>
</html>