-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.tpl
103 lines (98 loc) · 4.89 KB
/
index.tpl
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
<div class="section" style="margin: 0; padding: 0">
<div class="slider">
<ul class="slides">
<li class="white-text" style="background-image: url('/img/banners/angstrom.png'); background-size: cover">
<div class="infobox flow-text">
<b>Ångst-RÖM's RAM Page</b> is a puzzle game. Join Ångst-RÖM on his
quest to liberate his computer from NSA spyware and replace Macindows
with a system so ancient it lacks networking capabilities: Gelato.
<p><a href="/angstromsrampage" class="btn-large waves-effect waves-light black">Learn more<i class="mdi mdi-arrow-right-bold right"></i></a></p>
</div>
</li>
<li class="white-text" style="background-image: url('/img/banners/callcenter.png'); background-size: cover">
<div class="infobox infobox-right flow-text">
<b>The Inglorious Yet Highly Stimulating Life of an Underpaid Graduate
Student</b> is a tech support simulator. Provide terrible tech support
to innocent civilians for sweet cash to buy more phones on ePay. You
monster.
<p><a href="/tiyhsloaugs" class="btn-large waves-effect waves-light black">Learn more<i class="mdi mdi-arrow-right-bold right"></i></a></p>
</div>
</li>
<li class="white-text" style="background-image: url('/img/banners/bob.png'); background-size: cover">
<div class="infobox flow-text">
<b>Exploding Bob</b> is an educational game. Practice basic math by
feeding Bob the correct number of burgers. Watch out: feed him too
many and he'll explode!
<p><a href="/explodingbob" class="btn-large waves-effect waves-light black">Learn more<i class="mdi mdi-arrow-right-bold right"></i></a></p>
</div>
</li>
<li class="white-text" style="background-image: url('/img/banners/catachresis.png'); background-size: cover">
<div class="infobox infobox-right flow-text">
<b>Catachresis</b> is a cyberpunk RPG. Build an army of cyborg cats on
drugs to take down Anomalous before they hack the planet! Coming soon.
<p><a href="/catachresis" class="btn-large waves-effect waves-light black">Learn more<i class="mdi mdi-arrow-right-bold right"></i></a></p>
</div>
</li>
</ul>
</div>
</div>
<div class="section">
<div class="container">
<div class="row" style="margin-top: 20px">
<div class="col s12 m4 valign-wrapper">
<img src="/img/logotext.svg" width="100%" alt="Gelato Labs" class="valign" style="vertical-align:middle;line-height: 500px;"/>
</div>
<div class="col s12 m7 offset-m1">
<h1>We make video games</h1>
<p class="flow-text">
We're a group of programmers, artists, and designers from around the
world who build games for fun. We create a variety of games for
different age groups, interests, and platforms. We welcome
contributions of all types and sizes from anyone, regardless of age or
experience.
</p>
<p>
<a href="/games" class="btn-large waves-effect waves-light black"><i class="mdi mdi-gamepad-variant left"></i>Games</a>
<a href="/contribute" class="btn-large waves-effect waves-light black"><i class="mdi mdi-source-merge left"></i>Contribute</a>
</p>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper section no-pad-bot" style="background-image: url('/img/bg.jpg'); background-size: cover; background-position: center">
<div class="container">
<div class="row">
<div class="col s12 m6 center">
<h5 class="header light white-text">Get in touch</h5>
<a href="mailto:gelato@vfemail.net" class="btn-large waves-effect waves-light black"><i class="mdi mdi-email left"></i>Contact</a>
</div>
<div class="col s12 m6 center">
<h5 class="header light white-text">Just send the money</h5>
<a href="/donate" class="btn-large waves-effect waves-light black"><i class="mdi mdi-gift left"></i>Donate</a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col s12 m6">
<h3>Who are we?</h3>
% cat $sitedir/people.inc
</div>
<div class="col s12 m6">
<h3>Updates</h3>
<a class="twitter-timeline" data-lang="en" data-height="600" data-dnt="true" data-theme="light" data-link-color="#53FE00" href="https://twitter.com/gelatolabs">Tweets by @gelatolabs</a>
</div>
</div>
</div>
</div>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<script>
window.setTimeout(function() {
document.getElementById('twitter-widget-0').style.height = document.getElementById('people').clientHeight + "px";
}, 3000);
window.onresize = function() {
document.getElementById('twitter-widget-0').style.height = document.getElementById('people').clientHeight + "px";
}
</script>