Skip to content

Commit 2001f5b

Browse files
committed
Fix bug 1114803 - remove EOY fundraiser home promo
1 parent 4b9768b commit 2001f5b

File tree

4 files changed

+0
-63
lines changed

4 files changed

+0
-63
lines changed

bedrock/mozorg/templates/mozorg/home/home-new.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,6 @@ <h2 class="go">{{ _('Download Firefox') }}</h2>
136136
<a class="fxos-link" href="{{ url('firefox.desktop.index') }}">{{ _('Learn more') }}</a>
137137
</div>
138138
</li>
139-
{% if l10n_has_tag('fundraising_2014') %}
140-
<li id="promo-6" class="item promo-large-landscape donate" tabindex="0" data-name="Donate to support the open web">
141-
<h2 class="primary go">{{ _('Donate to Mozilla') }}</h2>
142-
<a class="panel-link" href="{{ donate_url('mozillaorg_largeblock') }}">
143-
<div class="secondary">
144-
<h3>{{ _('Your gift helps us build the Internet the world needs.') }}</h3>
145-
<p class="more">{{ _('Donate today') }}</p>
146-
</div>
147-
</a>
148-
</li>
149-
{% else %}
150139
<li id="promo-6" class="item promo-large-landscape webmaker" tabindex="0" data-name="Teach the Web">
151140
<h2 class="primary go">{{ _('Teach the Web') }}</h2>
152141
<a class="panel-link" rel="external" href="https://webmaker.org/">
@@ -156,23 +145,14 @@ <h3>{{ _('Let’s build a Web that’s open <br>and made by everyone.') }}</h3>
156145
</div>
157146
</a>
158147
</li>
159-
{% endif %}
160148
<li id="promo-7" class="item promo-face">
161149
{{ promo_face(3) }}
162150
</li>
163-
{% if l10n_has_tag('gear_store') %}
164-
<li id="promo-8" class="item promo-small-landscape webmaker" data-name="Webmaker">
165-
<a class="panel-link" rel="external" href="https://webmaker.org/">
166-
<h2>{{ _('Become a Webmaker') }}</h2>
167-
</a>
168-
</li>
169-
{% else %}
170151
<li id="promo-8" class="item promo-small-landscape appmaker" data-name="Build an app in seconds">
171152
<a class="panel-link" rel="external" href="https://webmaker.org/appmaker">
172153
<h2>{{ _('Build an app <br>in seconds') }}</h2>
173154
</a>
174155
</li>
175-
{% endif %}
176156
<li id="promo-9" class="item promo-small-landscape volunteer" data-name="Volunteer with Mozilla">
177157
<a class="panel-link" href="{{ url('mozorg.contribute') }}">
178158
<h2>{{ _('Volunteer <br>with Mozilla') }}</h2>

media/css/mozorg/home/home-promo.less

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -881,41 +881,6 @@ html[lang|="en"] {
881881
}
882882

883883

884-
/****************************************************************************/
885-
// Donate
886-
.promo-large-landscape.donate {
887-
background: #ffcd02; // yellow
888-
889-
h2 {
890-
color: #555;
891-
padding: 120px @baseLine 0 @baseLine;
892-
margin-top: @baseLine;
893-
background-image: url(/media/img/home/voices/promos/donate/donate.png);
894-
background-position: top center;
895-
background-repeat: no-repeat;
896-
.background-size(110px, 110px);
897-
898-
&.go:after {
899-
color: #555;
900-
border-color: #555;
901-
}
902-
}
903-
904-
h3 {
905-
color: #555;
906-
margin-top: @baseLine * 2;
907-
}
908-
909-
.more {
910-
color: #555;
911-
border-color: rgba(120, 120, 120, .5);
912-
913-
&:hover {
914-
border-color: #555;
915-
}
916-
}
917-
}
918-
919884
/****************************************************************************/
920885
// Firefox Desktop
921886
.promo-large-portrait.firefox-desktop {
@@ -1728,14 +1693,6 @@ html[lang|="en"] {
17281693
}
17291694
}
17301695

1731-
// Donate
1732-
.promo-large-landscape.donate {
1733-
h2 {
1734-
background-image: url(/media/img/home/voices/promos/donate/donate-high-res.png);
1735-
.background-size(110px, 110px);
1736-
}
1737-
}
1738-
17391696
// Gear
17401697
.promo-large-landscape.gear {
17411698
h2 {
Binary file not shown.
-509 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)