Skip to content

Commit

Permalink
added temporary reset message
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-22 committed May 15, 2021
1 parent 6e91df8 commit 69df40c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions application/static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/* Temporary formatting */
#tempalert {
padding: 0 20px;
background-color: #746444;
color: white;
text-align: center;
}

/* Universal formatting */

* {
Expand Down
5 changes: 5 additions & 0 deletions application/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ <h2>Let's get walking!</h2>
{% endif %}
</div>

<div id='tempalert'>
<h2>Notice</h2>
<h3>The leaderboards will be reset when the walking officially starts on May 25th!</h3>
</div>

<div class='columns contentw'>
<div id='appinfo' class="column">
<h2>About this app</h2>
Expand Down

0 comments on commit 69df40c

Please sign in to comment.