-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (55 loc) · 3.62 KB
/
index.html
File metadata and controls
65 lines (55 loc) · 3.62 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" />
<title>The 21</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body style="background-color:#272822; color:#fff; font-family: 'Open Sans', sans-serif;">
<center>
<img src="https://avatars0.githubusercontent.com/u/2146810?v=3&s=200">
<br>
<h1><img src="lps.png" width=128><br>Let's Play Simulator 2016</h1>
<p>Ludum Dare 34</p>
<p><a href='https://itunes.apple.com/app/lets-play-simulator-2016/id1294026476?ls=1&mt=8'><img alt='Download on the App Store' width="153px" src='https://devimages-cdn.apple.com/app-store/marketing/guidelines/images/badge-download-on-the-app-store.svg'/></a></p>
<p><a href='https://play.google.com/store/apps/details?id=com.the21.lps'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/badge_new.png'/></a></p>
<p><iframe frameborder="0" src="https://itch.io/embed/53093?dark=true" width="552" height="167"></iframe></p>
<h1><img src="dino.png" width=128><br>Dino Hipster Survival</h1>
<p>Ludum Dare 36</p>
<p>
<a href='https://play.google.com/store/apps/details?id=com.the21.ld36'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/badge_new.png'/></a></p>
<p><iframe frameborder="0" src="https://itch.io/embed/82036?dark=true" width="552" height="167"></iframe></p>
<h1><img src="swrpg.png" width=128><br>Silly Wizard</h1>
<p>Global Game Jam 2016</p>
<p>
<a href='https://play.google.com/store/apps/details?id=com.the21.swrpg'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/badge_new.png'/></a></p>
<p><iframe frameborder="0" src="https://itch.io/embed/54381?dark=true" width="552" height="167"></iframe></p>
<h1><img src="santaar.png" width=128><br>Santa AR</h1>
<p>Augmented Reality Christmas app</p>
<p>
<a href='https://play.google.com/store/apps/details?id=com.the21.santaar'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/badge_new.png'/></a></p>
<a href="https://twitter.com/gamescodedogs" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @gamescodedogs</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>
</center>
<script type="text/javascript">
$( document ).ready(function() {
var container = $('.images');
container.imagesLoaded( function() {
container.masonry({
itemSelector: '.uk-width-medium-1-2',
});
});
});
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-26420235-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>