Skip to content

Commit

Permalink
Updated Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
reilnuud committed Jun 28, 2016
1 parent aa9e4ae commit 54c88a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions _includes/jumbotrons/20160627_july4th.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,29 @@
<div class="col-md-11 center-block">

<div class="col-md-8 text-yellow">
<h1 class="text-yellow margin-bottom-xs">Help End Big Money Politics</h1>
<h4 class="text-grey-light">Be part of the new American Revolution</h4>
<a class="button btn btn-mayday margin-bottom-sm" style="display:inline-block;width:auto;" href="https://mayday.nationbuilder.com/contribute4th">Donate Today &#8594;</a>
<h1 class="text-yellow margin-bottom-sm">Help us reduce the influence of money in politics.</h1>
<a class="button btn btn-mayday margin-bottom-sm" style="display:inline-block;width:auto;" href="/donate">Pledge Now &#8594;</a>
</div>

<div class="col-md-4 text-white">
<div>
<h1 class="margin-bottom-0">123</h1>
<h1 class="margin-bottom-0">755</h1>
<h4 class="text-grey-light margin-bottom-sm">donors</h4>
</div>
<div>
<h1 class="margin-bottom-0 text-yellow">$1234</h1>
<h1 class="margin-bottom-0 text-yellow">$39,093</h1>
<h4 class="text-grey-light margin-bottom-sm">raised of our $50,000 goal</h4>
</div>

<div>
{% assign deadline = '2016-06-30 00:00:01 -0800' | date: '%s' %}
{% assign deadline = '2016-06-30 00:00:01 0000' | date: '%s' %}
{% assign today = 'now' | date: '%s' %}
<h1 class="margin-bottom-0">
{{ deadline | minus: today | date: '%d' | uri_encode | round}}
</h1>
<h4 class="text-grey-light margin-bottom-sm">Days left</h4>
</div>

</div>

</div>
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ <h2 class="as-if-h4 text-center text-grey-medium">In the news <i class="fa fa-ca
</div>
</div>


{% endcapture %}

{% capture page_specific_javascript %}
Expand Down

0 comments on commit 54c88a3

Please sign in to comment.