-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (39 loc) · 1.39 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
<!doctype html>
<html lang="en">
<head>
<!-- build:css ./styles/style.min.css -->
<link rel="stylesheet" type="text/css" href="styles/main.css">
<!-- endbuild -->
</head>
<body>
<div id="main" role="main">
<header class="viz-overview">
<h1 class="viz-title">
Favorite Tax Havens
</h1>
<p><strong>
The Caribbean British Virgin Islands are the preferred offshore destination for mainland China and Hong Kong residents, according to the Offshore Leaks data. For the Taiwanese, Samoa in the South Pacific is also popular.
</strong></p>
</header>
<div id="chart">
<!--[if lt IE 9]>
<img src="images/offshore-china.png">
<![endif]-->
</div>
<div class="credit">
<p class="source">
Data: <a href="http://offshoreleaks.icij.org">ICIJ Offshore Leaks Database</a>
</p>
<p class="source credit-name">Nikhil Sonnad/
<a href="http://theglobalmail.org">The Global Mail</a>
</p>
</div>
</div>
<!-- paths to library scripts go here -->
<!-- build:js ./scripts/script.min.js -->
<script src="bower_components/d3/d3.min.js" charset="utf-8"></script>
<script src="bower_components/d3-tip/index.js" charset="utf-8"></script>
<script type="text/javascript" src="scripts/app.js"></script>
<!-- endbuild -->
</body>
</html>