-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
57 lines (51 loc) · 2.63 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Humble Games</title>
<link rel="stylesheet" href="styles/normalize.css">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<h1>All games from <a href="http://humblebundle.com">the Humble Store</a></h1>
<p>
All your games are stored on your <a href="https://www.humblebundle.com/home">Humble Bundle account</a>.
Feel free to <a href="https://github.com/calvein/humble-games/#humble-games">edit this list</a>.<br>
For descriptions and more informations on the games, visit the <a href="table.html">table view</a>.
</p>
<input type="text" autofocus placeholder="e.g: "Trine"">
<ul class="filters platform">
<li><a href="#windows"><img src="images/windows.png" alt="windows"></a>
<li><a href="#linux"><img src="images/linux.png" alt="linux"></a>
<li><a href="#mac"><img src="images/mac.png" alt="mac"></a>
<li><a href="#android"><img src="images/android.png" alt="android"></a>
<li><a href="#audio"><img src="images/audio.png" alt="audio"></a>
</ul>
<ul class="filters drm">
<li><a href="#steam"><img src="http://g.etfv.co/http://store.steampowered.com/" alt="Steam"></a>
<li><a href="#desura"><img src="http://g.etfv.co/http://www.desura.com/" alt="Desura"></a>
<li><a href="#gog"><img src="http://g.etfv.co/http://www.gog.com/" alt="GOG"></a>
<li><a href="#drm-free">DRM-Free</a>
</ul>
<p>
<a href="#" class="save">Save search</a>
</p>
<iframe src="//www.humblebundle.com/_widget/html"></iframe>
<iframe src="//www.humblebundle.com/_widget/weekly"></iframe>
<iframe src="//www.humblebundle.com/_widget/books"></iframe>
<iframe src="//www.humblebundle.com/_widget/mobile"></iframe>
<iframe src="//www.humblebundle.com/_widget/flash"></iframe>
<main></main>
<footer class="hidden">By <strong><a href="https://github.com/Calvein">Calvein</a></strong>, thanks to <b></b> for their contributions.</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.3.1/lodash.min.js"></script>
<script src="scripts/games.js"></script>
<script src="scripts/script.js"></script>
<script>
var _gaq=[['_setAccount','UA-37825336-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>