Skip to content

Commit

Permalink
remove stale sponsors and links
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinorg committed Dec 30, 2024
1 parent d9e9725 commit 005d2ae
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 213 deletions.
3 changes: 0 additions & 3 deletions freezing/web/templates/pointless/civilwarhistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ <h1>
Ride to a Civil War historical marker and tag your ride with #CivilWarMarker to earn five points. Find streets named after Civil War figures
and tag your ride with #CivilWarStreet to earn two points. You may find one marker and one street per day.
</p>
<p>
See: <a href="http://bikearlingtonforum.com/showthread.php?18067-Pointless-Prize-Civil-War-History">http://bikearlingtonforum.com/showthread.php?18067-Pointless-Prize-Civil-War-History</a>
</p>
</div>
</div>
<div class="row">
Expand Down
222 changes: 111 additions & 111 deletions freezing/web/templates/pointless/daily_variance.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,115 +14,115 @@ <h1>
<div class="col-md-12">
<p>
While the <em>Least Daily Variance</em> price is currently retired, the leaderboard is cool so we're keeping it, and moving this to the Data Exploration area.
<p>
<p>
To qualify as a Least Daily Variance leader you <em>both</em> have to ride at least <b>50</b> days,
which is about 2/3 of the total days in the Freezing Saddles season,
<em>and</em> average more than 2 miles per ride day. If your name is in red, you don't qualify.
</p>
<hr>
<p>
The former Least Daily Variance prize was dedicated in memory of Chris Maimone (CPTJohnC on the forum).
</p>
<p>
This prize was given to the player with the lowest avarage variance in miles per day.
<p>
<p>
This prize has been in search of a new sponsor since jrenaut is absolutely the worst prize sponsor ever (in his own mind) and never actually gives prizes. (jrenaut wrote this, you can ask him). obscurerichard may have nailed this prize in 2020 definitively but is still waiting for his prize. However he forgives jreneaut. Actual prizes are overrated, <b>bragging rights are FOREVER</b>.
</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
{{ tdata }}
<table id="variance" class="table table-striped">
<thead>
<tr>
<th>
Athlete
</th>
<th class="number">
Ride Days
</th>
<th class="number">
Total Distance
</th>
<th class="number">
Average Variance
</th>
<th class="number">
Monday Variance
</th>
<th class="number">
Tuesday Variance
</th>
<th class="number">
Wednesday Variance
</th>
<th class="number">
Thursday Variance
</th>
<th class="number">
Friday Variance
</th>
<th class="number">
Saturday Variance
</th>
<th class="number">
Sunday Variance
</th>
</tr>
</thead>
<tbody>
{% for a,b,c,dist,can_win,d,e,f,g,h,i,j,k in data.tdata %}
<tr {% if not can_win %} class="number danger"{% else %}class="number"{% endif %}>
<td>
<a href="/people/{{ a }}">{{ b }}</a>
</td>
<td class="number">
{{ c }}
</td>
<td class="number">
{{ dist }}
</td>
<td class="number">
<b>{{ d }}</b>
</td>
<td class="number">
{{ e }}
</td>
<td class="number">
{{ f }}
</td>
<td class="number">
{{ g }}
</td>
<td class="number">
{{ h }}
</td>
<td class="number">
{{ i }}
</td>
<td class="number">
{{ j }}
</td>
<td class="number">
{{ k }}
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
{% endblock %}
{% block foot %}
<script type="text/javascript"
src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet"
href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">
<script type="text/javascript">
</p>
<p>
To qualify as a Least Daily Variance leader you <em>both</em> have to ride at least <b>50</b> days,
which is about 2/3 of the total days in the Freezing Saddles season,
<em>and</em> average more than 2 miles per ride day. If your name is in red, you don't qualify.
</p>
<hr>
<p>
The former Least Daily Variance prize was dedicated in memory of Chris Maimone (CPTJohnC on the forum).
</p>
<p>
This prize was given to the player with the lowest average variance in miles per day.
</p>
<p>
This prize has been in search of a new sponsor since jrenaut is absolutely the worst prize sponsor ever (in his own mind) and never actually gives prizes. (jrenaut wrote this, you can ask him). obscurerichard may have nailed this prize in 2020 definitively but is still waiting for his prize. However he forgives jreneaut. Actual prizes are overrated, <b>bragging rights are FOREVER</b>.
</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
{{ tdata }}
<table id="variance" class="table table-striped">
<thead>
<tr>
<th>
Athlete
</th>
<th class="number">
Ride Days
</th>
<th class="number">
Total Distance
</th>
<th class="number">
Average Variance
</th>
<th class="number">
Monday Variance
</th>
<th class="number">
Tuesday Variance
</th>
<th class="number">
Wednesday Variance
</th>
<th class="number">
Thursday Variance
</th>
<th class="number">
Friday Variance
</th>
<th class="number">
Saturday Variance
</th>
<th class="number">
Sunday Variance
</th>
</tr>
</thead>
<tbody>
{% for a,b,c,dist,can_win,d,e,f,g,h,i,j,k in data.tdata %}
<tr {% if not can_win %} class="number danger"{% else %}class="number"{% endif %}>
<td>
<a href="/people/{{ a }}">{{ b }}</a>
</td>
<td class="number">
{{ c }}
</td>
<td class="number">
{{ dist }}
</td>
<td class="number">
<b>{{ d }}</b>
</td>
<td class="number">
{{ e }}
</td>
<td class="number">
{{ f }}
</td>
<td class="number">
{{ g }}
</td>
<td class="number">
{{ h }}
</td>
<td class="number">
{{ i }}
</td>
<td class="number">
{{ j }}
</td>
<td class="number">
{{ k }}
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
{% endblock %}
{% block foot %}
<script type="text/javascript"
src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet"
href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">
<script type="text/javascript">
$(document).ready(function(){
$('#variance').dataTable({
"order": [[ 3, "asc" ]],
Expand All @@ -135,5 +135,5 @@ <h1>
"bDestroy": true
} );
} );
</script>
{% endblock %}
</script>
{% endblock %}
4 changes: 4 additions & 0 deletions freezing/web/templates/pointless/hashtag.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ <h2 class="mb-3">
<p>
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ meta.sponsor }}/">{{ meta.sponsor }}</a></em>.
</p>
{% else %}
<p class="text-muted">
This ride has no sponsor and is completely pointless.
</p>
{% endif %}
{% else %}
<p>
Expand Down
92 changes: 46 additions & 46 deletions freezing/web/templates/pointless/kidsathlon.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,49 @@ <h5 class="card-header">
</p>
<p>
Questions can go to the <a href="https://www.bikearlingtonforum.com/forums/topic/fs2020-kid-related-prizes/">forum post for the prize</a>
<p>
<table class="table table-condensed">
<tr>
<th class="number">
Rank
</th>
<th>
Athlete
</th>
<th class="number">
Kidical
</th>
<th class="number">
Withkid
</th>
<th class="number">
Kidsathlon Score
</th>
</tr>
{% for a, b, c, d, e in data.tdata %}
<tr {% if a==1873089 %}class="danger"{% endif %}>
<td class="number">
{{ loop.index }}
</td>
<td>
<a href="/people/{{ a }}">
{% if a==1873089 %}
Ineligible Former Champion
{% endif %}
{{ b }}</a>
</td>
<td class="number">
{{ c| round(1) }}
</td>
<td class="number">
{{ d| round(1) }}
</td>
<td class="number">
{{ e| round(1) }}
</td>
</tr>
{% endfor %}
</table>
</div>
</div>
{% endblock %}
</p>
<table class="table table-condensed">
<tr>
<th class="number">
Rank
</th>
<th>
Athlete
</th>
<th class="number">
Kidical
</th>
<th class="number">
Withkid
</th>
<th class="number">
Kidsathlon Score
</th>
</tr>
{% for a, b, c, d, e in data.tdata %}
<tr {% if a==1873089 %}class="danger"{% endif %}>
<td class="number">
{{ loop.index }}
</td>
<td>
<a href="/people/{{ a }}">
{% if a==1873089 %}
Ineligible Former Champion
{% endif %}
{{ b }}</a>
</td>
<td class="number">
{{ c| round(1) }}
</td>
<td class="number">
{{ d| round(1) }}
</td>
<td class="number">
{{ e| round(1) }}
</td>
</tr>
{% endfor %}
</table>
</div>
</div>
{% endblock %}
14 changes: 10 additions & 4 deletions freezing/web/templates/pointless/rosshillloop.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ <h5 class="card-header">
double dips.
</p>
{% set url = "https://www.bikearlingtonforum.com/forums/topic/pointless-prize-ross-hill-loop-2024" %}
{% set sponsor = "randomduck" %}
{% set sponsor = "" %}
<p>
See: <a href="{{ url }}">{{ url }}</a>
</p>
<p>
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ sponsor }}/">{{ sponsor }}</a></em>.
</p>
{% if sponsor %}
<p>
Sponsored by <em><a href="https://www.bikearlingtonforum.com/forums/users/{{ sponsor }}/">{{ sponsor }}</a></em>.
</p>
{% else %}
<p class="text-muted">
This ride has no sponsor and is completely pointless.
</p>
{% endif %}
<table class="table table-condensed">
<tr>
<th class="number">
Expand Down
1 change: 0 additions & 1 deletion leaderboards/adulting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Adulting
description: "Pointless prize for doing stuff on your bike you might be tempted to do in your car. Grocery store, post office, pharmacy dentist, manicurist, gym, farmers market, dry cleaning, bike shop, library, etc. Commutes, coffee rides, kid pick up / drop off do not count. Tag rides with #adulting or #freezingerrands."
url: http://bikearlingtonforum.com/showthread.php?18042-Pointless-Prize-Thread-2021/page7
fields:
- name: id
visible: false
Expand Down
1 change: 0 additions & 1 deletion leaderboards/alexandria.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Alexandria Infrastructure
description: "Number of rides of all Alexandria Infrastructure segments (i.e. the minimum rides of any one segment)."
url: http://bikearlingtonforum.com/showthread.php?14047-Ride-Alexandria-Infrastructure-Pointless-Prize-2019
fields:
- name: id
visible: false
Expand Down
3 changes: 1 addition & 2 deletions leaderboards/dirtybiker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Dirty Biker
description: "Number of days with at least 1 off-road ride (#dirtybiker or #DirtyBikerFS20). Dachs6 sponsors this prize."
url: http://bikearlingtonforum.com/showthread.php?15710-Dirty-Biker-DirtyBikerFS20
description: "Number of days with at least 1 off-road ride (#dirtybiker or #DirtyBikerFS20)."
fields:
- name: id
visible: false
Expand Down
Loading

0 comments on commit 005d2ae

Please sign in to comment.