Skip to content

Commit

Permalink
Fundraising issues (DjangoGirls#944)
Browse files Browse the repository at this point in the history
* Update sponsor deck to 2024 one

* Update Patreon figures and status bar
  • Loading branch information
amakarudze authored Feb 6, 2024
1 parent 80eab99 commit b919fe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>{% trans "Support our work" %}</h2>
{% endblocktrans %}
</p>
<div class="support-bar">
<div class="pledge" style="width: 66%">42%</div>
<div class="pledge" style="width: 42%">42%</div>
</div>
<a class="btn" href="http://patreon.com/djangogirls">{% trans "Make a recurring donation on Patreon" %}</a>
<p class="partnership">
Expand Down
6 changes: 3 additions & 3 deletions templates/donations/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3>{% trans "Monthly donations" %}</h3>
<p>
{% blocktrans trimmed %}
Are you a company interested in sponsoring us?
Our <a href="https://drive.google.com/file/d/1cp774iWVbU5_GcpsUG4Ya9F-RAN8EWiT/view?usp=sharing">corporate sponsorships</a>
Our <a href="https://drive.google.com/file/d/1fAmyAiEyLGiE0s6_z3PzgLByHNKzEVHB/view?usp=sharing">corporate sponsorships</a>
start at 100 USD per month. <a href="{{ contact_url }}">Contact us!</a> 📨
{% endblocktrans %}
</p>
Expand All @@ -91,9 +91,9 @@ <h3>{% trans "Monthly donations" %}</h3>
<div class="col-md-6">
{# TODO: Can this data be dynamic? #}
<p>
<span class="highlighted-number">$1,661</span> of <span class="highlighted-number">$2,500</span> monthly goal pledged</p>
<span class="highlighted-number">$1,060</span> of <span class="highlighted-number">$2,500</span> monthly goal pledged</p>
<div class="support-bar">
<div class="pledge" style="width: 66%">66%
<div class="pledge" style="width: 42%">42%
</div>
</div>
<a class="btn" href="http://patreon.com/djangogirls">{% trans "Make a recurring donation on Patreon" %}</a>
Expand Down
2 changes: 1 addition & 1 deletion templates/global/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="{% url 'donations:index' %}">{% trans "Make a donation" %}</a></li>
<li><a href="https://www.patreon.com/djangogirls">{% trans "Donate on Patreon" %}</a></li>
<li><a href="{% url 'core:contribute' %}">{% trans "Contribute" %}</a></li>
<li><a href="https://drive.google.com/file/d/1cp774iWVbU5_GcpsUG4Ya9F-RAN8EWiT/view?usp=sharing">{% trans "Sponsor us" %}</a></li>
<li><a href="https://drive.google.com/file/d/1fAmyAiEyLGiE0s6_z3PzgLByHNKzEVHB/view?usp=sharing">{% trans "Sponsor us" %}</a></li>
<li><a href="{% url 'donations:sponsors' %}">{% trans "Our Sponsors" %}</a></li>
</ul>
</div>
Expand Down

0 comments on commit b919fe6

Please sign in to comment.