Skip to content

Commit

Permalink
Merge pull request #539 from craigcook/bug-816565-home-fundraising-pr…
Browse files Browse the repository at this point in the history
…omos

Bug 816565 - move shirt promo to the first slot
  • Loading branch information
craigcook committed Dec 17, 2012
2 parents 52ef3a2 + 39e770a commit dc20182
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions apps/mozorg/templates/mozorg/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,22 @@ <h3>{{_('Different by&nbsp;Design')}}</h3>
<section id="home-promo" class="pager pager-with-tabs pager-auto-rotate pager-no-history">

<div class="pager-content">

<div class="pager-page default-page" id="promo-ptwtshirt">
<script>// <![CDATA[
document.getElementById('promo-ptwtshirt').id = 'page-promo-ptwtshirt';
// ]]></script>
<a href="https://donate.mozilla.org/Protect-T-Shirt7?WT.mc_id=moptwtshirt&amp;WT.mc_ev=click" class="container">
<img src="{{ media('img/home/promo-ptwtshirt.jpg') }}" alt="">
<div>
<h3>{{_('Protect the world’s<br> largest public resource')}}</h3>
<h4>{{_('And get a T-shirt that says so.')}}</h4>
<p class="go">{{_('Donate to Mozilla')}}</p>
</div>
</a>
</div>

<div class="pager-page default-page" id="promo-android">
<div class="pager-page" id="promo-android">
<script>// <![CDATA[
document.getElementById('promo-android').id = 'page-promo-android';
// ]]></script>
Expand Down Expand Up @@ -93,20 +107,6 @@ <h4>{{_('Support us with $30 or more and we‘ll send you an official Firefox T-
</a>
</div>
#}

<div class="pager-page" id="promo-ptwtshirt">
<script>// <![CDATA[
document.getElementById('promo-ptwtshirt').id = 'page-promo-ptwtshirt';
// ]]></script>
<a href="https://donate.mozilla.org/Protect-T-Shirt7?WT.mc_id=moptwtshirt&amp;WT.mc_ev=click" class="container">
<img src="{{ media('img/home/promo-ptwtshirt.jpg') }}" alt="">
<div>
<h3>{{_('Protect the world’s<br> largest public resource')}}</h3>
<h4>{{_('And get a T-shirt that says so.')}}</h4>
<p class="go">{{_('Donate to Mozilla')}}</p>
</div>
</a>
</div>

</div>

Expand Down

0 comments on commit dc20182

Please sign in to comment.