forked from sivel/speedtest-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (129 loc) · 6.06 KB
/
index.html
File metadata and controls
131 lines (129 loc) · 6.06 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Responsive & Accessible Data Table</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<meta name="viewport" content="width=device-width"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<div class="container">
<table class="responsive-table">
<caption>Top 10 Grossing Animated Films of All Time</caption>
<thead>
<tr>
<th scope="col">Film Title</th>
<th scope="col">Released</th>
<th scope="col">Studio</th>
<th scope="col">Worldwide Gross</th>
<th scope="col">Domestic Gross</th>
<th scope="col">Foreign Gross</th>
<th scope="col">Budget</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="7">Sources: <a href="http://en.wikipedia.org/wiki/List_of_highest-grossing_animated_films" rel="external">Wikipedia</a> & <a href="http://www.boxofficemojo.com/genres/chart/?id=animation.htm" rel="external">Box Office Mojo</a>. Data is current as of October 3, 2018.</td>
</tr>
</tfoot>
<tbody>
<tr>
<th scope="row">Frozen</th>
<td data-title="Released">2013</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$1,276,480,335</td>
<td data-title="Domestic Gross" data-type="currency">$400,738,009</td>
<td data-title="Foreign Gross" data-type="currency">$875,742,326</td>
<td data-title="Budget" data-type="currency">$150,000,000</td>
</tr>
<tr>
<th scope="row">Incredibles 2</th>
<td data-title="Released">2018</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,210,072,582</td>
<td data-title="Domestic Gross" data-type="currency">$606,782,977</td>
<td data-title="Foreign Gross" data-type="currency">$602,369,069</td>
<td data-title="Budget" data-type="currency">$200,000,000</td>
</tr>
<tr>
<th scope="row">Minions</th>
<td data-title="Released">2015</td>
<td data-title="Studio">Universal</td>
<td data-title="Worldwide Gross" data-type="currency">$1,159,398,397</td>
<td data-title="Domestic Gross" data-type="currency">$336,045,770</td>
<td data-title="Foreign Gross" data-type="currency">$823,352,627</td>
<td data-title="Budget" data-type="currency">$74,000,000</td>
</tr>
<tr>
<th scope="row">Toy Story 3</th>
<td data-title="Released">2010</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,066,969,703</td>
<td data-title="Domestic Gross" data-type="currency">$415,004,880</td>
<td data-title="Foreign Gross" data-type="currency">$651,964,823</td>
<td data-title="Budget" data-type="currency">$200,000,000</td>
</tr>
<tr>
<th scope="row">Despicable Me 3</th>
<td data-title="Released">2017</td>
<td data-title="Studio">Universal</td>
<td data-title="Worldwide Gross" data-type="currency">$1,034,799,409</td>
<td data-title="Domestic Gross" data-type="currency">$264,624,300</td>
<td data-title="Foreign Gross" data-type="currency">$770,175,109</td>
<td data-title="Budget" data-type="currency">$80,000,000</td>
</tr>
<tr>
<th scope="row">Finding Dory</th>
<td data-title="Released">2016</td>
<td data-title="Studio">Disney Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$1,028,570,889</td>
<td data-title="Domestic Gross" data-type="currency">$486,295,561</td>
<td data-title="Foreign Gross" data-type="currency">$542,275,328</td>
<td data-title="Budget" data-type="currency">$175,000,000</td>
</tr>
<tr>
<th scope="row">Zootopia</th>
<td data-title="Released">2016</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$1,023,227,498</td>
<td data-title="Domestic Gross" data-type="currency">$341,268,248</td>
<td data-title="Foreign Gross" data-type="currency">$681,959,250</td>
<td data-title="Budget" data-type="currency">$150,000,000</td>
</tr>
<tr>
<th scope="row">Despicable Me 2</th>
<td data-title="Released">2013</td>
<td data-title="Studio">Universal</td>
<td data-title="Worldwide Gross" data-type="currency">$970,761,885</td>
<td data-title="Domestic Gross" data-type="currency">$368,061,265</td>
<td data-title="Foreign Gross" data-type="currency">$602,700,620</td>
<td data-title="Budget" data-type="currency">$76,000,000</td>
</tr>
<tr>
<th scope="row">The Lion King</th>
<td data-title="Released">1994</td>
<td data-title="Studio">Disney</td>
<td data-title="Worldwide Gross" data-type="currency">$987,483,777</td>
<td data-title="Domestic Gross" data-type="currency">$422,783,777</td>
<td data-title="Foreign Gross" data-type="currency">$564,700,000</td>
<td data-title="Budget" data-type="currency">$45,000,000</td>
</tr>
<tr>
<th scope="row">Finding Nemo</th>
<td data-title="Released">2003</td>
<td data-title="Studio">Pixar</td>
<td data-title="Worldwide Gross" data-type="currency">$936,743,261</td>
<td data-title="Domestic Gross" data-type="currency">$380,843,261</td>
<td data-title="Foreign Gross" data-type="currency">$555,900,000</td>
<td data-title="Budget" data-type="currency">$94,000,000</td>
</tr>
</tbody>
</table>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>