Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bug 1114803 - remove EOY fundraiser home promo
  • Loading branch information
craigcook committed Jan 7, 2015
1 parent 4b9768b commit 2001f5b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 63 deletions.
20 changes: 0 additions & 20 deletions bedrock/mozorg/templates/mozorg/home/home-new.html
Expand Up @@ -136,17 +136,6 @@ <h2 class="go">{{ _('Download Firefox') }}</h2>
<a class="fxos-link" href="{{ url('firefox.desktop.index') }}">{{ _('Learn more') }}</a>
</div>
</li>
{% if l10n_has_tag('fundraising_2014') %}
<li id="promo-6" class="item promo-large-landscape donate" tabindex="0" data-name="Donate to support the open web">
<h2 class="primary go">{{ _('Donate to Mozilla') }}</h2>
<a class="panel-link" href="{{ donate_url('mozillaorg_largeblock') }}">
<div class="secondary">
<h3>{{ _('Your gift helps us build the Internet the world needs.') }}</h3>
<p class="more">{{ _('Donate today') }}</p>
</div>
</a>
</li>
{% else %}
<li id="promo-6" class="item promo-large-landscape webmaker" tabindex="0" data-name="Teach the Web">
<h2 class="primary go">{{ _('Teach the Web') }}</h2>
<a class="panel-link" rel="external" href="https://webmaker.org/">
Expand All @@ -156,23 +145,14 @@ <h3>{{ _('Let’s build a Web that’s open <br>and made by everyone.') }}</h3>
</div>
</a>
</li>
{% endif %}
<li id="promo-7" class="item promo-face">
{{ promo_face(3) }}
</li>
{% if l10n_has_tag('gear_store') %}
<li id="promo-8" class="item promo-small-landscape webmaker" data-name="Webmaker">
<a class="panel-link" rel="external" href="https://webmaker.org/">
<h2>{{ _('Become a Webmaker') }}</h2>
</a>
</li>
{% else %}
<li id="promo-8" class="item promo-small-landscape appmaker" data-name="Build an app in seconds">
<a class="panel-link" rel="external" href="https://webmaker.org/appmaker">
<h2>{{ _('Build an app <br>in seconds') }}</h2>
</a>
</li>
{% endif %}
<li id="promo-9" class="item promo-small-landscape volunteer" data-name="Volunteer with Mozilla">
<a class="panel-link" href="{{ url('mozorg.contribute') }}">
<h2>{{ _('Volunteer <br>with Mozilla') }}</h2>
Expand Down
43 changes: 0 additions & 43 deletions media/css/mozorg/home/home-promo.less
Expand Up @@ -881,41 +881,6 @@ html[lang|="en"] {
}


/****************************************************************************/
// Donate
.promo-large-landscape.donate {
background: #ffcd02; // yellow

h2 {
color: #555;
padding: 120px @baseLine 0 @baseLine;
margin-top: @baseLine;
background-image: url(/media/img/home/voices/promos/donate/donate.png);
background-position: top center;
background-repeat: no-repeat;
.background-size(110px, 110px);

&.go:after {
color: #555;
border-color: #555;
}
}

h3 {
color: #555;
margin-top: @baseLine * 2;
}

.more {
color: #555;
border-color: rgba(120, 120, 120, .5);

&:hover {
border-color: #555;
}
}
}

/****************************************************************************/
// Firefox Desktop
.promo-large-portrait.firefox-desktop {
Expand Down Expand Up @@ -1728,14 +1693,6 @@ html[lang|="en"] {
}
}

// Donate
.promo-large-landscape.donate {
h2 {
background-image: url(/media/img/home/voices/promos/donate/donate-high-res.png);
.background-size(110px, 110px);
}
}

// Gear
.promo-large-landscape.gear {
h2 {
Expand Down
Binary file removed media/img/home/voices/promos/donate/donate-high-res.png
Binary file not shown.
Binary file removed media/img/home/voices/promos/donate/donate.png
Binary file not shown.

0 comments on commit 2001f5b

Please sign in to comment.