Add 2024 T-shirt to Sustainers page

This commit is contained in:
Ben Sturmfels 2024-11-22 11:42:19 +11:00
parent c83b6404e0
commit c40ed7dbd9
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
3 changed files with 6 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

View file

@ -115,10 +115,12 @@
<div class="mt3"> <div class="mt3">
{{ form.tshirt_size.as_field_group }} {{ form.tshirt_size.as_field_group }}
<p class="f7 black-60 mt1">Sizing chart: <p class="f7 black-60 mt1">Sizing chart:
<a href="/videos/women-2017-to-2020-t-shirt-sizing.jpg" target="_blank" class="black-60">Women's</a>, <a href="{% static 'videos/women-2017-to-2020-t-shirt-sizing.jpg' %}" target="_blank" class="black-60">Women's</a>,
<a href="/videos/men-2017-to-2020-t-shirt-sizing.jpg" target="_blank" class="black-60">Men's</a></p> <a href="{% static 'videos/men-2017-to-2020-t-shirt-sizing.jpg' %}" target="_blank" class="black-60">Men's</a></p>
<figure class="mt2"> <figure class="mt2">
<img src="/static/img/tshirt-2023.png" alt="Software Freedom Conservancy T-shirt" width="200"> <a href="{% static 'img/tshirt-2024.png' %}">
<img src="{% static 'img/tshirt-2024.png' %}" alt="Software Freedom Conservancy T-shirt" width="200">
</a>
</figure> </figure>
</div> </div>

View file

@ -43,7 +43,7 @@
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span> <span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
<div style="overflow: auto; text-align: center;"> <div style="overflow: auto; text-align: center;">
<a href="/img/tshirt-2023.png"><img src="{% static 'img/tshirt-2023.png' %}" height="300"/></a> <a href="/img/tshirt-2024.png"><img src="{% static 'img/tshirt-2024.png' %}" height="300"/></a>
</div> </div>
</p> </p>