-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurrency.html
184 lines (171 loc) · 7.53 KB
/
currency.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <link rel="icon" href="https://glitch.com/favicon.ico" /> -->
<title>Unicorn Stack</title>
<meta
name="description"
content="Unicorn Stack is a fun, easy-to-use platform that helps you build healthly financial habits."
/>
<meta
property="og:description"
content="Unicorn Stack is a fun, easy-to-use platform that helps you build healthly financial habits."
/>
<link rel="stylesheet" href="/style.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:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<script src="/script.js" defer></script>
</head>
<body class=currency-body id="currency-page">
<header class="container">
<div class="logo">
<div class="unicornstack-logo">
<a href="index.html"> <img src="https://cdn.glitch.me/fbf8be3d-36ad-4ed7-ac03-6edc3bed4833%2FGroup%201-5.png?v=1636700534193" class="unicornstack-logo"> </a>
</div>
</div>
<nav>
<ul>
<li><a href="why.html">About</a></li>
<li><a href="budget.html">Budget</a></li>
<li><a href="stocks.html">Stocks</a></li>
<li><a href="facts.html">Facts</a></li>
<li><a href="currency.html">Currency</a></li>
<li><a href="hustles.html">Hustles</a></li>
</ul>
</nav>
</header>
<div id="currency-header" align="center">
<h1> Global Currency Quiz: Augmented Reality Edition </h1>
<h4>Time to travel around the world! Test your knowledge of global currency through the power of AR. <br> <br> At each question, use your phone to scan the QR code and bring up an AR-generated model of the corresponding coin. Select the choice that best answers the question at hand.</h4>
</div>
<div id="main-currency" class="container">
<form method="POST" class="is-not-results">
<fieldset>
<legend><p>1) Which country uses this coin as a form of currency? 🤔 Scan the QR code below or click <a href="https://go.echo3d.co/YVUj" target="_blank">here</a> to view in AR! 🌐</p><img src="https://storage.echo3d.co/twilight-surf-6782/bf858690-820f-43c0-b142-33ca31016945.png" id="ar-pic"></legend>
<div class="answers">
<div class="answer">
<input type="radio" name="answers[0]" id="answer-0-1" value="1" required>
<label for="answer-0-1" class="answer__item">
Italy
</label>
</div>
<div class="answer">
<input type="radio" name="answers[0]" id="answer-0-2" value="2" required>
<label for="answer-0-2" class="answer__item">
Egypt
</label>
</div>
<div class="answer">
<input type="radio" name="answers[0]" id="answer-0-3" value="3" required>
<label for="answer-0-3" class="answer__item answer__item--is-correct">
The United States of America
</label>
</div>
<div class="answer">
<input type="radio" name="answers[0]" id="answer-0-4" value="4" required>
<label for="answer-0-4" class="answer__item">
Nepal
</label>
</div>
</div>
</fieldset>
<fieldset>
<legend><p>2) Which country does not use this coin as currency? 🤔 Scan the QR code below or click <a href="https://go.echo3d.co/5jwS" target="_blank">here</a> to view in AR! 🌐</p><img src="https://storage.echo3d.co/curly-block-5310/8cd16aab-d9f6-4546-b6c9-a7814d9aaca8.png" id="ar-pic"></legend>
<div class="answers">
<div class="answer">
<input type="radio" name="answers[1]" id="answer-1-1" value="1" required>
<label for="answer-1-1" class="answer__item answer__item--is-correct">
Maldives
</label>
</div>
<div class="answer">
<input type="radio" name="answers[1]" id="answer-1-2" value="2" required>
<label for="answer-1-2" class="answer__item">
Cyprus
</label>
</div>
<div class="answer">
<input type="radio" name="answers[1]" id="answer-1-3" value="3" required>
<label for="answer-1-3" class="answer__item">
Germany
</label>
</div>
<div class="answer">
<input type="radio" name="answers[1]" id="answer-1-4" value="4" required>
<label for="answer-1-4" class="answer__item">
Kosovo
</label>
</div>
</div>
</fieldset>
<fieldset>
<legend><p>3) Which country uses this coin as a form of currency? 🤔 Scan the QR code below or click <a href="https://go.echo3d.co/KRoh" target="_blank">here</a> to view in AR! 🌐</p><img src="https://storage.echo3d.co/curly-block-5310/fcd91d4a-ddc5-49c3-8315-479cef9f0b6d.png" id="ar-pic"></legend>
<div class="answers">
<div class="answer">
<input type="radio" name="answers[2]" id="answer-2-1" value="1" required>
<label for="answer-2-1" class="answer__item">
Guatemala
</label>
</div>
<div class="answer">
<input type="radio" name="answers[2]" id="answer-2-2" value="2" required>
<label for="answer-2-2" class="answer__item">
Nicaragua
</label>
</div>
<div class="answer">
<input type="radio" name="answers[2]" id="answer-2-3" value="3" required>
<label for="answer-2-3" class="answer__item answer__item--is-correct">
Mexico
</label>
</div>
<div class="answer">
<input type="radio" name="answers[2]" id="answer-2-4" value="4" required>
<label for="answer-2-4" class="answer__item">
Haiti
</label>
</div>
</div>
</fieldset>
<fieldset>
<legend><p>4) Which country uses this coin as a form of currency? 🤔 Scan the QR code below or click <a href="https://go.echo3d.co/uH7H" target="_blank">here</a> to view in AR! 🌐</p><img src="https://storage.echo3d.co/curly-block-5310/c45dba16-f21c-45c0-bbbc-67988f7c011c.png" id="ar-pic"></legend>
<div class="answers">
<div class="answer">
<input type="radio" name="answers[3]" id="answer-3-1" value="1" required>
<label for="answer-3-1" class="answer__item">
Greece
</label>
</div>
<div class="answer">
<input type="radio" name="answers[3]" id="answer-3-2" value="2" required>
<label for="answer-3-2" class="answer__item">
Austria
</label>
</div>
<div class="answer">
<input type="radio" name="answers[3]" id="answer-3-3" value="3" required>
<label for="answer-3-3" class="answer__item answer__item--is-correct">
The United Kingdom
</label>
</div>
<div class="answer">
<input type="radio" name="answers[3]" id="answer-3-4" value="4" required>
<label for="answer-3-4" class="answer__item">
Belgium
</label>
</div>
</div>
</fieldset>
</div>
</form>
<div class="button" align="center">
<a href="hustles.html" class="btn">I'm done. Ready for the next hack! 🦄</a>
</div>
<br>
<br>
<br>
</body>
</html>