-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjourney_info.html
526 lines (522 loc) · 22.5 KB
/
journey_info.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
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
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!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="icon" type="image/x-icon" href="images/logo.png" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"
></script>
<script src="https://kit.fontawesome.com/26d6b75079.js" crossorigin="anonymous"></script>
<link href="styles/options.css" rel="stylesheet" type="text/css" />
<link href="styles/mobile.css" rel="stylesheet" type="text/css" />
<title>Journey Info</title>
</head>
<body>
<canvas id="background">
<div id="container"></div>
</canvas>
<script src="scripts/script.js"></script>
<script src="scripts/cardTilt.js"></script>
<div class="modal fade" id="others-modal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">Inquiry Form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form id="qForm">
<div class="form-group row">
<label for="inputName" class="col-sm-2 col-form-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputName" placeholder="Your Name">
</div>
</div>
<div class="form-group row">
<label for="inputEmail" class="col-sm-2 col-form-label">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="inputEmail" placeholder="Email">
</div>
</div>
<div class="form-group row">
<label for="inputQuestion" class="col-sm-2 col-form-label">Question(s)</label>
<div class="col-sm-10">
<textarea class="form-control" id="inputQuestion" ></textarea>
</div>
</div>
</form>
</div>
<div class="modal-footer" style="justify-content: space-between;">
<button type="submit" class="btn btn-primary" id="inquiry-submitter">Submit</button>
<div class="alert alert-danger" id="form-incomplete" role="alert" style="float:left">
Please fill out all sections of the form before submitting!
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="submission_success" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropL" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropL">Inquiry Submitted</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Your inquiry has been submitted and a team member will get back to you within 48 hours.
</div>
<!-- <div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Understood</button>
</div> -->
</div>
</div>
</div>
<div
class="modal fade"
id="trainingModal"
tabindex="-1"
aria-labelledby="exampleModalXlLabel"
style="display: none"
aria-hidden="true"
>
<div class="modal-dialog modal-xl modal-dialog-scrollable" >
<div class="modal-content">
<div class="modal-header">
<h1
class="modal-title fs-4 display-1"
id="m1"
style="color: black; font-size: 2rem"
>
<b>Training</b>
</h1>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="div-same-line">
<div class="info-section">
<b>Physical Fitness Training:</b> Astronauts must be in excellent physical
condition to handle the rigors of space travel. We provide a
customized training program which includes cardiovascular training,
strength training, and flexibility training.
<br />
<br />
<b>Psychological Preparedness Training:</b> We also provide
psychological preparedness training to help our space tourists deal
with the stress of space travel. This training program includes
stress management techniques, team building exercises, and mental
preparedness training.
<br />
<br />
<b>Technical Training:</b> Our technical training program prepares our
space tourists for the technical aspects of space travel, including
safety procedures, emergency protocols, and operating the equipment
onboard the spacecraft through simulators in zero gravity
conditions.
<br />
<br />
<b>Space History and Exploration:</b> We believe that space travel is an
opportunity to learn about the universe and our place in it. Our
space tourists are provided with education on space history and
exploration, including a visit to a space museum or observatory to
better understand the science behind space travel.
</div>
<img src="images/training-img.jpg" class="info-section-img rounded-2" />
</div>
</div>
</div>
</div>
</div>
<div
class="modal fade"
id="launchModal"
tabindex="-1"
aria-labelledby="exampleModalXlLabel"
style="display: none"
aria-hidden="true"
>
<div class="modal-dialog modal-xl modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1
class="modal-title fs-4 display-1"
id="m2"
style="color: black; font-size: 2rem"
>
<b>Launch</b>
</h1>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="div-same-line">
<div class="info-section">
The launch process for space travel is a critical component of the
journey, as it sets the stage for the rest of the mission. At Cosmic
Cruiselines, we take great care to ensure that our launch process is
safe, efficient, and reliable, so that our space tourists can have a
smooth and enjoyable journey to space.
<br />
<br />
Our spacecraft, the Celestial Voyager, is launched using a
specialized rocket, which is designed to provide the necessary
thrust to overcome the Earth's gravity and propel the spacecraft
into space. The rocket is equipped with a series of powerful engines
and is capable of generating millions of pounds of thrust to lift
the spacecraft off the launch pad.
<br />
<br />
The launch process begins with a series of checks and tests to
ensure that all systems are functioning properly. This includes
testing the rocket engines, verifying the guidance and navigation
systems, and ensuring that the spacecraft is properly attached to
the rocket.
<br />
<br />
Once all systems have been checked and verified, the countdown to
launch begins. The launch sequence is carefully choreographed, with
a series of precise actions and checks performed in sequence to
ensure a smooth and safe launch.
<br />
<br />
As the countdown reaches zero, the rocket engines ignite, generating
a massive amount of thrust that propels the spacecraft off the
launch pad and into the sky. The rocket accelerates rapidly,
reaching speeds of several thousand kilometers per hour, as it
climbs higher and higher into the atmosphere.
<br />
<br />
After several minutes of flight, the rocket engines shut down, and
the spacecraft separates from the rocket. The spacecraft's own
engines then take over, firing to propel the spacecraft into orbit
around the Earth.
<br />
<br />
Throughout the launch process, our experienced mission control team
monitors the spacecraft's progress and ensures that everything is
functioning as planned. They are ready to respond quickly to any
unforeseen issues that may arise, to ensure the safety and success
of the mission.
<br />
<br />
In summary, the launch process for space travel is a carefully
choreographed sequence of actions that requires precision and
expertise. At Cosmic Cruiselines, we take great care to ensure that
our launch process is safe, efficient, and reliable, so that our
space tourists can have the adventure of a lifetime with peace of
mind.
<br>
<br>
</div>
<img src="images/in-space.WEBP"alt="img" class="info-section-img rounded-2">
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="modal fade"
id="safetyModal"
tabindex="-1"
aria-labelledby="exampleModalXlLabel"
style="display: none"
aria-hidden="true"
>
<div class="modal-dialog modal-xl modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1
class="modal-title fs-4 display-1"
id="m3"
style="color: black; font-size: 2rem"
>
<b>Safety</b>
</h1>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="div-same-line">
<section>
The spacecraft is equipped with a range of advanced technologies,
including a computer-controlled guidance and navigation system, a
life support system, and a thermal protection system. The life
support system is capable of providing oxygen, water, and food to
the passengers during their journey, while the thermal protection
system ensures that the spacecraft can withstand the extreme
temperatures of space travel.
</section>
<img
class="card-img-top"
src="images/safety-img.jpeg"
alt="Card image cap"
/>
</div>
</div>
</div>
</div>
</div>
<div
class="modal fade"
id="recoveryModal"
tabindex="-1"
aria-labelledby="exampleModalXlLabel"
style="display: none"
aria-hidden="true"
>
<div class="modal-dialog modal-xl modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1
class="modal-title fs-4 display-1"
id="m4"
style="color: black; font-size: 2rem"
>
<b>Recovery</b>
</h1>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-body">
<div class="div-same-line">
<div class="info-section">
The recovery of passengers after their spaceflight is a critical
aspect of the mission and is planned and executed with the utmost
care and attention to detail at Cosmic Cruiselines.
<br />
<br />
After the spaceflight experience is complete, our spacecraft, the
Celestial Voyager, will return to Earth and enter the atmosphere.
During re-entry, the spacecraft will experience high temperatures
and extreme forces, which must be carefully managed to ensure a safe
landing.
<br />
<br />
To recover our passengers, we use a combination of ground support
teams and specially designed recovery vehicles. The recovery
vehicles are equipped with parachutes and airbags that are deployed
to cushion the landing and absorb the impact of the landing.
<br />
<br />
As the spacecraft approaches the ground, our ground support teams
will be on standby, ready to provide assistance to the passengers as
needed. They will use specialized equipment to safely extract the
passengers from the spacecraft and provide medical attention and
support as required.
<br />
<br />
Our recovery teams are highly trained and experienced, with
expertise in a range of disciplines, including emergency medical
services, search and rescue operations, and hazardous materials
handling. They are equipped with the latest technology and
equipment, including advanced medical facilities, communication
systems, and specialized vehicles.
<br />
<br />
In the unlikely event of an emergency, our recovery teams are ready
to respond quickly and efficiently to ensure the safety and
well-being of our passengers.
<br />
<br />
In summary, the recovery of passengers after their spaceflight is a
critical aspect of the mission and is planned and executed with the
utmost care and attention to detail at Cosmic Cruiselines. We use a
combination of ground support teams and specially designed recovery
vehicles to ensure a safe and smooth recovery process for our
passengers.
</div>
<img
class="info-section-img rounded-2"
src="images/recovery.jpeg"
alt="Card image cap"
/>
</div>
</div>
</div>
</div>
</div>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title display-4" id="offcanvasRightLabel">Explore <i class="fas fa-rocket"></i></h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<a class="dropdown-item menu-item" href="index.html">Home</a>
<a class="dropdown-item menu-item" href="packages.html">Travel Plans</a>
<a class="dropdown-item menu-item" href="journey_info.html">The Journey</a>
<a class="dropdown-item menu-item" href="spacecraft.html">The Spacecraft</a>
<a class="dropdown-item menu-item" href="booking.html">Register to Book</a>
<a class="dropdown-item menu-item" href="citation.html">Sources</a>
</div>
</div>
<div id="intro">
<div class="sub-included">
<div class="together" onclick="window.location='index.html';">
<img class="icon" src="images/logo.png" alt="the-icon" />
<h1 class="logo-text">Cosmic Cruiselines</h1>
<h3 class="hide-on-desktop page-title">The Journey</h3>
</div>
<h3 class="hide-on-mobile">The Journey</h3>
</div>
<button class="btn btn-secondary" type="button" data-bs-toggle="offcanvas" id="menu-btn" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight">
<img src="images/hamburger-menu.png" id="ham-menu-btn" alt="*menu" />
</button>
</div>
<div class="body-container">
<div class="div-same-line" id="options-to-explore" style="margin-top: 10%">
<!-- onmousemove="updateTilt(this, event)" onmouseleave="resetTilt(this)" -->
<div class="card-container">
<div class="card options-div" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">Training</h5>
<img
class="card-img-top"
src="images/training-img-pic.jpeg"
alt="Card image cap"
/>
<hr />
<p class="card-text"></p>
</div>
</div>
</div>
<!-- onmousemove="updateTilt(this, event)" onmouseleave="resetTilt(this)" -->
<div class="card-container">
<div
class="card options-div"
style="width: 18rem;"
onclick="window.location='plans/plan2.html';"
>
<div class="card-body">
<h5 class="card-title">Launch</h5>
<img
class="card-img-top"
src="images/spacecraft_option.jpeg"
alt="Card image cap"
/>
<hr />
<p class="card-text"></p>
</div>
</div>
</div>
<!-- onmousemove="updateTilt(this, event)" onmouseleave="resetTilt(this)" -->
<div class="card-container">
<div
class="card options-div"
style="width: 18rem;"
onclick="window.location='plans/plan3.html';"
>
<div class="card-body">
<h5 class="card-title">Safety</h5>
<img
class="card-img-top"
src="images/safety-img.jpeg"
alt="Card image cap"
/>
<hr />
<p class="card-text"></p>
</div>
</div>
</div>
<!-- onmousemove="updateTilt(this, event)" onmouseleave="resetTilt(this)" -->
<div class="card-container">
<div
class="card options-div"
style="width: 18rem;"
onclick="window.location='plans/plan3.html';"
>
<div class="card-body">
<h5 class="card-title">Recovery</h5>
<img
class="card-img-top"
src="images/recovery.jpeg"
alt="Card image cap"
/>
<hr />
<p class="card-text"></p>
</div>
</div>
</div>
</div>
<footer class="py-5 front"id="the-footer">
<div class="row" style="justify-content: space-around;">
<div class="col-6 col-md-2 mb-3">
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="index.html" class="nav-link p-0 link-light">Home</a></li>
<li class="nav-item mb-2"><a href="packages.html" class="nav-link p-0 link-light">Travel Plans</a></li>
<li class="nav-item mb-2"><a href="journey_info.html" class="nav-link p-0 link-light">The Journey</a></li>
<li class="nav-item mb-2"><a href="spacecraft.html" class="nav-link p-0 link-light">The Spacecraft</a></li>
<li class="nav-item mb-2"><a href="booking.html" class="nav-link p-0 link-light">Registration</a></li>
</ul>
</div>
<div class="col-md-5 offset-md-1 mb-3">
<p>
<i class="fas fa-envelope"></i>
Email Address:
<a class="contact-info-link" href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<i class="fas fa-phone"></i>
Phone Number:
<a class="contact-info-link" href="tel:+11234567890" style="text-decoration:none;">(123)-456-7890</a>
</p>
<br>
<form>
<h5>Subscribe to our newsletter</h5>
<p>Learn what's new and exciting about Cosmic Cruiselines!</p>
<div class="d-flex flex-column flex-sm-row w-100 gap-2">
<label for="newsletter1" class="visually-hidden">Email address</label>
<input id="newsletter1" type="text" class="form-control" placeholder="Email address">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>© 2023 Cosmic Cruiselines, Inc. All rights reserved.</p>
</div>
</footer>
<div class="chatbot-window transparent-outlined">
<div class="chatbot-top">
<h3>Chat With CC!</h3>
</div>
<div class="chat-body imessage" id="messages-here">
</div>
<div class="sender-div"></div>
<div class="chatbot-bottom">
<img src="images/chatbot.jpeg" alt="chatbot-img" id="chatbot-toggler" \>
</div>
</div>
</div>
<script src="scripts/modals.js"></script>
<script src="scripts/chatbot.js"></script>
<script src="scripts/inquirySubmission.js"></script>
</body>
</html>