2020-03-25 22:14:26 +01:00
|
|
|
{% extends "base" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2020-04-06 14:30:29 +02:00
|
|
|
<div class="info_wrapper">
|
|
|
|
<div class="info">
|
|
|
|
<div>
|
|
|
|
<h1>
|
|
|
|
Planetwars
|
|
|
|
</h1>
|
2020-04-07 13:51:35 +02:00
|
|
|
<h3>
|
2020-04-06 14:30:29 +02:00
|
|
|
powered by MOZAIC
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
<div class="steps">
|
|
|
|
<a class="step" href='/mapbuilder'>
|
|
|
|
<div class="step_content">
|
|
|
|
<h2>Step 1:</h2>
|
|
|
|
<div>
|
|
|
|
<h3>(Optional)</h3>
|
|
|
|
<h3>Build a map</h3>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
<a class="step" href='/lobby'>
|
|
|
|
<div class="step_content">
|
|
|
|
<h2>Step 2:</h2>
|
|
|
|
<h3>Create a game</h3>
|
|
|
|
</div>
|
|
|
|
</a>
|
2020-04-07 11:31:28 +02:00
|
|
|
<a class="step" href='/info/6'>
|
2020-04-06 14:30:29 +02:00
|
|
|
<div class="step_content">
|
|
|
|
<h2>Step 3:</h2>
|
|
|
|
<h3>Play!</h3>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
2020-04-07 13:51:35 +02:00
|
|
|
<p style="font-size: 1.4em;">To build your own bot and own the competition <a href="/info" class="contribute">more information</a></p>
|
2020-04-06 14:30:29 +02:00
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h1 class="contribute">
|
|
|
|
<a href='https://github.com/ZeusWPI/Planetwars' target="_blank">
|
|
|
|
Contribute! <span class="heart"></span>
|
|
|
|
</a>
|
|
|
|
</h1>
|
|
|
|
</div>
|
2020-03-29 10:29:27 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-03-25 22:14:26 +01:00
|
|
|
{% endblock %}
|