-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
30 lines (26 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<!-- Text that appears in the browser tab -->
<title>DPI-691M</title>
<!-- Link stylesheet -->
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<!-- Head and subhead -->
<h1>Programming and Data for Policymakers [DPI-691M]</h1>
<h2>Welcome to shopping days!</h2>
<!-- Image -->
<img src="https://www.hks.harvard.edu/sites/default/files/images/paragraph_footer/harvard-kennedy-school-logo_1.png" alt="Harvard Kennedy School Logo"/>
<!-- Header for Ordered List -->
<h3>Instructions</h3>
<!-- Ordered List with HTML links -->
<ol>
<li>Open up the <a href="https://slides.com/dhrumilmehta/deck-e28bd3">slides</a>.</li>
<li>Fill out this <a href="https://docs.google.com/forms/d/e/1FAIpQLScorxHN6q8cY3iXUFj--VKMN559ILxGBzT1q4hndYRy3f4NFQ/viewform?usp=sf_link">survey</a>.</li>
<li>Navigate to the <a href="https://github.com/code4policy/shopping-days">Github page</a>. Please make an account, if you don't have one.</li>
</ol>
<!-- Invoke the JavaScript file -->
<script type="text/javascript" src='main.js'></script>
</body>
</html>