Changeset - ab4f61d48fc2
[Not reviewed]
0 1 0
Daniel Takamori (pono) - 6 months ago 2023-11-21 22:37:55
pono@sfconservancy.org
revert tshirt to 2022
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -19,49 +19,49 @@
 
<div class="content-with-donate-sidebar" id="formStart">
 

	
 

	
 
{% if partial_amount > 0 %}
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=minimum_amount partial_amt=partial_amount article="an" only %}
 
{% else %}
 
  <div class="supporter-type-selector">
 
    <strong>Become a Sustainer Now:</strong>
 
    <a id="annualSelector" href="#annual">Annual</a>
 
    | <a id="monthlySelector" href="#monthly">Monthly</a>
 
    | <a id="renewalSelector" href="#renewal">Annual Renew</a>
 
  </div>
 

	
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=120 article="an" only %}
 

	
 
  {% include "supporter/form_partial.html" with form_id="monthly" min_amt=10 only %}
 

	
 
  <a name="renew" class="hidden"></a>
 
  {% include "supporter/form_partial.html" with form_id="renewal" min_amt=120 verb="renew" article="an" supptype="annual" only %}
 
{% endif %}
 

	
 
<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="/img/tshirt-2023.png"  height="300"/></a>
 
  <a href="/img/tshirt-2022.png"><img src="/img/tshirt-2022.png"  height="300"/></a>
 
</div>
 
</p>
 

	
 

	
 
<hr style="clear: both;"/>
 
<br>
 
<p>Sustainers help us do our work in a strategic, long-term way. We could not
 
  do this without the support and financial contributions of individuals like
 
  you. <a href="/sponsors/#sustainers">We list our Sustainers here</a>.</p>
 

	
 

	
 
<div class="expandable-section" id="2021-summary">
 
  <br>
 
  Please watch this video to learn about what we do and why we need your support as
 
  a Sustainer:
 
<p style="text-align:center;">
 
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4" />
 
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg"
 
                                                  alt="Software Freedom Conservancy introduction video"></a><br/>
 
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
 
</video></p>
 

	
0 comments (0 inline, 0 general)