-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (50 loc) · 2.53 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
<!DOCTYPE html>
<title>Bricks</title>
<link href='http://fonts.googleapis.com/css?family=PT+Sans|Monofett' rel='stylesheet' type='text/css'>
<link href='css/keys.css' rel='stylesheet' type='text/css'>
<link href='css/tooltips.css' rel='stylesheet' type='text/css'>
<link href='css/animations.css' rel='stylesheet' type='text/css'>
<link href='css/styles.css' rel='stylesheet' type='text/css'>
<span id="arrow" class="hidden"> ↑ </span>
<div class="social">
<!-- Github -->
<iframe src="http://ghbtns.com/github-btn.html?user=creatorrr&repo=browser-bricks&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
<!-- Facebook -->
<div id="fb-root"></div>
<script>(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/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-share-button" data-href="http://diwank.name/browser-bricks/" data-type="button_count"></div>
<!-- Twitter -->
<a href="https://twitter.com/share" class="twitter-share-button" data-text="Try browser bricks!" data-via="diwanksingh">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div id="container" class="animated delay fadeInDown">
<header>
<h1> Browser <em> Bricks </em> </h1>
</header>
<article class="light-keys">
<div>
<kbd id="k27" class="tooltip-top shown" data-title="End"> Esc </kbd>
<kbd id="k80" class="tooltip-top shown animated delay repeat glow" data-title="Play"> P </kbd>
<kbd id="k191" class="tooltip-top shown" data-title="Help"> ? </kbd>
</div>
<div>
<kbd id="k37" class="tooltip-bottom shown" data-title="Left"> ← </kbd>
<kbd id="k32" class="tooltip-bottom shown space" data-title="Pause / Resume"> </kbd>
<kbd id="k39" class="tooltip-bottom shown" data-title="Right"> → </kbd>
</div>
</article>
<footer>
<p class="animated long-delay shake"> Disable your popup blocker. </p>
</footer>
</div>
<!-- SOURCE CODE -->
<script type="text/literate-coffeescript" src="bricks.coffee.md"></script>
<!-- COMPILED -->
<script src="bricks.js"></script>