You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.6 KiB
40 lines
1.6 KiB
{% extends "base.html" %}
|
|
{% set active_page = "index" %}
|
|
|
|
{% block title %}ACKS Toolset Home{% endblock %}
|
|
{% block content %}
|
|
<div class="uk-flex uk-flex-center uk-margin-bottom uk-margin-top">
|
|
<h1 class="uk-text-center"><strong>Adventurer Conqueror King</strong>Home</h1>
|
|
</div>
|
|
<div class="uk-flex uk-flex-bottom uk-flex-center uk-margin-medium uk-margin-large-bottom">
|
|
<div class="uk-container uk-container-small">
|
|
<p>
|
|
Welcome to the Adventurer Conqueror King toolkit for the Legends of Palisma campaign.
|
|
You've had a long journey... three months aboard a ship to reach the new continent,
|
|
many thousands of miles across the Immortal Sea from Branborne and away from any sense
|
|
of familiarity.
|
|
</p>
|
|
<p>
|
|
What adventures await you in an age when empires totter on the brink of war, and terrible
|
|
monsters tear at the fragile borderlands of men; when decaying cities teem with chaos and
|
|
corruption, where nubile maidens are sacrificed to chthonic cults and nobles live in
|
|
decadent pleasure on the toil of slaves; when heroes, wizards, and rogues risk everything
|
|
in pursuit of glory, fortune, and power. These are days when adventurers can become
|
|
conquerors… and conquerors can become kings!
|
|
</p>
|
|
|
|
<hr class="uk-divider-icon uk-margin-large" />
|
|
<img src="{{ url_for('static', filename='home_image.jpg') }}" />
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block head %}
|
|
<style>
|
|
h1 strong {
|
|
display: block;
|
|
font-size: 50%;
|
|
opacity: 0.65;
|
|
}
|
|
</style>
|
|
{% endblock %}
|