-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
275 lines (244 loc) · 12.7 KB
/
index.html
File metadata and controls
275 lines (244 loc) · 12.7 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
<!--
Created by Chris Ho:
chrisho.dev
github.com/chostudio
-->
<!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">
<title>Crescent</title>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#202525">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#202525">
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Bebas Neue' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<!-- stylesheets -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/news.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark" aria-label="Fourth navbar example">
<div class="container-fluid">
<a class="navbar-brand bebasNeue pt-0 mt-0 px-2 py-2" href="index.html"><img src="images/crescentLogo.png"
style="width: 100px;" alt="Crescent Logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample04"
aria-controls="navbarsExample04" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample04">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item h2">
<a class="nav-link bebasNeue pb-0" target="_blank" aria-current="page"
href="activities.html">Activities</a>
</li>
<li class="nav-item h2">
<a target="_blank" class="nav-link bebasNeue pb-0" href="dining.html">Dining</a>
</li>
<li class="nav-item h2">
<a target="_blank" class="nav-link bebasNeue pb-0" href="about.html">About</a>
</li>
<li class="nav-item h2">
<a target="_blank" class="nav-link bebasNeue pb-0" href="book-now.html">Book Now</a>
</li>
</ul>
<form role="search">
<input class="form-control" type="search" placeholder="Search" aria-label="Search">
</form>
</div>
</div>
</nav>
<!-- hero landing page-->
<section class="splashBox">
<div class="row">
<div class="col">
<section class="space"></section>
<h1 class="mb-5 text-white" id="top" style="text-align: center;">An experience out of this world.
</h1>
<a style="box-sizing: border-box; display: block; border-width:2px; border-style:solid; border-color:#f2f2f2;width: 300px;margin:auto;text-decoration: none;"
href="book-now.html">
<p class="m-2">Plan Your Stay →</p>
</a>
<section class="space"></section>
<!-- triple column in a double column -->
<div class="infoRow">
<div class="infoColumn">
<span id="year"></span>
<script>
document.getElementById("year").innerHTML = new Date().getFullYear() + 20;
</script>
</div>
<div class="infoColumn">
<div id="digital-clock"> </div>
<script src="javascript/script.js"> </script>
</div>
<div class="infoColumn">
<span>-</span>
<span id="demo"></span>
<span class="inline">°C</span>
<script>
let x = Math.floor((Math.random() * 100) + 100);
document.getElementById("demo").innerHTML = x;
</script>
</div>
</div>
</div>
<div class="col">
<img class="p-4" id="splashImage" src="images/mainHotel.png" alt="Hotel Image">
</div>
</div>
</section>
<!-- news -->
<div class="row d-flex justify-content-center">
<hr class="bg-white" style="width: 90%; height: 3px;">
</div>
<section>
<h1 class="m-5 text-white">Recent News</h1>
<div class="container pb-5">
<div class="row">
<div class="col-lg-4 col-xl-4 col-12">
<div class="card originalBackgroundColor m-4">
<img src="images/apolloArcade.png" alt="" class="img-fluid card-img-top">
<div class="card-body text-white">
<h2 class="card-title text-white">Lunar Laser Tag renovation! Brighter colors! More space!
</h2>
</div>
<a target="_blank" href="activities.html" class="btn btn-primary">Lunar Laser Tag</a>
</div>
</div>
<div class="col-12 col-lg-4 col-xl-4">
<div class="card originalBackgroundColor m-4">
<img src="images/discoveryDining.png" alt="" class="img-fluid card-img-top">
<div class="card-body text-white">
<h2 class="card-title text-white">The new seasonal menu at Discovery Dining is
available!
</h2>
</div>
<a target="_blank" href="dining.html" class="btn btn-primary">Discovery Dining</a>
</div>
</div>
<div class="col-lg-4 col-xl-4 col-12">
<div class="card originalBackgroundColor m-4">
<img src="images/orionsOutpost.webp" alt="" class="img-fluid card-img-top">
<div class="card-body text-white">
<h2 class="card-title text-white">Watch the 21st annual Space Iditarod from Orion's Outpost!
</h2>
</div>
<a target="_blank" href="activities.html" class="btn btn-primary">Orion's Outpost</a>
</div>
</div>
</div>
</div>
</section>
<div class="row p-5 py-0">
<div class="col text-center">
<h1 class="p-2 pt-5 mt-5">Activities</h1>
<p>See all the entertainment and attractions offered on the moon!</p>
<a target="_blank" href="activities.html" class="btn btn-primary">Activities</a>
</div>
<div class="col text-center">
<figure class="figure m-4 px-0 px-md-5">
<img src="images/roverRacing.png" alt="" class="figure-img card-img-top">
<figcaption class="figure-caption text-white">Rover Racing</figcaption>
</figure>
</div>
</div>
<div class="row p-5 py-0">
<div class="col text-center">
<figure class="figure m-4 px-0 px-md-5">
<img src="images/eclipseEatery.png" alt="" class="figure-img card-img-top">
<figcaption class="figure-caption text-white">Eclipse Eatery</figcaption>
</figure>
</div>
<div class="col text-center">
<h1 class="p-2 pt-5 mt-5">Dining</h1>
<p>In the mood for some food? Check out our selection of various restaurants.</p>
<a target="_blank" href="dining.html" class="btn btn-primary">Dining</a>
</div>
</div>
<div class="row p-5 py-0">
<div class="col text-center">
<h1 class="p-2 pt-5 mt-5">About</h1>
<p>Learn more about Crescent.</p>
<a target="_blank" href="about.html" class="btn btn-primary">Go somewhere</a>
</div>
<div class="col">
<figure class="figure m-4 px-0 px-md-5">
<img src="images/shop2.png" alt="" class="figure-img card-img-top">
<figcaption class="figure-caption text-white">Moon Museum</figcaption>
</figure>
</div>
</div>
<div class="row">
<div class="col p-5 py-0">
<figure class="figure m-4 px-0 px-md-5">
<img src="images/market.png" alt="" class="figure-img card-img-top">
<figcaption class="figure-caption text-white">Grocery Store</figcaption>
</figure>
</div>
<div class="col text-center">
<h1 class="text-white p-2 pt-5 mt-5">Luxury doesn't mean unaffordable.</h1>
<p>Find a price that works for you.</p>
<a target="_blank" href="calculator.html" class="btn btn-primary">Room Price Calculator</a>
</div>
</div>
<div class="row p-5 d-flex justify-content-center">
<h1 class="text-white p-2">All it takes is one small step.</h1>
<a target="_blank" href="book-now.html" class="btn btn-primary mb-5">Book Now</a>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1122.5925747170395!2d2.2932505086873713!3d48.85818766363489!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e2964e34e2d%3A0x8ddca9ee380ef7e0!2sEiffel%20Tower!5e0!3m2!1sen!2sus!4v1695153411011!5m2!1sen!2sus"
width="800" height="600" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- infinite horizonal scrolling of pictures -->
<section style="height:10px;"></section>
</section>
<footer class="text-white py-5">
<div class="row text-white">
<div class="col m-3 p-3">
<form>
<h5>Subscribe to our newsletter.</h5>
<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 class="col text-white">
<ul class="d-flex align-items-center justify-content-center nav flex-column text-white p-2">
<li class="nav-item mb-2"><a href="/activities.html" class=" nav-link p-0 text-white">Activities</a></li>
<li class="nav-item mb-2 text-white"><a href="/dining.html" class="nav-link p-0 text-white">Dining</a></li>
<li class="nav-item mb-2"><a href="/about.html" class="nav-link p-0 text-white">About</a></li>
<li class="nav-item mb-2"><a href="/calculator.html" class="nav-link p-0 text-white">Price Calculator</a></li>
<li class="nav-item mb-2"><a href="https://forms.gle/RkD1S2LgiT7oZ9EHA" class="nav-link p-0 text-white">Website Survey</a></li>
<li class="nav-item mb-2"><a href="/book-now.html" class="nav-link p-0 text-white">Book Now</a></li>
</ul>
</div>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>Copyright © 2023. Created by Chris Ho</p>
</div>
</footer>
<noscript>To use this site, please enable JavaScript.</noscript>
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
</body>
</html>