diff options
-rw-r--r-- | static/images/jetbrains.png | bin | 0 -> 167813 bytes | |||
-rw-r--r-- | static/style.css | 4 | ||||
-rw-r--r-- | templates/main/info/jams.html | 63 |
3 files changed, 44 insertions, 23 deletions
diff --git a/static/images/jetbrains.png b/static/images/jetbrains.png Binary files differnew file mode 100644 index 00000000..ccceb958 --- /dev/null +++ b/static/images/jetbrains.png diff --git a/static/style.css b/static/style.css index a857bd4d..f99fd256 100644 --- a/static/style.css +++ b/static/style.css @@ -157,4 +157,8 @@ div.quote { color: #99AAB5; padding-left: 20px; margin-bottom: 1rem; +} + +.uk-article-meta { + margin-left: 2px; }
\ No newline at end of file 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 |