-
Notifications
You must be signed in to change notification settings - Fork 0
/
inspiration.html
74 lines (74 loc) · 2.65 KB
/
inspiration.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
<!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://youthreearjunyadav.net" />
<meta property="og:site_name" content="Arjun Yadav" />
<meta
property="og:image"
content="https://youthree.arjunyadav.net/assets/youthreecover.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>Inspiration</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="inspiration">
<p>
This project was inspired by a particular episode of
<a
href="https://www.npr.org/2021/07/02/1012771847/are-we-looking-at-the-wrong-jobs-numbers"
>The Indicator from Planet Money</a
>.
</p>
<br />
<div id="inspirationiframe">
<iframe
src="https://www.npr.org/player/embed/1012771847/1012775624"
width="300"
height="290"
frameborder="0"
scrolling="no"
title="NPR embedded audio player"
></iframe>
</div>
</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="./countries">Go Back</a></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script
id="MathJax-script"
async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
></script>
<script src="script.js"></script>
</body>
</html>