-
Notifications
You must be signed in to change notification settings - Fork 0
/
facts.html
61 lines (57 loc) · 2.38 KB
/
facts.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
<!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=index-body>
<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="facts-header" align="center">
<h1> Finance Lessons: 3D Edition </h1>
<h4>Let's dive deeper into the world of investing...but this time, in 3D! Hit play, then click on each floating flashcard to learn more about that word. 📚 <br> <br> Tip: Use the keys A, W, S, & D to walk around, and rotate your view while pressing your mouse.</h4>
</div>
<div class=container id="facts-1">
<iframe id="iframe-1" width="640" height="480" frameBorder="0" src="https://edu.cospaces.io/SQZ-VNF"></iframe>
</div>
<br>
<br>
<br>
<div class="button" align="center">
<a href="currency.html" class="btn">I'm done. Ready for the next hack! 🦄</a>
</div>
<br>
<br>
<br>
</body>
</html>