-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
652 lines (580 loc) · 26.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
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!DOCTYPE HTML>
<html lang="en">
<head>
<link rel="canonical" href="https://habitlab.stanford.edu/">
<title>HabitLab for Chrome - Build better habits online!</title>
<meta charset="utf-8" />
<meta name="description" content="HabitLab is a Chrome extension which helps you waste less time on Facebook, Youtube and other sites, using tools like news feed blockers, comment hiders, and more" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="HabitLab for Chrome - Build better habits online!"/>
<meta property="og:url" content="https://habitlab.stanford.edu/" />
<meta property="og:description" content="HabitLab is a Chrome extension which helps you waste less time on Facebook, Youtube, and other sites, using tools like news feed blockers, comment hiders, and more."/>
<meta property="og:image" content="https://habitlab.stanford.edu/images/icon_black.png" />
<meta property="fb:app_id" content="1286774788065050" />
<meta name="yandex-verification" content="26bcbe32f0d92aad" />
<meta name="yandex-verification" content="81d028a91cfaa070" />
<meta name="yandex-verification" content="a2878de699aba1b1" />
<script>
//if (window.location.host == 'habitlab.github.io') {
// window.location.href = 'https://habitlab.stanford.edu'
//}
if ((window.location.host == 'habitlab.stanford.edu' || window.location.host == 'habitlab.netlify.com' || window.location.host == 'habitlab.github.io') && window.location.protocol == 'http:') {
window.location.protocol = 'https:'
}
</script>
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="chrome-webstore-item" id="chrome_webstore_item">
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- SEO -->
<description style="display: none;">HabitLab</description>
<h1 style="display: none;">HabitLab</h1>
</head>
<style>
#hdr_background {
/*background-color: rgba(55, 55, 55, 0.2);*/
height: 100%;
width: 100%;
font-family: helvetica;
font-weight: lighter;
font-size: 30px;
}
.blue_one {
background-color: #61A3C5;
}
.blue_two {
background-color: #7AB8D4;
}
.hdr_ftr {
position: absolute;
bottom: 0px;
background-color: rgba(96, 163, 197, 0.5);
height: 100px;
width: 100%;
}
.email_bar {
display: inline-block;
height: 100px;
width: 100%;
/*padding: 10px;*/
}
.email {
display: inline-block;
color: #ccc;
background-color: #fff;
height: 60%;
resize: none;
border: 0;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.subscribe {
display: inline-block;
height: 60%;
background-color: #2FBFC2;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.ep {
/*padding: 10px;*/
}
.box_padding {
padding: 40px;
}
.vertical_align {
display: flex;
align-items: center;
}
.horizontal_align {
margin: auto;
display: block;
}
.hta {
text-align: center;
}
.box_margin {
margin-top: 40px;
margin-bottom: 40px !important;
}
.intro_info {
color: #fff;
margin-left: 10px;
margin-right: 10px;
}
.intro_icon {
color: #fff;
font-size: 120px;
margin-bottom: 10px;
}
#subscribe_button {
position: relative;
left: -4px;
}
#subscribe_button:hover {
cursor: pointer;
}
.main_text{
font-size: 30px;
color: rgb(102, 102, 102);
}
.important_text{
font-size: 30px;
color: rgb(102, 102, 102);
}
.body_pic {
/*
max-height: 400px;
max-width: 400px;
*/
max-width: 100%;
max-height: 400px;
display: block;
margin: auto;
}
#add_button {
background-color: #2FBFC2;
margin-top: 60px;
}
.install_button {
font-size: 40px;
line-height: 40px;
}
</style>
<style>
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div (normal)
.jssorb05 div:hover (normal mouseover)
.jssorb05 .av (active)
.jssorb05 .av:hover (active mouseover)
.jssorb05 .dn (mousedown)
*/
.jssorb05 {
position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
position: absolute;
/* size of bullet elment */
width: 16px;
height: 16px;
background: url('img/b05.png') no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l (normal)
.jssora12r (normal)
.jssora12l:hover (normal mouseover)
.jssora12r:hover (normal mouseover)
.jssora12l.jssora12ldn (mousedown)
.jssora12r.jssora12rdn (mousedown)
*/
.jssora12l, .jssora12r {
display: block;
position: absolute;
/* size of arrow element */
width: 30px;
height: 46px;
cursor: pointer;
background: url('img/a12.png') no-repeat;
overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }
</style>
<body>
<!-- Header -->
<section id="header" class="dark">
<div id="hdr_background">
<header id="intro" style="margin-bottom: 0px">
<div style="width: 100%; height: 50px">
<a href="http://hci.stanford.edu/"><img alt="Stanford University" id="stanford_logo" src="images/stanford_white.svg" style="height: 40px; position: absolute; left: 10px; top: 10px" /></a>
<a href="https://github.com/habitlab/habitlab"><img alt="GitHub" src="images/github-icon-white.png" style="height: 40px; position: absolute; right: 10px; top: 10px" /></a>
</div>
<!-- <img id="tagline" src="images/habitlab_logo.png" alt='HabitLab'></img> -->
<div style="margin-bottom: 20px">
<img alt="HabitLab" src="images/icon_white.png" style="height: 57px; display: inline-block;"/>
<div style="font-family: 'Montserrat'; font-size: 78px; line-height: 78px; display: inline-block;">
HabitLab
</div>
</div>
<div>Change your online habits</div>
<a href="https://habitlab.github.io/chrome" class="button nm" id="add_button_top">
<i class="fa fa-chrome" aria-hidden="true" style="margin-right: 5px"></i>
<span id="install_text_top">Add HabitLab to Chrome</span>
</a>
<br>
<a href='https://play.google.com/store/apps/details?id=com.stanfordhci.habitlab&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img id="play_button" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
<br>
<span style="font-size: 14px; position: relative; top: -20px;"><a href="https://github.com/habitlab/habitlab/wiki/Privacy">Some anonymized data will be sent to Stanford for research purposes. See our privacy policy for details.</a></span>
<!--
<div style="line-height: 30px">
<a href="http://hci.stanford.edu/"><img src="images/stanford_white.svg" style="height: 30px" /></a>
<a href="https://github.com/habitlab/habitlab"><img src="images/github-icon-white.png" style="height: 30px; margin-left: 30px" /></a>
<div style="font-size: 12px">HabitLab is an open-source project by the Stanford HCI group.</div>
</div>
-->
</header>
</div>
<!--
<div class="hdr_ftr">
<div class="row">
<div class="2u 12u(narrow)"></div>
<div class="8u 12u(narrow) ">
<div class="email_bar">
<div style="display: inline-table; height: 60px; margin-top: 20px;">
<div class="email hta" placeholder="Enter your email" style="display: table-cell; vertical-align: middle;">
Enter your email
</div>
</div>
<div style="display: inline-table; height: 60px;">
<div id="subscribe_button" class="subscribe hta" style="display: table-cell; vertical-align: middle;">
Stay in touch
</div>
</div>
</div>
</div>
<div class="2u 12u(narrow)"></div>
</div>
</div>
-->
</section>
<!-- First -->
<section id="first" class="main">
<div>
<div class="row blue_one hta">
<div class="4u 12u(narrow) blue_one">
<section class="box_margin">
<!-- <img id="tagline_2" src="images/icon_white.png" alt='safeswap'></img> -->
<!--<i class="fa fa-facebook-square intro_icon" aria-hidden="true"></i>-->
<img src="images/site_icons_240px.png" style="height: 120px" />
<header>
<h4>Set Goals</h4>
</header>
<p class="intro_info hta">
Pick sites you want to spend less time on
</p>
</section>
</div>
<div class="4u 12u(narrow) blue_two">
<section class="box_margin">
<!-- <img id="tagline_2" src="images/icon_white.png" alt='safeswap'></img> -->
<i class="fa fa-balance-scale intro_icon" aria-hidden="true"></i>
<header>
<h4>Try Interventions</h4>
</header>
<p class="intro_info hta">
HabitLab tries different interventions each visit
</p>
</section>
</div>
<div class="4u 12u(narrow) blue_one">
<section class="box_margin">
<!-- <img id="tagline_2" src="images/icon_white.png" alt='safeswap'></img> -->
<i class="fa fa-pie-chart intro_icon" aria-hidden="true"></i>
<!-- Bar chart to show progress -->
<header>
<h4>View Progress</h4>
</header>
<p class="intro_info hta">
Learn which interventions work best for you
</p>
</section>
</div>
</div>
</div>
<header>
<div class="container">
<!--
<img id="tagline_2" src="images/icon_black.png" alt='safeswap'></img>
<h2 class="nm" style="font-size: 70px;">Welcome to <span style="color: #7AB8D4;">HabitLab</span></h2>
-->
<p>
<div class="nm main_text">
<div>Use <span style="color: #7AB8D4;">over 20 interventions</span> to help you regain control of your browsing</div>
<div style="font-size: 20px">Find out what works best for you: hiding feeds, removing clickbait, blocking videos, or one of many others</div>
</div>
<!-- <img src="images/intervention1.png" class="body_pic"/> -->
<div id="jssor_1" style="position:relative;margin:0 auto;top:0px;left:0px;width:1024px;height:600px;overflow:hidden;visibility:hidden;">
<!-- Loading Screen -->
<div data-u="loading" style="position:absolute;top:0px;left:0px;background-color:rgba(0,0,0,0.7);">
<div style="filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;"></div>
<div style="position:absolute;display:block;background:url('img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;"></div>
</div>
<div data-u="slides" style="cursor:default;position:relative;top:0px;left:0px;width:1024px;height:600px;overflow:hidden;">
<div>
<img alt="HabitLab Intervention" data-u="image" src="images/intervention1.png" />
</div>
<div>
<img alt="HabitLab Intervention" data-u="image" src="images/intervention2.png" />
</div>
<div>
<img alt="HabitLab Intervention" data-u="image" src="images/intervention3.png" />
</div>
<div>
<img alt="HabitLab Intervention" data-u="image" src="images/intervention4.png" />
</div>
<!-- <a data-u="any" href="http://www.jssor.com" style="display:none">Simple Fade Slideshow</a> -->
<!--
<div>
<img data-u="image" src="img/05.jpg" />
</div>
<div>
<img data-u="image" src="img/09.jpg" />
</div>
-->
</div>
<!-- Bullet Navigator -->
<div data-u="navigator" class="jssorb05" style="bottom:16px;right:16px;" data-autocenter="1">
<!-- bullet navigator item prototype -->
<div data-u="prototype" style="width:16px;height:16px;"></div>
</div>
<!-- Arrow Navigator -->
<span data-u="arrowleft" class="jssora12l" style="top:0px;left:0px;width:30px;height:46px;" data-autocenter="2"></span>
<span data-u="arrowright" class="jssora12r" style="top:0px;right:0px;width:30px;height:46px;" data-autocenter="2"></span>
</div>
<!-- #endregion Jssor Slider End -->
<div class="nm main_text">
<br>
<div><span style="color: #7AB8D4;">Customize</span> the websites you want to spend less time on</div>
<div style="font-size: 20px">Supports Facebook, Youtube, and any other sites you choose</div>
</div>
<!--
<img src="images/dashboard.png" class="body_pic"/>
-->
<div id="jssor_2" style="position:relative;margin:0 auto;top:0px;left:0px;width:1024px;height:600px;overflow:hidden;visibility:hidden;">
<!-- Loading Screen -->
<div data-u="loading" style="position:absolute;top:0px;left:0px;background-color:rgba(0,0,0,0.7);">
<div style="filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;"></div>
<div style="position:absolute;display:block;background:url('img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;"></div>
</div>
<div data-u="slides" style="cursor:default;position:relative;top:0px;left:0px;width:1024px;height:600px;overflow:hidden;">
<div>
<img alt="HabitLab Dashboard" data-u="image" src="images/dashboard1.png" />
</div>
<div>
<img alt="HabitLab Dashboard" data-u="image" src="images/dashboard2.png" />
</div>
<div>
<img alt="HabitLab Dashboard" data-u="image" src="images/dashboard3.png" />
</div>
<div>
<img alt="HabitLab Dashboard" data-u="image" src="images/dashboard4.png" />
</div>
<div>
<img alt="HabitLab Dashboard" data-u="image" src="images/dashboard5.png" />
</div>
<!-- <a data-u="any" href="http://www.jssor.com" style="display:none">Simple Fade Slideshow</a> -->
<!--
<div>
<img data-u="image" src="img/05.jpg" />
</div>
<div>
<img data-u="image" src="img/09.jpg" />
</div>
-->
</div>
<!-- Bullet Navigator -->
<div data-u="navigator" class="jssorb05" style="bottom:16px;right:16px;" data-autocenter="1">
<!-- bullet navigator item prototype -->
<div data-u="prototype" style="width:16px;height:16px;"></div>
</div>
<!-- Arrow Navigator -->
<span data-u="arrowleft" class="jssora12l" style="top:0px;left:0px;width:30px;height:46px;" data-autocenter="2"></span>
<span data-u="arrowright" class="jssora12r" style="top:0px;right:0px;width:30px;height:46px;" data-autocenter="2"></span>
</div>
<!-- #endregion Jssor Slider End -->
<!--
<div class="nm main_text">
See <span style="color: #7AB8D4;">analytics</span> on which interventions helped the most.
</div>
-->
<div class="nm main_text">
<br>
<div><span style="color: #7AB8D4;">Track</span> your online usage, so you can better spend your time online.</div>
</div>
<!--
-->
<img alt="Time Spent Visualization" src="images/pie_chart.png" class="body_pic"/>
<!--
Make some gifs
mulitple websitre icons, then emtpty outline for custom website
fork me on gitbhub ribbon
-->
<!-- <div class="nm main_text">
Try it out <span style="color: #7AB8D4;">here</span>
</div> -->
<a href="https://habitlab.github.io/chrome" class="button nm install_button" id="add_button">
<i class="fa fa-chrome" aria-hidden="true" style="margin-right: 5px"></i> <span id="install_text_bottom">Add HabitLab to Chrome</span>
</a>
<div class="nm main_text">
<div>Press</div>
<div>
<a href="https://www.wired.com/story/habitlab-browser-extension/" style="font-size: 20px">Wired: The HabitLab Browser Extension Curbs Your Time Wasted on the Web</a>
</div>
<div>
<a href="https://lifehacker.com/be-more-mindful-of-the-time-you-waste-online-with-habit-1828118354" style="font-size: 20px">Lifehacker: Be More Mindful of the Time You Waste Online With HabitLab</a>
</div>
<div>
<a href="https://www.nytimes.com/2018/08/14/style/how-can-i-focus-better.html" style="font-size: 20px">New York Times: Finding It Hard to Focus? Maybe It’s Not Your Fault</a>
</div>
</div>
<div class="nm main_text">
<div>Publications</div>
<div>
<a href="https://hci.stanford.edu/publications/2019/conservation/conservation-chi2019.pdf" style="font-size: 20px">Conservation of Procrastination: Do Productivity Interventions Save Time or Just Redistribute It?</a>
</div>
<div>
<a href="https://hci.stanford.edu/publications/2018/habitlab/habitlab-cscw18.pdf" style="font-size: 20px">Rotating Online Behavior Change Interventions Increases Effectiveness But Also Increases Attrition</a>
</div>
</div>
<div class="nm main_text">
<div>Team</div>
<div>
<a href="https://www.gkovacs.com/" style="font-size: 20px">Geza Kovacs (Project Lead)</a>
</div>
<div>
<a href="https://hci.stanford.edu/msb/" style="font-size: 20px">Michael Bernstein (Faculty Advisor)</a>
</div>
</div>
<div class="nm main_text">
<div>Contact</div>
<div style="font-size: 20px">Email us at <span target="_blank" id="meoingadd" style="color: #7AB8D4">(hidden)</span></div>
</div>
</p>
</div>
</header>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<!-- <li><a href="https://www.linkedin.com/in/lewin-cary-7009b1127" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li> -->
<li><a href="https://github.com/habitlab/habitlab" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.transifex.com/gkovacs/habitlab-website/" class="icon fa-language"><span class="label">Transifex</span></a></li>
<li><a id="meoingadd2" class="icon fa-envelope"><span class="label">Contact</span></a></li>
<!-- <li><a href="https://angel.co/lewin-cary" class="icon fa-angellist"><span class="label">AngelList</span></a></li>
<li><a href="http://facebook.com/lewin.cary" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="http://bitbucket.com/lewincary" class="icon fa-bitbucket"><span class="label">Bitbucket</span></a></li> -->
</ul>
<div class="copyright">
<ul class="menu">
<li>HabitLab is an <a href="https://github.com/habitlab/habitlab">open-source project</a> by the <a href="https://hci.stanford.edu/">Stanford HCI Group</a>.</li>
<li>Google Play and the Google Play logo are trademarks of Google LLC.</li>
</ul>
</div>
</section>
<!-- Scripts -->
<!--
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="jssor.slider-22.2.16.mini.js"></script>
<script src="assets/js/main.js"></script>
-->
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="dist/index.js"></script>
<script type="text/javascript">
jQuery(document).ready(function ($) {
var jssor_1_SlideshowTransitions = [
{$Duration:1200,$Opacity:2}
];
var jssor_1_options = {
$AutoPlay: true,
$SlideshowOptions: {
$Class: $JssorSlideshowRunner$,
$Transitions: jssor_1_SlideshowTransitions,
$TransitionsOrder: 1
},
$ArrowNavigatorOptions: {
$Class: $JssorArrowNavigator$
},
$BulletNavigatorOptions: {
$Class: $JssorBulletNavigator$
}
};
var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options);
var jssor_2_slider = new $JssorSlider$("jssor_2", jssor_1_options);
/*responsive code begin*/
/*remove responsive code if you don't want the slider scales while window resizing*/
function ScaleSlider() {
var refSize = jssor_1_slider.$Elmt.parentNode.clientWidth;
if (refSize) {
refSize = Math.min(refSize, 600);
jssor_1_slider.$ScaleWidth(refSize);
jssor_2_slider.$ScaleWidth(refSize);
}
else {
window.setTimeout(ScaleSlider, 30);
}
}
ScaleSlider();
$(window).bind("load", ScaleSlider);
$(window).bind("resize", ScaleSlider);
$(window).bind("orientationchange", ScaleSlider);
/*responsive code end*/
});
</script>
<script>
var meoingadd_text = [['habitlab', 'feedback'].join('-'), ['cs', 'stanford', 'edu'].join('.')].join('@')
var meoingadd_prefix = ['ma', 'il', 'to'].join('') + ':'
document.querySelector('#meoingadd').innerHTML = '<a href="' + meoingadd_prefix + meoingadd_text + '">' + meoingadd_text + '</a>'
document.querySelector('#meoingadd2').setAttribute('href', meoingadd_prefix + meoingadd_text)
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
if (window.location.host == 'habitlab.github.io') {
ga('create', 'UA-62588527-3', 'auto');
ga('send', 'pageview');
} else if (window.location.host == 'habitlab.netlify.com') {
ga('create', 'UA-62588527-4', 'auto');
ga('send', 'pageview');
} else if (window.location.host == 'habitlab.stanford.edu') {
ga('create', 'UA-62588527-5', 'auto');
ga('send', 'pageview');
}
</script>
<script>
if (document.implementation && document.implementation.hasFeature && document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.0")) {
//document.getElementById('stanford_logo').setAttribute('src', 'images/stanford_white.svg')
} else {
document.getElementById('stanford_logo').setAttribute('src', 'images/stanford_white_200px.png')
}
</script>
<script type="text/javascript">window.liveSettings={api_key:"a2ca9690ebac41a7b423e165d4e66eb5"}</script>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
<script>
var add_translate_timer = setInterval(function() {
var language_picker = document.getElementById('tx-live-lang-picker')
if (language_picker) {
clearInterval(add_translate_timer);
var help_translate = document.createElement('li');
help_translate.setAttribute('onclick', 'window.location.href="https://www.transifex.com/gkovacs/habitlab-website/"');
help_translate.setAttribute('data-value', 'en');
help_translate.innerHTML = 'Translate';
language_picker.appendChild(help_translate);
}
}, 1000);
</script>
</body>
</html>