Changed "1 days left" on kickstarter notices to "1 day left"

This commit is contained in:
Victoria Wang 2015-07-23 17:12:12 -07:00
parent 07a1d569b7
commit 91f7cda905
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@
<div class="col col-66"> <div class="col col-66">
<div class="welcome kickstarter"> <div class="welcome kickstarter">
<h4><a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">The Neocities Kickstarter: An HTML/CSS course for everyone</a></h4> <h4><a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">The Neocities Kickstarter: An HTML/CSS course for everyone</a></h4>
<p><strong><%= kickstarter_days_remaining %> days left</strong> to get Neocities rewards and support our education goals! <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">Learn More&nbsp;>></a></p> <p><strong><%= kickstarter_days_remaining %> day left</strong> to get Neocities rewards and support our education goals! <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">Learn More&nbsp;>></a></p>
</div> </div>
<% if site.site_changed == false || site.changed_count == 0 %> <% if site.site_changed == false || site.changed_count == 0 %>

View file

@ -70,7 +70,7 @@
<a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev"> <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">
SUPPORT OUR SUPPORT OUR
<img src="/img/kickstarterlogo.png" style="width: 280px; display:block; margin: 11px 0px;"> <img src="/img/kickstarterlogo.png" style="width: 280px; display:block; margin: 11px 0px;">
<%= kickstarter_days_remaining %> DAYS LEFT <%= kickstarter_days_remaining %> DAY LEFT
</a> </a>
</div> </div>
<p>We need your help to build an amazing HTML/CSS course into Neocities! <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">Learn More&nbsp;>></a></p> <p>We need your help to build an amazing HTML/CSS course into Neocities! <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">Learn More&nbsp;>></a></p>

View file

@ -98,7 +98,7 @@
</a> </a>
or pay with <a href="/plan/alternate/">PayPal</a> or <a href="/plan/alternate/">Bitcoin</a> or pay with <a href="/plan/alternate/">PayPal</a> or <a href="/plan/alternate/">Bitcoin</a>
<p style="font-size:15px"><strong>Kickstarter special:</strong> <%= kickstarter_days_remaining %> days left to get a <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev/">lifetime supporter account</a> for $150!<p> <p style="font-size:15px"><strong>Kickstarter special:</strong> <%= kickstarter_days_remaining %> day left to get a <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev/">lifetime supporter account</a> for $150!<p>
</div> </div>
</div> </div>
</div> </div>