-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<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 property="og:locale" content="en_US" />
<meta
name="robots"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<meta property="og:title" content="youthree" />
<meta property="og:url" content="https://youthree.arjunyadav.net" />
<meta property="og:site_name" content="Arjun Yadav" />
<meta
property="og:image"
content="https://youthree.arjunyadav.net/assets/twittercard.png"
/>
<meta property="og:image:width" content="681" />
<meta property="og:image:height" content="342" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="youthree" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>youthree</title>
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Space+Mono"
/>
</head>
<body>
<div id="opening">
<h1 id="openingheading">youthree</h1>
<h2 class="openingtext">Unemployment comes in many levels.</h2>
<h2 class="openingtext">
Explore all levels of unemployment in different countries with youthree.
</h2>
<button id="openingbutton" type="button" onclick="openingTransition()">
Get Started
</button>
</div>
<div id="footer">
<a id="nostylelink" href="https://arjunyadav.net" target="_blank">
made with ❤️ by Arjun Yadav
</a>
<div class="footerextra"><a href="https://github.com/y-arjun-y/youthree" target="_blank">GitHub</a></div>
<div class="footerextra"><a href="./disclaimer">Disclaimer</a></div>
<div class="footerextra"><a href="./inspiration">Inspiration</a></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="script.js"></script>
</body>
</html>