Add 2024 T-shirt to Sustainers page
This commit is contained in:
parent
c83b6404e0
commit
c40ed7dbd9
3 changed files with 6 additions and 4 deletions
BIN
conservancy/static/img/tshirt-2024.png
Normal file
BIN
conservancy/static/img/tshirt-2024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 570 KiB |
|
@ -115,10 +115,12 @@
|
|||
<div class="mt3">
|
||||
{{ form.tshirt_size.as_field_group }}
|
||||
<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="/videos/men-2017-to-2020-t-shirt-sizing.jpg" target="_blank" class="black-60">Men's</a></p>
|
||||
<a href="{% static 'videos/women-2017-to-2020-t-shirt-sizing.jpg' %}" target="_blank" class="black-60">Women's</a>,
|
||||
<a href="{% static 'videos/men-2017-to-2020-t-shirt-sizing.jpg' %}" target="_blank" class="black-60">Men's</a></p>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
|
||||
|
||||
<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>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue