diff --git a/freezing/web/static/css/styles.css b/freezing/web/static/css/styles.css index 90ac858b..42481ba8 100644 --- a/freezing/web/static/css/styles.css +++ b/freezing/web/static/css/styles.css @@ -620,4 +620,4 @@ nav.bg-light { .snowflake:nth-of-type(11) { left: 65%; animation-delay: 2.5s -} \ No newline at end of file +} diff --git a/freezing/web/static/js/snow.js b/freezing/web/static/js/snow.js index 07228bbe..683ca5b8 100644 --- a/freezing/web/static/js/snow.js +++ b/freezing/web/static/js/snow.js @@ -113,4 +113,4 @@ $(document).ready(() => { var item = "
" return item; } -}); \ No newline at end of file +}); diff --git a/freezing/web/templates/base_navbar.html b/freezing/web/templates/base_navbar.html index c22c24f0..d52bedd6 100644 --- a/freezing/web/templates/base_navbar.html +++ b/freezing/web/templates/base_navbar.html @@ -521,7 +521,7 @@

background-color: #ffffff08"> [BAFS] probably most closely resembles organizing a game of freeze tag on the grade-school playground - — Steve O + — Steve O

Freezing Saddles runs from January 1 through the last diff --git a/freezing/web/templates/explore/indiv_elev_dist.html b/freezing/web/templates/explore/indiv_elev_dist.html index 129d439b..802c5cef 100644 --- a/freezing/web/templates/explore/indiv_elev_dist.html +++ b/freezing/web/templates/explore/indiv_elev_dist.html @@ -1,16 +1,16 @@ {% extends "base.html" %} {% block foot %} - - - - + + + {% endblock %} {% block content %}

@@ -75,7 +75,13 @@

- + + +  Loading chart data...
{% endblock %} diff --git a/freezing/web/templates/index.html b/freezing/web/templates/index.html index 0a42dd84..e5649ea9 100644 --- a/freezing/web/templates/index.html +++ b/freezing/web/templates/index.html @@ -70,6 +70,12 @@ max-height: 12rem; margin-bottom: .5rem; } + .frontpage-alert-high { + z-index: 1001; + } + .border-right-muted { + border-right: 1px solid #8888; + } usually March 19th. {% elif bafs_is_over %} -
+
Winter is over. The game is done. The reindeer have been put out to pasture. Time to clean your bike, wax your chain, and go for a ride. 🌱 @@ -183,7 +188,7 @@

{% if yourself.missed_yesterday %}
You didn't ride yesterday! If you can, it's important to ride every - day. Even just one mile will help your team! + day. Even just one mile will help your team!
{% elif yourself.hour >= 12 %}
@@ -305,8 +310,7 @@

you

-
+
{% if yourself.rank %} diff --git a/freezing/web/templates/leaderboard/indiv.html b/freezing/web/templates/leaderboard/indiv.html index d85f511c..e4093370 100644 --- a/freezing/web/templates/leaderboard/indiv.html +++ b/freezing/web/templates/leaderboard/indiv.html @@ -80,7 +80,7 @@

This leaderboard is also available as a text-only version.

-
+
-
+
{% endblock %} diff --git a/freezing/web/templates/leaderboard/team.html b/freezing/web/templates/leaderboard/team.html index 080774ef..1bb2a698 100644 --- a/freezing/web/templates/leaderboard/team.html +++ b/freezing/web/templates/leaderboard/team.html @@ -80,7 +80,7 @@

This leaderboard is also available as a text-only version.

-
+
-
+
{% endblock %} diff --git a/freezing/web/templates/people/ridedays.html b/freezing/web/templates/people/ridedays.html index 0df22968..76066fe6 100644 --- a/freezing/web/templates/people/ridedays.html +++ b/freezing/web/templates/people/ridedays.html @@ -8,18 +8,18 @@

The competiton for this year is complete after {{ num_days }} days of riding!

{% endif %} -
    -
  • +
      +
    • {{ every_day_riders }} rider{{ every_day_riders|ess }}: Your name is green, you've ridden every day. Congratulations! 🏆 for you!
    • {% if contenders %} -
    • +
    • {{ contenders }} rider{{ contenders|ess }}: Yellow means you are one ride shy of every day and you have not yet ridden today. ⚠️ Go ride today!
    • {% endif %} -
    • +
    • {{ remainders }} rider{{ remainders|ess }}: Red means you have missed a day, alas. Maybe next year you will be in the elite group of every day riders.
    • diff --git a/freezing/web/templates/pointless/distance.html b/freezing/web/templates/pointless/distance.html index dca74a8d..0973f088 100644 --- a/freezing/web/templates/pointless/distance.html +++ b/freezing/web/templates/pointless/distance.html @@ -1,11 +1,11 @@ {% extends "base.html" %} {% block content %} -

      - Average Distance -

      -

      - Rider average distance per ride, minimum ten days with a ride for CPTJohnC's Pointless Prize -

      +

      + Average Distance +

      +

      + Rider average distance per ride, minimum ten days with a ride for CPTJohnC's Pointless Prize +