-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
273 lines (254 loc) · 13.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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="img/carbon-blue.png">
<title>State of Carbon</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- Main Section-->
<div class="main">
<!-- Start Container-->
<div class="container-fluid">
<!-- Start of Page Header -->
<div class="page-header">
<div class="row">
<div class="col-sm-1 col-xs-4 nopadding-right">
<img class="logo" width="75" src="img/logo.png">
</div>
<div class="col-sm-11 col-xs-8 nopadding-left">
<h2 class="main-title">State of Carbon</h2>
<p class="sub-title">caring about climate change since 1958</p>
</div>
</div>
</div>
<!-- End of Page Header -->
<div class="tab-section">
<div class="card">
<!-- Start tab Section-->
<div class="row">
<div class="col-sm-6 pull-right">
<ul class="range-tabs pull-right">
<li><a href="/?period=year" id="year">Last Year</a></li>
<li><a href="/?period=threeYears" id="threeYears">3 Years</a></li>
<li><a href="/?period=fiveYears" id="fiveYears">5 Years</a></li>
<li><a href="/?period=tenYears" id="tenYears">10 Years</a></li>
<li><a href="/?period=all" id="all">All</a></li>
</ul>
</div>
</div>
<div id="chart">
<div class="react-me text-center" data-type="data-views">
<div class="loader">Loading...</div>
</div>
<div class="react-me" data-type="resource-preview" data-resource="0"></div>
</div>
</div>
</div>
<!-- End tab Section-->
<br/>
<!-- Start About tab Section-->
<section class="about">
<div class="section-title">
<span>
TAKE ACTION
</span>
</div>
<div class="about-tabs-wrap">
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-github" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="https://github.com/datahq/carbondoomsday" class="card-title">Give us a star on GitHub</a>
<p>TAKES 5 SECONDS</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="https://twitter.com/carbondoomsday" class="card-title">Tweet this chart</a>
<p>TAKES 5 SECONDS</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-lightbulb-o" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="https://gitter.im/datahubio/chat" class="card-title">Submit an Idea</a>
<p>TAKES 2 MINUTES</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-code" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="#" class="card-title">Embed this chart</a>
<p>TAKES 2 MINUTES</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-cog" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="#" class="card-title">Check out our API</a>
<p>TAKES 10 MINUTES</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-male" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="#" class="card-title">Work with us</a>
<p>AS LITTLE AS ONE HOUR PER WEEK</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About-Page Section-->
<!-- Start Project Section-->
<section class="about project">
<div class="section-title">
<span class="main-title">
ABOUT THE PROJECT
<!--Padding is optional-->
</span>
</div>
<div class="about-tabs-wrap">
<div class="row">
<div class="col-sm-4">
<div class="card info-card">
<h3>MISSION</h3>
<p>What if tracking climate change was as easy as checking the price of Bitcoin?</p>
<p>Every day, NOAA scientists carefully measure the carbon dioxide in the atmosphere from Mauna Loa,
Hawaii. This important data is public but hard to digest. We want to empower everyone around the world to use it.</p>
<p>So we built State of Carbon to chart carbon dioxide levels.</p>
<p>Our chart is powered by the worlds first open API for climate change. This enables anyone to enhance NOAAs
carbon dioxide data by building charts, sensor networks, and more.</p>
<p>Our code is open source on Github. We are a growing team of 8 people, including programmers,
designers and marketers from the USA, Ireland, Australia and Germany.</p>
</div>
</div>
<div class="col-sm-4">
<div class="card info-card">
<h3>DATA SOURCES</h3>
<p>All of our data is thanks to the work of scientists at NOAA's ESRL who have painstakingly measured carbon dioxide every day since 1958. Their data is free and public.</p>
<p><strong>Their release notes say:</strong> <br>
"This data is made freely available to the public and the scientific community in the belief that their wide dissemination will lead to greater understanding and new scientific insights."</p>
<p>This data needs to be more accessible. And that's where State of Carbon comes in. We've built a web API and real-time chart of carbon dioxide data.</p>
<p>You can see our most up to date list of sources <a href="https://github.com/datahq/carbondoomsday">on our Github.</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="card info-card team-card">
<h3>TEAM</h3>
<div class="team-div">
<div class="team-container">
<img src="https://i.imgur.com/XkcNjYd.jpg" class="team-image" alt="Luke Murphy">
<div class="team-content">
<p class="team-name">Luke Murphy</p>
<p class="team-position">Backend Developer</p>
<p class="team-location">Rotterdam, The Netherlands</p>
</div>
</div>
<div class="team-container">
<img src="https://i.imgur.com/ZZgP1Un.jpg" class="team-image" alt="Tito Jankowski">
<div class="team-content">
<p class="team-name">Tito Jankowski</p>
<p class="team-position">Water Boy</p>
<p class="team-location">San Francisco, USA</p>
</div>
</div>
<div class="team-container">
<img src="https://i.imgur.com/v5WOyPs.jpg" class="team-image" alt="Martin OGrady">
<div class="team-content"><p class="team-name">Martin O'Grady</p>
<p class="team-position">Frontend Developer</p>
<p class="team-location">Dublin, Ireland</p>
</div>
</div>
<div class="team-container">
<img src="https://i.imgur.com/GbF4PWV.jpg" class="team-image" alt="Stephanie Tassone">
<div class="team-content"><p class="team-name">Stephanie Tassone</p>
<p class="team-position">Frontend Developer</p>
<p class="team-location">Melbourne, Australia</p>
</div>
</div>
<div class="team-container">
<img src="https://i.imgur.com/pBbJxNn.jpg" class="team-image" alt="Dan Walsh">
<div class="team-content"><p class="team-name">Dan Walsh</p>
<p class="team-position">Marketer</p>
<p class="team-location">San Francisco, USA</p>
</div>
</div>
<div class="team-container">
<img src="https://i.imgur.com/NvgqRSm.jpg" class="team-image" alt="Purin Phanichphant">
<div class="team-content">
<p class="team-name">Purin Phanichphant</p>
<p class="team-position">UX/UI</p>
<p class="team-location">San Francisco, USA</p>
</div>
</div>
</div>
<div class="contact-div">
<div class="row">
<div class="col-xs-2">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="col-xs-10">
<a href="https://gitter.im/datahubio/chat" class="card-title">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!--End Of Container-->
</div>
<!-- End Main Section-->
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript" src="frontend-showcase-js/dist/bundle.js"></script>
</body>