-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplace.html
More file actions
66 lines (48 loc) · 2.01 KB
/
place.html
File metadata and controls
66 lines (48 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=DynaPuff:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="chichen.css">
<!-- Scripts-->
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1"></script>
</head>
<body class="quiz-page">
<div class="header">
<a href="homepage.html"><img src="Images/Chichen_Itza_logo.png" alt="logo Icon" class="logo"></a>
<!-- Nav bar -->
<div class="navbar">
<nav>
<a href="history.html">History</a>
<a href="map.html">Map</a>
<span></span>
<a href="gallery.html">Gallery</a>
<a href="about.html">About</a>
</nav>
</div>
<!-- Language button -->
<!-- Language button -->
<div class="languageOption">
<button id="lngOption"><img src="Images/Language_ENG.png" alt="ENG Button Image"></button>
</div>
</div>
<!-- Content -->
<div class="loser">
<div class="content-wrapper">
<div class="Congratulations">
<h1>You’re getting there!</h1>
<h2 id="result-text">You scored ?/5</h2>
<p>You still have a way to go on your journey to becoming an expert on Chichén Itzá. Check out our History page to learn more!</p>
<a href="history.html">Back to History Page</a>
</div>
<div class="Congratulations-image">
<img src="placeholder.jpeg" alt="" class="winner-image">
</div>
</div>
</div>
</body>
</html>