diff options
author | 2018-05-08 14:57:50 +0100 | |
---|---|---|
committer | 2018-05-08 14:57:50 +0100 | |
commit | 9e3515e538e22aaff6348849efa7d1ba056ad089 (patch) | |
tree | 5da21b4b1275f0c462a088588e4c71b05ff69ea7 /templates/main | |
parent | Fix tests (diff) |
Small code jam page fixes
Diffstat (limited to 'templates/main')
-rw-r--r-- | templates/main/info/jams.html | 63 |
1 files changed, 40 insertions, 23 deletions
diff --git a/templates/main/info/jams.html b/templates/main/info/jams.html index 8abc5d8f..99b325ab 100644 --- a/templates/main/info/jams.html +++ b/templates/main/info/jams.html @@ -6,31 +6,48 @@ <div class="uk-section"> <div class="uk-container uk-container-small"> <article class="uk-article"> - <h1 class="uk-article-title hover-title" id="top"> - Code Jams + <div uk-grid class="uk-grid-large"> + <div class="uk-width-expand"> + <h1 class="uk-article-title hover-title" id="top"> + Code Jams - <a href="#top" class="uk-text-primary" title="Permanent link to this header"> - <i class="fas fa-paragraph" data-fa-transform="shrink-8"></i> - </a> - </h1> - <p class="uk-article-meta"> - We jammin' - </p> + <a href="#top" class="uk-text-primary" title="Permanent link to this header"> + <i class="fas fa-paragraph" data-fa-transform="shrink-8"></i> + </a> + </h1> + <p class="uk-article-meta"> + We jammin' + </p> - <p> - Every three months or so, we aim to host a server-wide code jam, suitable for all members of the server. In - these, we announce a theme and date in advance, and users may sign up via a link provided in the - announcements channel on the server. Once the sign-up period is over, users are grouped into - teams. On the day of the code jam, we announce a task - each team will then work on a solution - to this task. - </p> - <p> - Once the code jam is over, our staff team will review and test each submission. Once that's done, - a winner will be decided! - </p> - <p> - If you'd like to join one of our code jams, feel free to ask a member of staff about the next one. - </p> + <p> + Every three months or so, we aim to host a server-wide code jam, suitable for all members of the server. In + these, we announce a theme and date in advance, and users may sign up via a link provided in the + announcements channel on the server. Once the sign-up period is over, users are grouped into + teams. On the day of the code jam, we announce a task - each team will then work on a solution + to this task. + </p> + <p> + Once the code jam is over, our staff team will review and test each submission. Once that's done, + a winner will be decided! + </p> + <p> + If you'd like to join one of our code jams, feel free to ask a member of staff about the next one. + </p> + </div> + + <figure class="jetbrains uk-width-1-4@l uk-width-1-4@m uk-width-1-1@s"> + <h1 class="uk-article-title"> + Sponsors + </h1> + <p class="uk-article-meta"> + Our generous benefactors + </p> + + <a href="https://jetbrains.com"> + <img src="{{ static_file("images/jetbrains.png") }}" /> + </a> + </figure> + </div> <h2 class="uk-article-title hover-title" id="rules"> Rules and Guidelines |