-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.16 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
<!DOCTYPE html>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link rel="stylesheet" href="css/ufa_fof.css">
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="js/d3-annotation.min.js"></script>
<script src="js/d3-chord2.min.js"></script>
<body>
<header>
<img src="assets/logo-oecd-embed.png" class="logo">
<h1>Understanding Financial Accounts:</h1>
<h2>Changing economic patterns in Portugal seen through the flow of funds</h2>
<hr>
</header>
<div class="row">
<div class="column" id = "story">
<h4 id="label"></h4>
<p id="hi"></p>
<p id="mid"></p>
<p id="low"></p>
<p id="end"></p>
</div>
<div class="column" id = "chartcol">
<div class="row" id = "chart"></div>
<div class="row" id = "timeline"></div>
</div>
</div>
</body>
<script src="js/ufa_data.js"></script>
<script src="js/ufa_fof.js"></script>
<script src="js/foffacet.js"></script>
<script src="js/storyText.js"></script>
<script src="js/storyFrames.js"></script>
<script src="js/storyLine.js"></script>
<script src="js/index.js"></script>