-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
442 lines (401 loc) · 29.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Odin Recipes</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Odin Recipes provides relevant information on the best realisable dishes from Genshin Impact.">
<meta name="keywords"
content="genshin impact recipe website, odin recipes, recipes, Genshin Impact, The Odin Project, Genshin Impact Recipes, Genshin Impact cooking, Genhsin Impact dishes, MisterValiant">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/icon/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="images/icon/favicon.ico" type="image/x-icon">
<noscript>
<meta http-equiv="refresh" content="0;url=html/noscript.html">
</noscript>
</head>
<body>
<header class="my-header">
<nav class="nav-container">
<a target="_blank" href="https://www.theodinproject.com/"><img width="500" height="191" class="my-logo"
src="images/logo.webp" alt="Odin recipes logo" title="The Odin Project"></a>
<img width="40" height="40" id="audio-player" onclick="audioController()" class="my-audio"
src="images/pause.webp" alt="Odin recipes audio" title="Play">
<span class="switch-container">
<label id="my-switch" class="switch"><input id="my-checkbox" type="checkbox" onclick="modeCycle()" />
<div class="switch-btn"><i id="switch-icon" class="bi"></i></div>
</label>
</span>
<div class="float-nav">
<button title="Genshin Impact Official" onclick="window.open('https://genshin.hoyoverse.com/en/')"
type="button" class="genshin-ref"><i class="bi bi-dpad-fill"></i> Inspired by Genshin
Impact</button>
</div>
</nav>
</header>
<main id="main-content" class="main-container">
<!-- Glassmorphism container: light -->
<div class="recipe-container">
<section class="main-section">
<div class="welcome-container">
<h1><strong>WELCOME TRAVELLER,</strong></h1>
<br />
<p>What are we cooking today?</p>
<br />
</div>
<div class="region-name">
<p id="location-name">Stormbearer Mountains</p>
<p class="world-name"><i class="bi bi-geo-alt"></i> Teyvat</p>
<br />
</div>
<!-- Container for Regions and recipes -->
<div class="flexbox">
<div class="location-container">
<nav>
<ul>
<li id="tab1" class="selected-li"><button onclick="tab(1)">Mondstadt</button></li>
<li id="tab2"><button onclick="tab(2)">Liyue</button></li>
<li id="tab3"><button onclick="tab(3)">Inazuma</button></li>
<li id="tab4"><button onclick="tab(4)">More...</button></li>
</ul>
</nav>
</div>
<!-- Glassmorphism container: dark -->
<div class="recipe-details">
<div class="recipe-background">
<!-- Selected recipe image and description-->
<div class="recipe-top">
<!-- Selected recipe image -->
<div class="recipe-image">
<div class="image-container">
<!-- Selected recipe image: Mondstadt -->
<div class="mondstadt-images">
<div class="mondstadt-dishes">
<img width="256" height="256"
src="./images/recipes/mondstadt/pizza.webp" alt="Mushroom Pizza"
title="Mushroom Pizza">
</div>
<div class="mondstadt-dishes">
<img width="256" height="256"
src="./images/recipes/mondstadt/hash-brown.webp" alt="Hash Brown"
title="Hash Brown">
</div>
<div class="mondstadt-dishes">
<img width="256" height="256"
src="./images/recipes/mondstadt/goulash.webp" alt="Goulash"
title="Goulash">
</div>
<div class="mondstadt-dishes">
<img width="256" height="256"
src="./images/recipes/mondstadt/grilled-fish.webp"
alt="Grilled Fish" title="Grilled Fish">
</div>
<div class="mondstadt-dishes">
<img width="256" height="256"
src="./images/recipes/mondstadt/ratatouille.webp"
alt="Barbatos Ratatouille" title="Barbatos Ratatouille">
</div>
</div>
<!-- Selected recipe image: Liyue -->
<div class="liyue-images">
<div class="liyue-dishes">
<img width="256" height="256"
src="./images/recipes/liyue/rice-pudding.webp" alt="Rice Pudding"
title="Rice Pudding">
</div>
<div class="liyue-dishes">
<img width="256" height="256"
src="./images/recipes/liyue/fried-radish-balls.webp"
alt="Fried Radish Balls" title="Fried Radish Balls">
</div>
<div class="liyue-dishes">
<img width="256" height="256"
src="./images/recipes/liyue/almond-tofu.webp" alt="Almond Tofu"
title="Almond Tofu">
</div>
<div class="liyue-dishes">
<img width="256" height="256"
src="./images/recipes/liyue/mora-meat.webp" alt="Mora Meat"
title="Mora Meat">
</div>
<div class="liyue-dishes">
<img width="256" height="256"
src="./images/recipes/liyue/jewellery-soup.webp"
alt="Jewellery Soup" title="Jewellery Soup">
</div>
</div>
<!-- Selected recipe image: Inazuma -->
<div class="inazuma-images">
<div class="inazuma-dishes">
<img width="256" height="256"
src="./images/recipes/inazuma/mixed-yakisoba.webp"
alt="Mixed Yakisoba" title="Mixed Yakisoba">
</div>
<div class="inazuma-dishes">
<img width="256" height="256"
src="./images/recipes/inazuma/katsu-sandwich.webp"
alt="Katsu Sandwich" title="Katsu Sandwich">
</div>
<div class="inazuma-dishes">
<img width="256" height="256"
src="./images/recipes/inazuma/tonkotsu-ramen.webp"
alt="Tonkotsu Ramen" title="Tonkotsu Ramen">
</div>
<div class="inazuma-dishes">
<img width="256" height="256"
src="./images/recipes/inazuma/omelette-rice.webp"
alt="Omelette Rice" title="Omelette Rice">
</div>
<div class="inazuma-dishes">
<img width="256" height="256"
src="./images/recipes/inazuma/konda-cuisine.webp"
alt="Konda Cuisine" title="Konda Cuisine">
</div>
</div>
<!-- Selected recipe image: More -->
<div class="more-images">
<div class="more-dishes">
<p>Coming</p>
</div>
</div>
</div>
</div>
<!-- Selected recipe description -->
<div class="recipe-description">
<div class="description-container">
<div class="dish-description">
<!-- Selected recipe description: Mondstadt -->
<div class="mondstadt-description">
<span class="mondstadt-dishes">
<p><strong>Mushroom Pizza</strong><br /> <br />A pizza
covered in cheese and mushrooms. When still warm the cheese
stretches out.</p>
<br /><button onclick="browseRecipe('m1')">View recipe</button>
</span>
<span class="mondstadt-dishes">
<p><strong>Hash Brown</strong><br /> <br />A fried
cake of mashed potatoes. Loved by people of all
ages.</p>
<br /><button onclick="browseRecipe('m2')">View recipe</button>
</span>
<span class="mondstadt-dishes">
<p><strong>Goulash</strong><br /> <br />A steaming-hot stew.
Filling
one's
stomach with this comforting mixture has a warming effect.</p>
<br /><button onclick="browseRecipe('m3')">View recipe</button>
</span>
<span class="mondstadt-dishes">
<p><strong>Grilled Fish</strong><br /> <br />Fish grilled
thoroughly with
moderate fire, making it completely dry and crispy.</p>
<br /><button onclick="browseRecipe('m4')">View recipe</button>
</span>
<span class="mondstadt-dishes">
<p><strong>Barbatos Ratatouille</strong><br /> <br />A piping
hot chowder
of
this sort can always give a sense of unsurpassed satisfaction.
</p>
<br /><button onclick="browseRecipe('m5')">View recipe</button>
</span>
</div>
<!-- Selected recipe description: Liyue -->
<div class="liyue-description">
<span class="liyue-dishes">
<p><strong>Rice Pudding</strong><br /> <br />A dessert made
from rice.
The soft and sticky rice and the sweet milk are melded together
perfectly.
</p>
<br /><button onclick="browseRecipe('l1')">View recipe</button>
</span>
<span class="liyue-dishes">
<p><strong>Fried Radish Balls</strong><br /> <br /> It's insane
that
something so delicious comes from plain old radishes!
</p>
<br /><button onclick="browseRecipe('l2')">View recipe</button>
</span>
<span class="liyue-dishes">
<p><strong>Almond Tofu</strong><br /> <br />A dessert made from
ground
almonds. It has the exquisite look and texture of that of a
piece of white jade.</p>
<br /><button onclick="browseRecipe('l3')">View recipe</button>
</span>
<span class="liyue-dishes">
<p><strong>Mora Meat</strong><br /> <br />A large hunk of
minced meat
packaged inside of a pastry.</p>
<br /><button onclick="browseRecipe('l4')">View recipe</button>
</span>
<span class="liyue-dishes">
<p><strong>Jewellery Soup</strong><br /> <br />A simple
vegetable soup.
It is commonly prepared and served in ordinary households.</p>
<br /><button onclick="browseRecipe('l5')">View recipe</button>
</span>
</div>
<!-- Selected recipe description: Inazuma -->
<div class="inazuma-description">
<span class="inazuma-dishes">
<p><strong>Mixed Yakisoba</strong><br /> <br />A mysterious art
of
seasoning has been imparted upon the curled noodles and
side dishes.</p>
<br /><button onclick="browseRecipe('i1')">View recipe</button>
</span>
<span class="inazuma-dishes">
<p><strong>Katsu Sandwich</strong><br /> <br />A
nutritionally-balanced
meal. One single bite is all it takes to fill you from tongue to
gut with satisfaction.</p>
<br /><button onclick="browseRecipe('i2')">View recipe</button>
</span>
<span class="inazuma-dishes">
<p><strong>Tonkotsu Ramen</strong><br /> <br />A steaming-hot
noodle
dish. Before you know it, the bowl's all gone, and you've still
got room for more.</p>
<br /><button onclick="browseRecipe('i3')">View recipe</button>
</span>
<span class="inazuma-dishes">
<p><strong>Omelette Rice</strong><br /> <br />A main dish
wrapped up in
an egg skin. Gently poking the egg skin shall prick the appetite
of any customer.</p>
<br /><button onclick="browseRecipe('i4')">View recipe</button>
</span>
<span class="inazuma-dishes">
<p><strong>Konda Cuisine</strong><br /> <br />Slowly stewed
local
cuisine. Perfect temperature control has allowed every
ingredient to be cooked just right.</p>
<br /><button onclick="browseRecipe('i5')">View recipe</button>
</span>
</div>
<!-- Selected recipe description: More -->
<div class="more-description">
<span class="more-dishes">
<p>Soon...</p>
</span>
</div>
</div>
</div>
</div>
</div>
<!-- Creates break between top and bottom -->
<div class="recipe-break">
<div></div>
</div>
<!-- Recipes for: Regions -->
<div class="recipe-bottom">
<div class="scroll-menu">
<!-- Recipes for: Mondstadt -->
<ul id="mondstadt-recipe">
<li id="dish1" class="selected-dish"><button onclick="mondstadtDish(1)"><img
width="256" height="256"
src="./images/recipes/mondstadt/img-mushroom-pizza.webp"
alt="Mushroom Pizza"><br /><label>Pizza</label></button>
</li>
<li id="dish2"><button onclick="mondstadtDish(2)"><img width="256" height="256"
src="./images/recipes/mondstadt/img-hash-brown.webp"
alt="Hash Brown"><br /><label>Hash
Brown</label></button>
</li>
<li id="dish3"><button onclick="mondstadtDish(3)"><img width="256" height="256"
src="./images/recipes/mondstadt/img-goulash.webp"
alt="Goulash"><br /><label>Goulash</label></button>
</li>
<li id="dish4"><button onclick="mondstadtDish(4)"><img width="256" height="256"
src="./images/recipes/mondstadt/img-grilled-fisg.webp"
alt="Grilled Fish"><br /><label>Grilled
Fish</label></button></li>
<li id="dish5"><button onclick="mondstadtDish(5)"><img width="256" height="256"
src="./images/recipes/mondstadt/img-ratatouille.webp"
alt="Barbatos Ratatouille"><br /><label>Ratatouille</label></button>
</li>
</ul>
<!-- Recipes for: Liyue -->
<ul id="liyue-recipe">
<li id="dish1" class="selected-dish"><button onclick="liyueDish(1)"><img
width="256" height="256"
src="./images/recipes/liyue/img-rice-pudding.webp"
alt="Rice Pudding"><br /><label>Pudding</label></button>
</li>
<li id="dish2"><button onclick="liyueDish(2)"><img width="256" height="256"
src="./images/recipes/liyue/img-fried-radish-balls.webp"
alt="Fried Radish Balls"><br /><label>Radish Balls</label></button>
</li>
<li id="dish3"><button onclick="liyueDish(3)"><img width="256" height="256"
src="./images/recipes/liyue/img-tofu.webp"
alt="Almond Tofu"><br /><label>Almond Tofu</label></button>
</li>
<li id="dish4"><button onclick="liyueDish(4)"><img width="256" height="256"
src="./images/recipes/liyue/img-mora-meat.webp"
alt="Mora Meat"><br /><label>Mora Meat</label></button></li>
<li id="dish5"><button onclick="liyueDish(5)"><img width="256" height="256"
src="./images/recipes/liyue/img-jewelry-soup.webp"
alt="Jewellery Soup"><br /><label>Soup</label></button>
</li>
</ul>
<!-- Recipes for: Inazuma-->
<ul id="inazuma-recipe">
<li id="dish1" class="selected-dish"><button onclick="inazumaDish(1)"><img
width="256" height="256"
src="./images/recipes/inazuma/img-mixed-yakisoba.webp"
alt="Mixed Yakisoba"><br /><label>Yakisoba</label></button>
</li>
<li id="dish2"><button onclick="inazumaDish(2)"><img width="256" height="256"
src="./images/recipes/inazuma/img-katsu-sandwich.webp"
alt="Katsu Sandwich"><br /><label>Sandwich</label></button>
</li>
<li id="dish3"><button onclick="inazumaDish(3)"><img width="256" height="256"
src="./images/recipes/inazuma/img-tonkotsu-ramen.webp"
alt="Tonkotsu Ramen"><br /><label>Ramen</label></button>
</li>
<li id="dish4"><button onclick="inazumaDish(4)"><img width="256" height="256"
src="./images/recipes/inazuma/img-omelette-rice.webp"
alt="Omelette Rice"><br /><label>Omelette</label></button></li>
<li id="dish5"><button onclick="inazumaDish(5)"><img width="256" height="256"
src="./images/recipes/inazuma/img-konda-cuisine.webp"
alt="Konda Cuisine"><br /><label>Konda</label></button>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Background images -->
<div class="background-img">
<img width="1920" height="1080" src="images/mondstadt-day.webp" alt="mondstadt day background" />
<img width="1920" height="1080" src="images/mondstadt-night.webp" alt="mondstadt night background" />
<img width="1920" height="1080" src="images/liyue-day.webp" alt="liyue day background" />
<img width="1920" height="1080" src="images/liyue-night.webp" alt="liyue night background" />
<img width="1920" height="1080" src="images/inazuma-day.webp" alt="inazuma day background" />
<img width="1920" height="1080" src="images/inazuma-night.webp" alt="inazuma night background" />
<img width="1920" height="1080" src="images/more-day.webp" alt="more day background" />
<img width="1920" height="1080" src="images/more-night.webp" alt="more night background" />
</div>
</main>
<footer class="my-footer">
<p class="creator">Made with ❤️ by <a target="_blank" href="https://github.com/MisterValiant"
class="mv">MisterValiant</a></p>
<div class="socials">
<a title="Github" target="_blank" href="https://github.com/MisterValiant"><i class="bi bi-github"></i></a>
<a title="Twitter" target="_blank" href="https://twitter.com/Mist3rValiant"><i
class="bi bi-twitter"></i></a>
<a title="Youtube" target="_blank" href="https://www.youtube.com/c/MisterValiant"><i
class="bi bi-youtube"></i></a>
</div>
</footer>
<script src="js/index.js" defer></script>
<link rel="stylesheet" href="css/bootstrap-icons.css">
</body>
</html>