-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiences.html
286 lines (245 loc) · 14.1 KB
/
experiences.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valhalla Spacelines</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
</head>
<body>
<!--Main Navigation-->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark d-none d-lg-block" style="z-index: 2000;">
<div class="container-fluid">
<a class="navbar-brand mt-2 mt-lg-0" href="#">
<img
src="https://cdn.discordapp.com/attachments/1066926973382832238/1074560287828606986/Astraea_Robotics_Logo-removebg-preview.png"
height="35"
alt="MDB Logo"
loading="lazy"
/>
</a>
<!-- Left links -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="us.html">About Valhalla</a></li>
<a class="nav-link" href="experiences.html">Experiences</a></li>
<a class="nav-link" href="ships.html">Ships</a></li>
<a class="nav-link" href="contact.html">Contact Us</a></li>
</ul>
<!-- Left links -->
</div>
<!-- Collapsible wrapper -->
<!-- Right elements -->
<div class="d-flex align-items-center">
<!-- Icon -->
<a class="text-reset me-3" href="#">
<i class="fas fa-shopping-cart"></i>
</a>
<!-- Right elements -->
</div>
<!-- Container wrapper -->
</nav>
<!-- Navbar -->
<!-- Carousel wrapper -->
<div id="introCarousel" class="carousel slide carousel-fade shadow-2-strong" data-mdb-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-mdb-target="#introCarousel" data-mdb-slide-to="0" class="active"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="1"></li>
<li data-mdb-target="#introCarousel" data-mdb-slide-to="2"></li>
</ol>
<!-- Inner -->
<div class="carousel-inner">
<!-- Single item -->
<div class="carousel-item active">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.6);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.3);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h2>You can place here any content</h2>
</div>
</div>
</div>
</div>
<!-- Single item -->
<div class="carousel-item">
<div
class="mask"
style="
background: linear-gradient(
45deg,
rgba(29, 236, 197, 0.7),
rgba(91, 14, 214, 0.7) 100%
);
"
>
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white text-center">
<h2>And cover it with any mask</h2>
<a
class="btn btn-outline-light btn-lg m-2"
href="https://mdbootstrap.com/docs/standard/content-styles/masks/"
target="_blank"
role="button"
>Learn about masks</a
>
</div>
</div>
</div>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<a class="carousel-control-prev" href="#introCarousel" role="button" data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Carousel wrapper -->
</header>
<!--Main Navigation-->
<!--Main layout-->
<main class="mt-5">
<div class="container">
<!--Section: Content-->
<section>
<div class="row">
<div class="col-md-6 gx-5 mb-4">
<div class="bg-image hover-overlay ripple shadow-2-strong rounded-5" data-mdb-ripple-color="light">
<img src="/assets/interior.png" class="img-fluid" />
<a href="#!">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
</div>
<!-- Carousel wrapper -->
</header>
<!--Main Navigation-->
<div class="col-md-6 gx-5 mb-4">
<h4><strong>The Valhalla Spacelines Experience</strong></h4>
<p class="text-muted">
Our world-class spacelines will offer the perfect atmosphere for you and your family. Join us on the expedition of a lifetime at Valhalla, where the possibilities are beyond your wildest dreams.
</p>
<h5><strong>Onboard Experiences</strong></h5>
<p class="text-muted">
<p><strong>Sightseeing Dome</strong></p>
Experience breathtaking views of the cosmos like never before with our state-of-the-art sightseeing dome on board our fleet of luxurious space liners. Our dome is the perfect way to immerse yourself in the beauty of space while enjoying the comfort of a five-star hotel.<br><br>
<p><strong>Arcade</strong></p>
Looking for a fun way to pass the time on your journey through the cosmos? Look no further than the arcade on board our fleet of luxurious space liners. Our arcade offers a wide range of exciting games and activities that are sure to keep you entertained for hours on end. <br><br>
<p><strong>Spacewalk</strong></p>
Experience the ultimate in space tourism with our exclusive spacewalk program on board our fleet of luxurious space liners. Our spacewalk program offers a once-in-a-lifetime opportunity to step outside the spacecraft and float weightlessly in the vast expanse of space. <br><br>
</p>
<h5><strong>Meal Options</strong></h5>
<p><strong>Breakfast</strong></p>
<p class="text-muted">
Waffles, Pancakes, Bagels, Bread, Eggs, Croissant, French Toast, Orange and Apple Juice. Bacon and sausage offered as sides.
</p>
<p><strong>Lunch and Dinner</strong></p>
<p class="text-muted">
Garlic bread, spring rolls, cheese-sticks, veggie nachos, and samosas. Non-veg options include chicken wings, egg rolls, potstickers, chicken nachos, and goat samosa.
<p><strong>Dessert</strong></p>
<p class="text-muted">
Ice Cream Machine, Cheesecake, Brownie, Apple Pie Smoothie and Juice Machine, and Chocolate Chip Cookies.
</div>
<div class="spacesuitfun">
<h4><strong>Our Spacesuits</strong></h4>
<p class="text-muted">
Experience our one-of-a-kind spacesuits made with Spandex for the best comfort as well as protection for each individual passenger. Additionally, they are equipped with advanced life support systems that allow passengers to breathe, eat and drink while in space. We understand that a spacesuit is not just a necessary piece of equipment, but also a symbol of the incredible adventure that lies ahead. Our goal is to make sure that each and every passenger feels like a true space explorer while they are wearing our suits.
</p>
<img src=assets/isosuit.jpeg class="img-fluid" width="300" height = "500"/>
<img src=assets/backsuit.jpeg class="img-fluid"width="293" height = "493"/>
</div>
</div>
</section>
<!--Section: Content-->
<hr class="my-5" />
<!--Section: Content-->
<section class="text-center">
<h4 class="mb-5"><strong>Valhalla Spacelines</strong></h4>
<div class="row">
<div class="col-lg-4 col-md-12 mb-4">
<div class="card">
<div class="bg-image hover-overlay ripple" data-mdb-ripple-color="light">
<img
src="https://pbs.twimg.com/media/FiBoSNSXwAYFb4e?format=jpg&name=small"
class="img-fluid"
/>
<a href="#!">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">Orion</h5>
<p class="card-text">
<p><strong>Capacity:</strong> 250 persons </p>
<p><strong>Activities:</strong> Indoor Zero Gravity, Basketball, Billiards, Spacewalk </p>
<p><strong>Landing Locations:</strong> The Valhalla Resort, The Moon, Becquerel Crater, Iani Chaos, Promethei Planum </p>
</p>
<a href="#!" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="bg-image hover-overlay ripple" data-mdb-ripple-color="light">
<img
src="https://pbs.twimg.com/media/FicabqjWQAIcTSQ?format=jpg&name=large"
class="img-fluid"
/>
<a href="#!">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">Odyssey</h5>
<p class="card-text">
<p><strong>Capacity:</strong> 3000 persons </p>
<p><strong>Activities:</strong> Sightseeing Dome, Arcade, Zero Gravity Laser Tag, Spacewalk, Theater, Gym </p>
<p><strong>Landing Locations:</strong> Jupiter (Great Red Spot + Io + Europa), Caloris Basin on Mercury</p>
</p>
<a href="#!" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div class="bg-image hover-overlay ripple" data-mdb-ripple-color="light">
<img
src="https://cdn.discordapp.com/attachments/1066926973382832238/1068406722093396008/IMG_7345.jpg"
class="img-fluid"
/>
<a href="#!">
<div class="mask" style="background-color: rgba(251, 251, 251, 0.15);"></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">Odin</h5>
<p class="card-text">
<p><strong>Capacity:</strong> 1000 persons </p>
<p><strong>Activities:</strong> Sightseeing Dome, Arcade, Zero Gravity Laser Tag, Spacewalk </p>
<p><strong>Landing Locations:</strong> The Valhalla Resort, Valles Marineris, Olympus Mons, Jupiter
</p>
<a href="#!" class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!--Section: Content-->
<hr class="my-5" />
</main>
</body>