-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.27 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AidData Donation Flow</title>
<link type="text/css" rel="stylesheet" href="./dist/index.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="article-header"><h1 class="hed"><span style="color: #3079B4;">Following the Money</span></h1>
<h2 class="dek"><span style="color:#7e7e7e;">Exploring the flow of country-to-country Aid from 1973-2013</span></h2>
<p>Created for Storytelling with Data's <a target="_blank" href="http://www.storytellingwithdata.com/blog/2019/3/1/swdchallenge-visualize-this-data">March Challenge</a></p>
<div class="byline">By: <a target="_blank" href="https://github.com/Ryshackleton">Ryan Shackleton</a></div>
</div>
<div class="spinner">
<div class="lds-ring"><div></div><div></div><div></div><div></div></div>
</div>
<div id="scroll_area">
<div class="scroll-down-container">
<h3>Scroll down to explore global aid donations</h3>
<p>(caution: this page consists mostly of scroll triggered animations)</p>
</div>
</div>
<script type="text/javascript" src="./dist/index.js"></script>
</body>
</html>