-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 951 Bytes
/
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
---
title: Home
description: The homepage of Veraball, a free, libre and open source roll-the-ball game.
layout: default
---
<div class="main">
<div class="jumbotron">
<h1>Veraball</h1>
<h2>A free, libre "roll the ball" game</h2>
<div class="download">
<a class="button" href="downloads.html">Download</a>
<span class="download-info">
For Windows and GNU/Linux. Manual installation for OS X available.
</span>
</div>
</div>
<div id="content" class="content">
<h2>What is Veraball?</h2>
<p>
<strong>Veraball</strong> is a free, libre and open source game where
you have to roll the ball to reach the goal. Collect coins, and avoid
falling out of the level, without running out of time.
</p>
<p>
The game is made using the libre and open source
<a href="http://godotengine.org">Godot Engine</a>, supporting both 2D
and 3D games.
</p>
</div>
</div>