-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (77 loc) · 3.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="Asian unicorns" />
<meta property="og:description" content="Asia has the world's fastest and most exciting unicorn companies in the world." />
<meta property="og:url" content="http://ssdatar.github.io/unicorns" />
<meta property="og:image" content="https://raw.githubusercontent.com/ssdatar/ssdatar.github.io/master/assets/unicorns.jpg" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Saurabh Datar">
<!-- Bootstrap stylesheet -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Main stylesheet -->
<link rel="stylesheet" type="text/css" href="style.css" />
<!--Google font Lato-->
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script src="d3/d3.min.js" charset="utf-8"></script>
<title>Asian unicorns fast on US' heels</title>
</head>
<body>
<div class="container">
<div class="col-md-6 main-title">
<h1>Asian unicorns fast on US' heels</h1>
</div>
<div id="graphic">
<div class="col-md-2">
<div id="sections">
<section class="step">
<div class="title">World's Most Valuable Companies</div>
<p> "Unicorn" companies are private companies valued at more than $1 billion. By 2015, the world had 150 such firms.</p>
</section>
<section class="step">
<div class="title">Bigger than countries</div>
<p>While the U.S. has most of them, Asia, too, is thriving. The total valuation of Asian unicorns was more than the GDP of countries like New Zealand and Oman.</p>
</section>
<section class="step">
<div class="title">Where are they?</div>
<p> China and India together account for one-third of the unicorns. Singapore has three. There are two in Israel.</p>
</section>
<section class="step">
<div class="title">The Top Ten</div>
<p> Of the top 10 most valued unicorns...</p>
</section>
<section class="step">
<div class="title">Four in Asia</div>
<p> Three are from China. One is from India.</p>
</section>
<section class="step">
<div class="title">Industries</div>
<p> Of the 10 companies that became rose to a billion-dollar valuation the fastest... </p>
</section>
<section class="step">
<div class="title">China leads</div>
<p> Six are from Asia — all from China. </p>
</section>
<section class="step">
<div class="title">What do they do?</div>
<p> 14 unicorns from Asia are from e-commerce. Hardware and on-demand services (cabs, for instance) are next.</p>
</section>
<section class="step">
<div class="title">Sources</div>
<h5>Data source: <a href="https://www.cbinsights.com/research-unicorn-companies">CB Insights</a>, Crunchbase</h5>
<h5>Adapted from Jim Vallandingham's <a href="http://vallandingham.me/scroller.html">scroll tutorial</a></h5>
</section>
</div>
</div>
<div class="col-md-4">
<div id="vis"></div>
</div>
<div id="extra-space"></div>
</div>
<script src="js/script.js"></script>
<script src="js/sections.js"></script>
</div>
</body>
</html>