20 lines
1.2 KiB
HTML
20 lines
1.2 KiB
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<div style="position: absolute; bottom: 1; right: 0;margin: 25px; width: 30%; background-color: rgba(0, 0, 0, 0.6); color: #eeeeee; border-radius: 2px;">
|
|
<div style="padding: 20px;">
|
|
<h2 style="text-align: justify;">Beyond Heroes</h2>
|
|
<p style="text-align: justify;">
|
|
The project that rose from the ashes of a game that was once. We aim to recreate the experience that we enjoyed throughout the years, while also adding new features that make it truly <i>Beyond</i> Heroes and Generals.<br>
|
|
Join Us on this journey to relive the old days and experience something new by clicking on the button below!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div style="position: absolute; bottom: 0; right: 0; margin-right: 25px; margin-bottom: 30px;">
|
|
<button class="btn" style="padding: 5px 75px; font-family:'Trebuchet MS', sans-serif; font-size: 30px; font-weight: bold; background-color: #139358; color: white; border-radius: 2px;" onmouseover="this.style.backgroundColor='#0f7a4c'" onmouseout="this.style.backgroundColor='#139358'">
|
|
To Battle!
|
|
</button>
|
|
</div>
|
|
|
|
{% endblock %} |