Skip to content

Commit

Permalink
Refine links and rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Dec 30, 2024
1 parent 244ee0b commit 5a15359
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 293 deletions.
598 changes: 309 additions & 289 deletions freezing/web/templates/base.html

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion freezing/web/templates/pointless/foodrescue.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ <h5 class="card-header">
to the tag with an <code>x</code> like so:
<code>#foodrescue<strong>x2</strong></code>.
</p>
{% set url = "https://www.bikearlingtonforum.com/forums/topic/pointless-prize-rescuing-food-by-bike/" %}
{% set sponsor = "Henry" %}
<p>
<a href="https://www.bikearlingtonforum.com/forums/topic/pointless-prize-rescuing-food-by-bike/">Prize sponsored by henry.</a>
See: <a href="{{ url }}">{{ url }}</a>
</p>
<p>
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ sponsor }}/">{{ sponsor }}</a></em>.
</p>
<table class="table table-condensed">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion freezing/web/templates/pointless/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h5 class="card-header">
{% endif %}
{% if sponsor %}
<p>
Sponsored by <em>{{ sponsor }}</em>.
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ sponsor }}/">{{ sponsor }}</a></em>.
</p>
{% endif %}
<table class="table table-condensed">
Expand Down
2 changes: 1 addition & 1 deletion freezing/web/templates/pointless/hashtag.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="mb-3">
{% endif %}
{% if meta.sponsor %}
<p>
Sponsored by <em>{{ meta.sponsor }}</em>.
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ meta.sponsor }}/">{{ meta.sponsor }}</a></em>.
</p>
{% endif %}
{% else %}
Expand Down
7 changes: 6 additions & 1 deletion freezing/web/templates/pointless/rosshillloop.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ <h5 class="card-header">
<a href="https://www.strava.com/segments/4934241">RCP Loop</a> rides, ignoring
double dips.
</p>
{% set url = "https://www.bikearlingtonforum.com/forums/topic/pointless-prize-ross-hill-loop-2024" %}
{% set sponsor = "randomduck" %}
<p>
<a href="https://www.bikearlingtonforum.com/forums/topic/pointless-prize-ross-hill-loop-2024/">Prize sponsored by randomduck.</a>
See: <a href="{{ url }}">{{ url }}</a>
</p>
<p>
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ sponsor }}/">{{ sponsor }}</a></em>.
</p>
<table class="table table-condensed">
<tr>
Expand Down
8 changes: 8 additions & 0 deletions leaderboards/hashtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ tags:
sponsor: bikingjenn
rank_by_rides: True

- tag: bob
name: Baby on Board
description: |
Remember the ubiquitous yellow caution sign “Baby of Board” signs of the 1980s? Well, this year, snap a photo each time to see a unique design/style of one during a ride, share it on your Strava ride and hashtag your Strava ride title with #BoB.
url: https://www.bikearlingtonforum.com/forums/topic/2025-pointless-prize-baby-on-board-bob/
sponsor: bigredboiler
rank_by_rides: True

- tag: biathlon
name: Biathlon
description: |
Expand Down
1 change: 1 addition & 0 deletions leaderboards/poggio-team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: |
Number of team rides of the
<a href="https://www.strava.com/segments/650024">POGGIO</a>
segment.
There is no <em>team</em> prize for this pointless contest, just for the <a href="poggio-indiv">individual POGGIO leaderboard</a> winner.
url: https://www.bikearlingtonforum.com/forums/topic/pointless-prize-2025-poggio/ # yamllint disable-line
fields:
- name: id
Expand Down

0 comments on commit 5a15359

Please sign in to comment.