Skip to content

Commit

Permalink
Update Patreon figures and status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed Feb 5, 2024
1 parent 349fc51 commit 7d7bc5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions templates/donations/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d7bc5d

Please sign in to comment.