forked from systemcatch/tmrow.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
365 lines (333 loc) Β· 16.5 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
---
title: Tomorrow - Quantifying the impact of every choice we make
description: We want to help humanity reach a sustainable state of existence by quantifying, and making widely accessible, the impact of every choice we make
image: https://www.tmrow.com/img/tmrow-social.jpg
url: https://www.tmrow.com
---
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" lang="en">
<head>
{% include meta.html
title=page.title
description=page.description
image=page.image
url=page.url
%}
</head>
<body>
<!-- start Twitter -->
<script>
window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));
twttr.ready(function(e) {
twttr.events.bind('click', function(event) {
// event.region is {tweet,follow}
trackAnalyticsEvent(event.region);
if(typeof ga !== 'undefined') {
ga('send', 'social', 'twitter', event.region);
}
})
})
</script>
<!-- end Twitter -->
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '1821546271499223',
xfbml : true,
version : 'v2.8'
});
if(window.location.href.indexOf('localhost') == -1)
FB.AppEvents.logPageView('pageview');
FB.Event.subscribe('edge.create', function(e) {
// This will happen when they like the page
if (e == 'https://www.facebook.com/tmrowco') {
trackAnalyticsEvent('like');
if(typeof ga !== 'undefined') {
ga('send', 'social', 'facebook', 'like', e);
}
}
})
FB.Event.subscribe('edge.remove', function(e) {
// This will happen when they unlike the page
if (e == 'https://www.facebook.com/tmrowco') {
trackAnalyticsEvent('unlike');
}
})
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<script>
function trackAnalyticsEvent(eventName, paramObj) {
if (window.location.href.indexOf('localhost') == -1) {
try {
if(typeof FB !== 'undefined')
FB.AppEvents.logEvent(eventName, undefined, paramObj);
} catch(err) { console.error('FB AppEvents error: ' + err); }
try {
if(typeof mixpanel !== 'undefined')
mixpanel.track(eventName, paramObj);
} catch(err) { console.error('Mixpanel error: ' + err); }
try {
if(typeof ga !== 'undefined')
ga('send', 'event', 'page', eventName);
} catch(err) { console.error('Google Analytics error: ' + err); }
}
}
</script>
{% include header.html %}
<div id="hero-container"></div>
<section id="mission-container">
<div id="mission">
<h1 style="text-align: left">Our mission:</h1>
<img class="quote start" src="img/double_quote_start.svg"/>
<span class="quote">
We want to help humanity reach a sustainable state of existence by quantifying, and making widely accessible, the <b>climate impact of the daily choices we make</b>
</span>
<img class="quote end" src="img/double_quote_end.svg"/>
<div style="padding: 0.8rem">
<p>
<!-- Facebook follow -->
<div class="fb-like"
data-href="https://www.facebook.com/tmrowco"
data-layout="button"
data-action="like"
data-size="small"
data-show-faces="false">
</div>
<!-- Twitter follow -->
<a class="twitter-follow-button"
href="https://twitter.com/tmrowco"
data-show-screen-name="false"
data-show-count="false">
Follow @tmrowco</a>
</p>
</div>
</div>
<div id="mission-description">
<p>
<b>Climate Change</b> πͺ is the biggest challenge of our time, as the overwhelming majority of our daily activities still are based on processes that release greenhouse gases.
<small><b><a href="climatechange.html">> read more</a></b></small>
</p>
<p>
<b>Living sustainably</b> π± requires navigating through a jungle of complex trade-offs, not easily understood and not always accessible.
Information has to precede action.
<small><b><a href="climatechange.html#information-must-be-accessible-and-widely-spread">> read more</a></b></small>
</p>
<p>
<b>We automatically quantify</b> βοΈ the greenhouse gas emissions of our daily activities, enabling anyone to understand the climate impact of their decisions.
</p>
</div>
</section>
<section id="products">
<div class="section-content">
<h1>Our products</h1>
<div style="width: 100%; display: flex; flex-wrap: wrap; text-align: center; line-height: 1.7rem;">
<div class="col-3">
<a href="https://www.electricitymap.org/?utm_source=tmrow.com&utm_medium=referral" target="_blank">
<img src="img/products/electricitymap.png" style="margin: 0 auto; height: 10rem; border-radius: 5%"/>
<h3>electricitymap.org</h3>
</a>
<b>Electricity Map</b> shows in real-time where your electricity comes from and how much CO2 was emitted to produce it.
<!--The project is open sourced on <a href="https://github.com/tmrowco/electricitymap" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> github</a>.-->
<!-- Add play store / apple store buttons. -->
</div>
<div class="col-3">
<a href="https://pro.electricitymap.org?utm_source=tmrow.com&utm_medium=referral&utm_campaign=homepage" taget="_blank">
<img src="img/products/electricitymap-pro.png" style="margin: 0 auto; height: 10rem; border-radius: 5%"/>
<h3>Electricity Map Pro</h3>
</a>
<span><b>Download</b> historical datasets, <b>visualize</b> them with curated charting tools and <b>connect</b> to our live API with forecasts.</span>
</div>
<div class="col-3">
<a href="https://www.co2signal.com/?utm_source=tmrow.com&utm_medium=referral" target="_blank">
<img src="img/products/co2signal.png" style="margin: 0 auto; height: 10rem; border-radius: 5%"/>
<h3>CO2 Signal</h3>
</a>
<b>CO2 Signal</b> is a free API that enables connected devices to use electricity when its carbon footprint is lowest.
</div>
</div>
</div>
</section>
<section id="team">
<div class="section-content">
<h1>Team</h1>
<div class="members">
<div class="member">
<div class="picture">
<img class="profile" src="img/team/oli.png"></img>
</div>
<div class="description">
<b>Olivier Corradi</b>, Founder
<span style="white-space: nowrap; margin-bottom: 1px">
<a href="https://twitter.com/corradio" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/oliviercorradi" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</span>
<p>Olivier is a French/Danish data scientist and full stack developer.</p>
<p>
He previously managed data science and engineering at French AI startup <a href="http://snips.ai" target="_blank">Snips</a>, hiring the first 30 employees.
</p>
<p>
He studied mathematical statistics at the Technical University of Denmark and general engineering at Ecole Centrale Paris.
</p>
<p><b>Previous companies:</b> Snips, Google, IBM Research</p>
<p><b>Stuff he likes:</b> Chaos. Non-linearity. Rick Sanchez. Producing electronic music. Scraping data. Playing soccer.</p>
</div>
</div>
<div class="member">
<div class="picture">
<img class="profile" src="img/team/bru.png"></img>
</div>
<div class="description">
<b>Bruno Lajoie</b>, Scientific Expert
<span style="white-space: nowrap; margin-bottom: 1px">
<a href="https://twitter.com/brunolajoie" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/brunolajoie" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</span>
<p>Bruno is a French engineer specialised in energy and climate change.</p>
<p>He spent 7 years working in the energy industry as strategy consultant, and managed a research think-tank on the energy transition funded by Schlumberger.</p>
<p>He studied general engineering at Ecole Centrale Paris.</p>
<p><b>Previous companies:</b> Accenture, Schlumberger Business Consulting, SBC Energy Institute
<p><b>Stuff he likes:</b> Mountains. Yoga. Tennis. Natural sciences. Crazy trance music.</p>
</div>
</div>
</div>
<!--<h2>Contributors</h2>
<span class="slack-button">
<a href="https://slack.tmrow.co" target="_blank" class="slack-btn">
<span class="slack-ico"></span>
<span class="slack-text">Slack</span>
</a>
</span>
<img width="24" src="https://ca.slack-edge.com/T24QCQBC4-U2E4GKV7E-75e0b3b32b58-48"></img>@apant-->
</div>
</section>
<section id="jobs">
<div class="section-content">
<h1>Jobs<i class="badge">3</i></h1>
We're here to find scalable solutions to climate change.
If you're looking to have a meaningful impact, and have significant coding skills, consider joining our team π
<p>
Current openings:
<div class="jobs">
<div class="job">
<div class="title">
<i class="fa fa-wrench" aria-hidden="true"></i> Front-end / Full-stack developer (intership or student job available)
</div>
<div class="description">
You'll be spearheading efforts of new product creations while keeping the <a href="https://www.electricitymap.org/?utm_source=tmrow.com&utm_medium=referral" target="_blank">Electricity Map</a> afloat.
You'll be working on product and frontend development, data visualisation, data engineering and even data science, potentially taking over as CTO or Chief of Product.
</div>
<div class="description">
Ideally you're an expert in modern Javascript, React-Native, Vue.js, Docker as well as canvas and SVG technologies.
</div>
</div>
<div class="job">
<div class="title">
<i class="fa fa-paint-brush" aria-hidden="true"></i> Product UI and UX Designer (intership or student job available)
</div>
<div class="description">
You'll be spearheading efforts of new product creations while updating the design of the <a href="https://www.electricitymap.org/?utm_source=tmrow.com&utm_medium=referral" target="_blank">Electricity Map</a>.
You'll be working on shaping our products, communicating complex information through simple designs, potentially taking over as Product Manager.
</div>
<div class="description">
Ideally you're very good at building frontend prototypes in React-Native or plain Javascript. You have deep knowledge of CSS and are passionate about growing the product by monitoring key metrics and talking to users.
</div>
</div>
<div class="job">
<div class="title">
<i class="fa fa-paint-brush" aria-hidden="true"></i> Statistician / Data Science Intern
</div>
<div class="description">
You'll be spearheading efforts of extracting data intelligence from the <a href="https://www.electricitymap.org/?utm_source=tmrow.com&utm_medium=referral" target="_blank">Electricity Map</a>.
You'll be working on shaping new data-driven products, and improving our <a href="https://pro.electricitymap.org/?utm_source=tmrow.com&utm_medium=referral" target="_blank">professional offering</a>.
</div>
<div class="description">
Ideally you're a time series analysis expert with strong statistical background, and have experience with TensorFlow and Spark.
</div>
</div>
<!-- <div class="job">
<div class="title">
<i class="fa fa-line-chart" aria-hidden="true"></i> Growth Hacker / Product Manager
</div>
<div class="description" style="display: none">
Work on understanding our users. What drives them?
Help us make our product easier to understand, easier to use, and help us trigger behaviour shifts.
</div>
</div> -->
<!-- <div class="job">
<div class="title">
<i class="fa fa-flask" aria-hidden="true"></i> Data Scientist (intership or student job available)
</div>
<div class="description" style="display: none">
Work on our data processing pipeline. Privacy. Greenbit
</div>
</div> -->
</div>
</p>
<p>
Interested? Send us an <a href="mailto:jobs@tmrow.com"><i class="fa fa-envelope" aria-hidden="true"></i> email</a> with a portfolio of what you've already built, and a description of what you'd ideally like to work on.
</p>
<p>
You can also help by contributing to our <a href="https://github.com/tmrowco/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> open source projects</a>.
Come say hi on our <a href="http://slack.tmrow.co" target="_blank"><i class="fa fa-slack" aria-hidden="true"></i> slack</a> channel if you have any questions π
</p>
</div>
</section>
<footer>
<div id="footer-content">
<p>
© 2017 Tomorrow | <a href="mailto:hello@tmrow.co"><i class="fa fa-envelope" aria-hidden="true"></i> email</a> |
<a href="https://facebook.com/tmrowco/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i> facebook</a> |
<a href="https://twitter.com/tmrowco" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i> twitter</a> |
<a href="https://medium.com/tmrow" target="_blank"><i class="fa fa-medium" aria-hidden="true"></i> medium</a>
</p>
<p>
π©π° Copenhagen<br />
π«π· Paris
</p>
</div>
</footer>
<script src="vendor/jquery.min.js"></script>
<script src="vendor/jquery-scrollspy.min.js"></script>
<script>
$(function domReady($) {
$('section').each(function eachElement() {
var $this = $(this);
var position = $this.position();
var offset = $('header').outerHeight() + 200;
$this.scrollspy({
min: position.top - offset,
max: position.top - offset + $this.outerHeight(),
onEnter: function onEnter(element) {
$('#header-content li.' + element.id).addClass('active');
},
onLeave: function onEnter(element) {
$('#header-content li.' + element.id).removeClass('active');
}
})
});
});
</script>
</body>
</html>