From 072af7d7d289390203963bf556e9966d16adabc6 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 13 May 2024 20:17:27 +0530 Subject: [PATCH] make theme subtle --- all-standings.html | 83 +++++++++++++++++++++---------------------- css/skeleton-auto.css | 2 +- 2 files changed, 41 insertions(+), 44 deletions(-) diff --git a/all-standings.html b/all-standings.html index 15319bf..d39921a 100644 --- a/all-standings.html +++ b/all-standings.html @@ -13,50 +13,47 @@

Events

- - - - - - - - - {% assign events = site.data.events |where: "future", nil | reverse %} - {% for row in events %} - {% assign attendees = 0 %} + + + + + + + + + {% assign events = site.data.events |where: "future", nil | reverse %} + {% for row in events %} + {% assign attendees = 0 %} - {% assign month_results = site.data.results | where: "Date", row.date %} - {% for r in month_results %} - {% assign attendees = attendees | plus: r['Team Size'] %} - - {% endfor %} - {% if attendees > 0 %} - - - - - - - - - {% assign top_team = month_results.first %} - - - - {% endif %} - {% endfor %} + {% assign month_results = site.data.results | where: "Date", row.date %} + {% for r in month_results %} + {% assign attendees = attendees | plus: r['Team Size'] %} + + {% endfor %} + {% if attendees > 0 %} + + + + + + {% assign top_team = month_results.first %} + + + + {% endif %} + {% endfor %} diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index ea936c0..fe00fdf 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -308,7 +308,7 @@ table td.team strong { font-weight: 500; } -table td.team span { +table td.team span, td.subtle { text-transform: capitalize; margin-left: 0.75rem; font-size: 0.8rem;
EventThemeAttendeesFastest TeamTime
EventThemeAttendeesFastest TeamTime
- - {{row.date|date:"%B %Y"}} - - {{row.theme}}{{attendees}} - - {{top_team['Team Name']}} - - - {% if top_team.duration %} - {{top_team.duration}} - {% endif %} -
+ + {{row.date|date:"%B %Y"}} + + {{row.theme}}{{attendees}} + + {{top_team['Team Name']}} + + + {% if top_team.duration %} + {{top_team.duration}} + {% endif %} +