move info tab to own template

This commit is contained in:
Maximilian Keßler 2023-12-08 22:37:25 +01:00
parent 45300c1779
commit 10cc91f486
Signed by: max
GPG Key ID: BCC5A619923C0BA5
2 changed files with 44 additions and 24 deletions

43
templates/info.html Normal file
View File

@ -0,0 +1,43 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7">
<div class="alert alert-info" role="alert">
<h4 class="alert-heading">Welcome to the league!</h4>
<p>Season One will be live from <strong>December 22, 2023 - February 23, 2024</strong>!</p>
<hr>
<p class="mb-0">
Sign ups are open from now on via this
<a href="https://forms.gle/yXFNWKuX7uKD28gr7">Google form</a>.
</p>
</div>
</div>
</div>
</div>
<h3>
Construction notice
</h3>
<p>
This site is still under construction and will be (hopefully, but also very likely) ready on the 22nd when the league starts.
</p>
<p>
Further information can also be found at this
<a href="https://docs.google.com/document/d/17sGlg5cEco9-xRpMXedMkgve85Hqx6ae4XEZoJQJAJg">Google doc</a>,
but we aim at providing all information at this website as well.
</p>
<p>
Since season 1 has not started yet, this site also looks very empty.
There is a development version of this website available at <a href="https://dev.hanabi-league.com">dev.hanabi-league.com</a>,
which features an up-to-date version of the website using the season 0 data as a sample.
Feel free to check it out there and provide us with feedback on what you would like to be changed.
Of course, don't take the statistics there too serious, since only the NoVar and Clue Starved games were included,
whereas season 0 actually allowed for many more variants.
</p>
<h3>About</h3>
<p>
The Hanabi Pro Hunting League offers a new way to play more serious Hanabi, but without the stress, formality,
and scheduling headaches of traditional tournaments.
For folks of all skill levels, the most important goal is simply to compete against yourself,
to constantly learn &amp improve!
</p>

View File

@ -132,30 +132,7 @@
<div class="tab-pane fade" id="info"> <div class="tab-pane fade" id="info">
<div class="container my-5"> <div class="container my-5">
<div class="container"> {% include "info.html" %}
<div class="row justify-content-center">
<div class="col-md-6">
<div class="alert alert-info" role="alert">
<h4 class="alert-heading">Welcome to the league!</h4>
<p>Season One will be live from <strong>22. December 2023</strong></p>
<hr>
<p class="mb-0">
Sign ups are open from now on, see the linked google doc below.
</p>
</div>
</div>
</div>
</div>
<h3>About</h3>
<p>
This site is still under construction and be (hopefully, but also very likely) be ready on the 22nd when the
league starts.
</p>
<p>
You can already find up-to-date information on the league <a href="https://docs.google.com/document/d/17sGlg5cEco9-xRpMXedMkgve85Hqx6ae4XEZoJQJAJg">here</a>
until the information is moved here properly.
</p>
</div> </div>
</div> </div>