-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.3 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
<!doctype html>
<html lang="en">
<head>
<!-- build:css ./styles/style.min.css -->
<link rel="stylesheet" type="text/css" href="styles/main.css">
<!-- endbuild -->
<script type="text/javascript" src="//use.typekit.net/pyz3jsr.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div id="main" role="main">
<header class="viz-overview">
<h1 class="viz-title">
HOW WESTFIELD BUILT A WORLDWIDE EMPIRE
</h1>
<p><strong>
Hover over or tap the squares to follow the timeline.
</strong></p>
</header>
<div id="chart"></div>
<div class="credit">
<p class="source">
Source: <a href="http://50years.westfield.com/">Westfield</a>.<br/>Photo: WILLIAM WEST/AFP/Getty Images.
</p>
<a class="tgm-watermark" href="http://theglobalmail.org" target="_blank" title="The Global Mail">
theglobalmail.org
</a>
</div>
</div>
<!-- paths to library scripts go here -->
<!-- build:js ./scripts/script.min.js -->
<script src="bower_components/d3/d3.js"></script>
<script src="bower_components/d3-tip/index.js"></script>
<script type="text/javascript" src="scripts/app.js"></script>
<!-- endbuild -->
</body>
</html>