-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 1.24 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 1.24 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
---
layout: default
---
<div class="home">
<div class="row">
<div class="column left">
<a href="{{ site.baseurl }}/images/screenshots/blockattack-2.3.0-2.png" data-lightbox="frontpage" data-title="VS Game againt the computer"><img class="frontpage_screenshot" src="{{ site.baseurl }}/images/screenshots/blockattack-2.3.0-2.thumb.png" alt="Screenshot" border="0"/></a>
</div>
<div class="column right">
<p>Welcome to the Block Attack - Rise of the Blocks Homepage, another open source SDL based Tetris Attack (or Panel de Pon) Clone under the GPL</p>
<p>Fork it on <a href="https://github.com/blockattack/blockattack-game">Github</a> or download it now: <a class="download-link" href="{{ "/download/" | prepend: site.baseurl }}">Download</a></p>
</div>
</div>
<p></p>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
{{ post.content }}
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>