-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
299 lines (294 loc) · 9.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Milliways is the only restaurant at the end of the universe. Find out more about our menu, the experiences we offer and what our customers think."
/>
<title>Milliways</title>
<link rel="stylesheet" href="./assets/css/global.css" />
<link rel="stylesheet" href="./assets/css/home/home.css" />
<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=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
<script defer fetchpriority="high" src="./assets/js/facts.js"></script>
<script
type="module"
fetchpriority="high"
src="./assets/js/tabs.js"
></script>
<script defer fetchpriority="high" src="./assets/js/reviews.js"></script>
</head>
<body>
<header class="background">
<p>Milliways</p>
<nav>
<ul>
<li><a href=".">Home</a></li>
<li><a href="./about/">About</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<div class="hero-container">
<h1>Restaurant at the End of the Universe</h1>
<img
src="assets/imgs/milliways.jpg"
width="3024"
height="2948"
alt="The view of the stars from the Milliways restaurant."
/>
</div>
</section>
<section id="tabs">
<img
class="tabs-img"
src="assets/imgs/tabs/outdoor.jpg"
alt="A table and chairs floating in space"
width="1536"
height="1152"
/>
<div class="tabs-buttons">
<button type="button" class="tab selected">
<h3>Outdoor seating</h3>
<p>They say a vacuum is the freshest air there is!</p>
</button>
<button type="button" class="tab">
<h3>Space port</h3>
<p>With space for over 30,000 spaceships!</p>
</button>
<button type="button" class="tab">
<h3>Accommodation</h3>
<p>Featuring 3D technology for optimal capacity!</p>
</button>
<button type="button" class="tab">
<h3>Things to do</h3>
<p>Play the classics, with a twist!</p>
</button>
</div>
</section>
<section id="facts">
<h2>What we do</h2>
<div class="facts_container">
<div id="facts1">
<div class="quick_fact">
<img
src="./assets/imgs/menu.png"
alt="Menu icon."
width="512"
height="512"
/>
<h3>Varied menu</h3>
<p>With dishes from over 42 star systems!</p>
</div>
<div class="quick_fact">
<img
src="./assets/imgs/destination.png"
alt="Icon showing beginning and end points joined by a dotted line."
width="512"
height="512"
/>
<h3>794 lightyears</h3>
<p>From the Tadpole Galaxy.</p>
</div>
<div class="quick_fact">
<img
src="./assets/imgs/ai.png"
alt="Icon of a face with wires coming out the back of its head."
width="512"
height="512"
/>
<h3>Can't decide?</h3>
<p>Try out our AI dish picker.</p>
</div>
</div>
<div id="facts2" class="hide1">
<div class="quick_fact">
<img
src="./assets/imgs/fast-food.png"
alt="Icon of food"
width="512"
height="512"
/>
<h3>Food fabricator</h3>
<p>
Put a morsel of your favourite dish in our food fabricator for a
taste of home.
</p>
</div>
<div class="quick_fact">
<img
src="./assets/imgs/destination.png"
alt="Icon showing beginning and end points joined by a dotted line."
width="512"
height="512"
/>
<h3>922 light years</h3>
<p>From the Andromeda Galaxy.</p>
</div>
<div class="quick_fact">
<img
src="./assets/imgs/ai.png"
alt="Icon of a face with wires coming out the back of its head."
width="512"
height="512"
/>
<h3>Feeling shy?</h3>
<p>
Request one of our AI waiters and enjoy your evening in peace.
</p>
</div>
</div>
<button id="viewMore" class="hide2">View more</button>
</div>
</section>
<section id="vip" class="background">
<article class="vip-experience">
<h2>VIP Experiences</h2>
<p>Enjoy a fine dining menu while you watch a star go supernova!</p>
<button>Find out more!</button>
</article>
<img
class="vip-experience"
src="./assets/imgs/supernova.png"
alt="A star going supernova."
width="630"
height="230"
/>
</section>
<section id="reviews">
<div class="testimonial-container">
<h2>What people think about us</h2>
<blockquote class="viewTestimonial">
"It's amazing - we love it!"
</blockquote>
<div class="testimonials">
<div id="dave" class="testimonial">
<img
src="./assets/imgs/green_smooth_skin_alien.webp"
alt="A cartoon green alien."
width="1024"
height="1024"
/>
<p>
Dave <br />
Green
</p>
<p class="hide1">Friendly green Martian.</p>
</div>
<div id="ragnar" class="testimonial">
<img
src="./assets/imgs/menacin_villain_face_alien.webp"
alt="An angry very dark purple alien on a dark background."
width="1024"
height="1024"
/>
<p>
Ragnar <br />
Grimlash
</p>
<p class="hide1">Most wanted criminal in the whole Galaxy.</p>
</div>
<div id="brynhildr" class="testimonial">
<img
src="./assets/imgs/alien_princess_Brynhildr.webp"
alt="A silver skinned alien with big blue eyes and a tiara."
width="1024"
height="1024"
/>
<p>
Princess <br />
Brynhildr
</p>
<p class="hide1">Princess of the Sapphire Constellation.</p>
</div>
</div>
<div class="statistics">
<p>97% of visitors survive</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-main">
<div class="footer-company">
<h3>Company</h3>
<a href="./about/">About Us</a> <br />
<a href="./about/">Contact Us</a>
</div>
<div class="footer-legal">
<h3>Legal</h3>
<a
href="https://github.com/technative-academy/milliways_restaurant/blob/main/credits.md"
>Credits and Attributions</a
>
<br />
<a href="./legal/cookies/">Cookies Policy</a>
<br />
<a href="./legal/privacy/">Privacy Policy</a>
<br />
<a href="./legal/tos/">Terms of Service</a>
</div>
</div>
<hr />
<div class="footer-copyright-socials">
<span class="footer-copyright">
© 2024 - Licensed under
<a
href="https://github.com/technative-academy/milliways_restaurant/blob/main/LICENSE"
target="_blank"
>MIT</a
>
</span>
<div class="footer-socials">
<a
class="social-icon"
target="_blank"
href="https://www.instagram.com/"
>
<img
width="18"
height="18"
src="./assets/imgs/instagram.svg"
alt="Our Instagram"
/>
</a>
<a class="social-icon" target="_blank" href="https://dribbble.com/">
<img
width="18"
height="18"
src="./assets/imgs/dribble.svg"
alt="Our Dribble profile"
/>
</a>
<a class="social-icon" target="_blank" href="https://twitter.com/">
<img
width="16"
height="13"
src="./assets/imgs/twitter.svg"
alt="Our Twitter"
/>
</a>
<a
class="social-icon"
target="_blank"
href="https://www.youtube.com/"
>
<img
width="18"
height="13"
src="./assets/imgs/youtube.svg"
alt="Our YouTube"
/>
</a>
</div>
</div>
</footer>
</body>
</html>