-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·61 lines (60 loc) · 2.73 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
58
59
60
61
---
layout: default
---
<div class="jumbotron">
<div class="container">
<p>
Hypatia is a game engine for single player 2D action adventure games, like
<a href="http://en.wikipedia.org/wiki/The_Legend_of_Zelda:_Oracle_of_Seasons_and_Oracle_of_Ages"><em>The Legend Of Zelda: Oracle of Seasons</em> and <em>Oracle of Ages</em></a>.
Hypatia is aimed at non-programmers and programmers alike.
</p>
<p>
Sound interesting? Find out how to <a href="{{ site.baseurl }}/tutorials/">get started with Hypatia, without any programming knowledge</a>.
</p>
</div>
</div>
<div class="container">
<div class="col-xs-12 col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">See what Hypatia can do</h3>
</div>
<div class="panel-body hypatia-demo-panel">
<p>
Hypatia includes a simple demo game, which explores the basics of creating a
game with the engine. You can see it in action below, or
<a href="{{ site.hypatia_repo }}/releases">download it</a> and have a look yourself.
</p>
<img src="{{ site.baseurl }}/assets/demo-2015-11-07.gif" alt="Image of the Hypatia demo">
</div>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Help Hypatia's development</h3>
</div>
<div class="panel-body">
<p>
Hypatia is developed by a group of volunteers, headed by Lillian Lemmer.
You can help continue it's development by
<a href="https://hypatia.leadpages.co/donate-landing-page/">donating to Hypatia Software Organization</a>.
</p>
<p>
Want to help develop Hypatia? Just head over to our <a href="{{ site.hypatia_repo }}">GitHub repository</a> to get the code and start on your journey of contributing to an awesome open source project!
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Latest on the Hypatia blog</h3>
</div>
<div class="panel-body hypatia-blog-excerpt-panel">
{% assign post = site.posts.first %}
<h4><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h4>
<p>{{ post.excerpt }}</p>
<p><a href="{{ site.baseurl }}{{ post.url }}">Read more</a></p>
</div>
</div>
</div>
</div>