-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathindex.html
82 lines (75 loc) · 4.21 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
<!DOCTYPE html>
<!--
,|
//| ,|
//,/ -~ |
// / | _-~ / ,
/'/ / / _-~ _/_-~ |
( ( / /' _ -~ _-~ ,/'
\~\/'/| __--~~__--\ _-~ _/,
,,)))))));, \/~-_ __--~~ --~~ __/~ _-~ /
__))))))))))))));,>/\ / __--~~ \-~~ _-~
-\(((((''''(((((((( >~\/ --~~ __--~' _-~ ~|
--==//////(('' . `)))))), / ___---~~ ~~\~~__--~ The source code of webplatformdaily.org is available
))| @ ;-. (((((/ __--~~~'~~/ on GitHub: github.com/simevidas/webplatformdaily-site
( `| / ) )))/ ~~~~~__\__---~~__--~~--_
| | | (/ ---~~~/__-----~~ ,;::' \ ,
o_); ; / ----~~/ \,-~~~\ | /|
; ( ---~~/ `:::| |;| < >
| _ `----~~~~' / `:| \;\_____//
______/\/~ | / / ~------~
/~;;.____/;;' / ___----( `;;;/
/ // _;______;'------~~~~~ |;;/\ /
// | | / | \;;,\
(<_ | ; /',/-----' _>
\_| ||_ //~;~~~~~~~~~
`\_| (,~~
\~\
~~
-->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Web Platform Daily Digest</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7817762-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,300" rel="stylesheet">
<link href="/styles/daily.css" rel="stylesheet">
</head>
<body>
<article>
<a class="mozilla-banner" href="https://sendto.mozilla.org/page/contribute/happy-birthday?source=dino_tw" target="_blank">
<img src="/img/mozilla-dino.png">
<p>Mozilla is fighting for the open web. Support them with a donation and receive a LIMITED EDITION plush dino.</p>
</a>
<p class="banner-note">Note: Mozilla’s corresponding tweet is <a href="https://twitter.com/mozilla/status/314755655082835968" target="_blank">here</a> in case you want to re-tweet it.</p>
<h1>Open Web Platform Daily Digest</h1>
<div class="release-times">8 a.m. (Pacific) / 11 a.m. (Eastern) / 4 p.m. (European)</div>
<div class="twitter-bar">
by <a href="http://twitter.com/simevidas" target="_blank">@simevidas</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="simevidas">Tweet</a>
</div>
<div class="md-data"></div>
<ul class="daily-menu"></ul>
</article>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/libs/jquery-1.9.1.min.js"><\x3C/script>');</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/pagedown/1.0/Markdown.Converter.js"></script>
<script>window.Markdown || document.write('<script src="/js/libs/Markdown.Converter.js"><\x3C/script>');</script>
<script src="/js/daily.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<!-- TODO how to provide this?
<label><input type=checkbox onchange="document.body.classList[ this.checked ? 'add' : 'remove' ]( 'chrome-fix' )"> apply `-webkit-text-stroke`</label>
(improves font-smoothness in Chrome on Windows; [info](http://stackoverflow.com/q/10953037/425275))
-->
</body>
</html>