forked from MovingBlocks/legacy-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (30 loc) · 1.44 KB
/
about.html
File metadata and controls
30 lines (30 loc) · 1.44 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
---
layout: page
title: "Welcome to The World of Terasology!"
---
<div class="row">
{% include status.html %}
<blockquote>
The Terasology project was born from a Minecraft-inspired tech demo and is becoming a stable platform for various types of gameplay settings in a voxel world.
<br>
<br> The creators and maintainers are a diverse mix of software developers, designers, game testers, graphic artists, and musicians. We encourage others to join!
<br>
<br> Terasology is fully open source and licensed Apache 2.0 for code and CC BY 4.0 for artwork (unless indicated otherwise - see credits for minor exceptions)
<br>
<br> We encourage contributions from anybody and try to keep a warm and friendly community and maintain a code of conduct
</blockquote>
</div>
<div class="row">
<div class="col s6 l3">
<img class="img-margin fwidth materialboxed z-depth-3" src="{{ site.github.url }}/img/ss_2.jpg">
</div>
<div class="col s6 l3">
<img class="img-margin fwidth materialboxed z-depth-3" src="{{ site.github.url }}/img/ss_3.jpg">
</div>
<div class="col s6 l3">
<img class="img-margin fwidth materialboxed z-depth-3" src="{{ site.github.url }}/img/ss_4.jpg">
</div>
<div class="col s6 l3">
<img class="img-margin fwidth materialboxed z-depth-3" src="{{ site.github.url }}/img/ss_5.jpg">
</div>
</div>