Skip to content

Commit

Permalink
Add introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed May 16, 2024
1 parent ce586f6 commit 07bd651
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

{% block body %}

<div class="homepage-section">
<p class="text--centered">This is a database of <strong>past, public LAN parties</strong>.</p>
</div>

<div class="homepage-section">
<div class="block is-centered-h">
<p class="text--centered">This database covers:</p>
<p class="text--centered">So far, it covers:</p>
<div class="row row--collapsible row--center">
<div class="column text--centered">
<a href="{{ url_for('party.index') }}">
Expand All @@ -26,7 +30,7 @@
</div>
<div class="column text--centered">
<div class="bignumber">0</div>
<div class="bignumber-caption">organizers<br><small>(yet)</small></div>
<div class="bignumber-caption">organizers<br><small class="dim">(yet)</small></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 07bd651

Please sign in to comment.