diff options
author | 2020-10-22 15:45:14 +1000 | |
---|---|---|
committer | 2020-10-22 15:45:14 +1000 | |
commit | a971b36e079345fff3142a9cc663670f3b2a2ff8 (patch) | |
tree | ea8fcf09b7f7886c609fe46c49b90dc6e37eb5f0 /pydis_site/templates | |
parent | Use local svgs for wave elements. (diff) |
Add a message section to replace hero section for mobiles.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/index.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 04ad4465..fbdd942d 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -9,7 +9,18 @@ {% block content %} {% include "base/navbar.html" %} - <section class="section main-head is-hidden-touch"> + <article class="message is-primary is-hidden-tablet"> + <div class="message-header"> + <p>100K Member Milestone!</p> + </div> + <div class="message-body"> + Thanks to all our members for helping us create this friendly and helpful community! + <br><br> + As a nice treat, we've created a <a href="{% url 'timeline' %}">Timeline page</a> for people + to discover the events that made our community what it is today. Be sure to check it out! + </div> + </article> + <section class="section main-head is-hidden-mobile"> <div class="container is-spaced above-waves"> <div class="columns"> <div class="column is-half"> |