-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (64 loc) · 2.59 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
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="build/main.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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=Roboto+Mono:ital,wght@0,100;0,700;1,400&display=swap"
rel="stylesheet"
/>
<title>The Reader</title>
</head>
<body>
<script src="source/main.js"></script>
<div class="topnav animate__animated animate__fadeInDown">
<!-- "Hamburger menu" / "Bar icon" to toggle the navigation links -->
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<!-- Navigation links (hidden by default) -->
<div id="myLinks" class="animate__animated">
<h1><a href="index.html">ITP RESIDENT BLOG 2022</a></h1>
<h2>Resources</h2>
<ul>
<li><a href="pages/residents.html">Residents</a></li>
<li><a href="pages/reading-list.html">Reading List</a></li>
</ul>
<h2>Reader Archive</h2>
<ul>
<li><a href="pages/posts/sept.html">September 2022</a></li>
<li><a href="pages/posts/oct.html">October 2022</a></li>
<li><a href="pages/posts/nov.html">November 2022</a></li>
</ul>
<h2>Past Blogs</h2>
<ul>
<li><a href="https://itpresidents.github.io/">2014</a></li>
<li><a href="itp.nyu.edu/residents">2020</a></li>
</ul>
</div>
</div>
<div class="content">
<iframe src="https://docs.google.com/document/d/e/2PACX-1vTeQdtap_sarZ-KFv2psP-snEejERrOxu_uSISJOXZrQofKA62o7y51uKqJxUkPy-uE37i5x34JeTz0/pub?embedded=true" frameborder="0"></iframe>
<iframe
src="https://docs.google.com/document/d/e/2PACX-1vQtbPFxNZxvkrRKzMRVi6-Q3fVsFyf4cBxcx-ur3KIQw7xsE75_nQgc2qNNFBeVZQreDyoWJT_e0BC2/pub?embedded=true"
frameborder="0"
></iframe>
<iframe
src="https://docs.google.com/document/d/e/2PACX-1vSZ5zrvmMUo6RFhNM32bCvYuQI0UCIFQO2kXWRY6UKN9Zb-vsH06TCe2IRv9JJvSfjA9SoS_TPpDX_o/pub?embedded=true"
frameborder="0"
></iframe>
<!-- <script src="source/parser.js"></script> -->
</div>
</body>
</html>