add info site
This commit is contained in:
parent
6cd493fc0c
commit
d272c4f549
1 changed files with 19 additions and 0 deletions
|
@ -79,6 +79,25 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="info">
|
||||
<div class="container my-5">
|
||||
<div class="container">
|
||||
<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>TODO</strong></p>
|
||||
<hr>
|
||||
<p class="mb-0">Sign ups are open from TODO on.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>About</h3>
|
||||
TODO: Write info.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue