@@ -232,8 +232,9 @@ <h4 class="sumo-page-heading-xl">{{ _('Search Support') }}</h4>
232232< footer class ="mzp-c-footer ">
233233 < div class ="mzp-l-content ">
234234 < nav class ="mzp-c-footer-primary ">
235- < div class ="mzp-c-footer-cols ">
236- < section class ="mzp-c-footer-col ">
235+ < div class ="mzp-c-footer-primary-logo "> < a href ="https://www.mozilla.org/ "> {{ _('Mozilla') }}</ a > </ div >
236+ < div class ="mzp-c-footer-sections ">
237+ < section class ="mzp-c-footer-section ">
237238 < h5 class ="mzp-c-footer-heading "> {{ _('Mozilla') }}</ h5 >
238239 < ul class ="mzp-c-footer-list ">
239240 < li > < a href ="https://www.mozilla.org/about/legal/defend-mozilla-trademarks/ "> {{ _('Report Trademark Abuse') }}</ a > </ li >
@@ -256,7 +257,7 @@ <h5 class="mzp-c-footer-heading">{{ _('Mozilla') }}</h5>
256257 </ ul >
257258 </ section >
258259
259- < section class ="mzp-c-footer-col ">
260+ < section class ="mzp-c-footer-section ">
260261 < h5 class ="mzp-c-footer-heading "> {{ _('Firefox') }}</ h5 >
261262 < ul class ="mzp-c-footer-list ">
262263 < li > < a href ="https://www.firefox.com/thanks/?utm_source=support.mozilla.org&utm_campaign=footer&utm_medium=referral "> {{ _('Download') }}</ a > </ li >
@@ -267,7 +268,7 @@ <h5 class="mzp-c-footer-heading">{{ _('Firefox') }}</h5>
267268 </ ul >
268269 </ section >
269270
270- < section class ="mzp-c-footer-col ">
271+ < section class ="mzp-c-footer-section ">
271272 < h5 class ="mzp-c-footer-heading "> {{ _('Firefox for Developers') }}</ h5 >
272273 < ul class ="mzp-c-footer-list ">
273274 < li > < a href ="https://www.firefox.com/channel/desktop/developer/?utm_source=support.mozilla.org&utm_campaign=footer&utm_medium=referral "> {{ _('Developer Edition') }}</ a > </ li >
@@ -278,7 +279,7 @@ <h5 class="mzp-c-footer-heading">{{ _('Firefox for Developers') }}</h5>
278279 </ ul >
279280 </ section >
280281
281- < section class ="mzp-c-footer-col ">
282+ < section class ="mzp-c-footer-section ">
282283 < h5 class ="mzp-c-footer-heading "> {{ _('Mozilla Account') }}</ h5 >
283284 < ul class ="mzp-c-footer-list ">
284285 {% if not request.user.is_authenticated %}
@@ -311,64 +312,59 @@ <h5 class="mzp-c-footer-heading">{{ _('Mozilla Account') }}</h5>
311312 </ li >
312313 </ ul >
313314 </ section >
314-
315- < section class ="mzp-c-footer-col lang-col ">
316- < form class ="mzp-c-language-switcher " method ="get " action ="# ">
317- < a class ="mzp-c-language-switcher-link " href ="{{ locale_picker_url }} "> {{ _('Language') }}</ a >
318- < label for ="mzp-c-language-switcher-select "> {{ _('Language') }}</ label >
319- < select id ="mzp-c-language-switcher-select " class ="mzp-js-language-switcher-select "
320- name ="lang ">
321- {% for locale in settings.LANGUAGE_CHOICES %}
322- < option value ="{{ locale[0] }} " {% if locale[0] == request.LANGUAGE_CODE %}selected{% endif %} > {{ locale[1] }}</ option >
323- {% endfor %}
324- </ select >
325- <!-- form submit button is shown when JavaScript is not enabled -->
326- < button type ="submit "> {{ _('Go') }}</ button >
327- </ form >
328- < ul class ="mzp-c-footer-links-social ">
329- < li > < a class ="twitter " href ="https://twitter.com/firefox "> Twitter< span > (@firefox)</ span > </ a > </ li >
330- < li > < a class ="youtube " href ="https://www.youtube.com/firefoxchannel "> YouTube< span > (firefoxchannel)</ span > </ a > </ li >
331- < li > < a class ="instagram " href ="https://www.instagram.com/firefox "> Instagram< span > (firefox)</ span > </ a > </ li >
332- </ ul >
333- </ section >
334-
335315 </ div >
336316 </ nav >
337317
338318 < nav class ="mzp-c-footer-secondary ">
339- < div class ="mzp-c-footer-link-col ">
340- < div class ="mzp-c-footer-primary-logo "> < a href ="https://www.mozilla.org/ "> {{ _('Mozilla') }}</ a > </ div >
341- < div class ="mzp-c-footer-legal ">
342- < ul >
343- < li > < a href ="https://www.mozilla.org/ "> {{ _('mozilla.org') }}</ a > </ li >
344- < li > < a href ="https://www.mozilla.org/about/legal/terms/mozilla/ "> {{ _('Terms of Service') }}</ a > </ li >
345- < li > < a href ="https://www.mozilla.org/privacy/websites/ "> {{ _('Privacy') }}</ a > </ li >
346- < li > < a href ="https://www.mozilla.org/privacy/websites/#user-choices "> {{ _('Cookies') }}</ a > </ li >
347- < li > < a href ="https://www.mozilla.org/contact/ "> {{ _('Contact') }}</ a > </ li >
348- </ ul >
349- </ div >
319+ < div class ="mzp-c-footer-language ">
320+ < form class ="mzp-c-language-switcher " method ="get " action ="# ">
321+ < a class ="mzp-c-language-switcher-link " href ="{{ locale_picker_url }} "> {{ _('Language') }}</ a >
322+ < label for ="mzp-c-language-switcher-select "> {{ _('Language') }}</ label >
323+ < select id ="mzp-c-language-switcher-select " class ="mzp-js-language-switcher-select "
324+ name ="lang ">
325+ {% for locale in settings.LANGUAGE_CHOICES %}
326+ < option value ="{{ locale[0] }} " {% if locale[0] == request.LANGUAGE_CODE %}selected{% endif %} > {{ locale[1] }}</ option >
327+ {% endfor %}
328+ </ select >
329+ <!-- form submit button is shown when JavaScript is not enabled -->
330+ < button type ="submit "> {{ _('Go') }}</ button >
331+ </ form >
350332 </ div >
351- < div class ="mzp-c-footer-legal-col ">
352- < p >
353- {% trans
354- moco_link_open='< a href ="https://www.mozilla.org " rel ="external noopener " data-link-type ="footer " data-link-name ="Mozilla Corporation "> '|safe,
355- mofo_link_open='< a href ="https://foundation.mozilla.org " rel ="external noopener " data-link-type ="footer " data-link-name ="Mozilla Foundation "> '|safe,
356- link_close='</ a > '|safe
357- %}
358- Visit {{ moco_link_open }}Mozilla Corporation’s{{ link_close }}
359- not-for-profit parent, the {{ mofo_link_open }}Mozilla Foundation{{ link_close }}.
360- {% endtrans %}
361- </ p >
362- < p >
363- {% trans
364- year=CURRENT_YEAR,
365- link_open='< a rel ="external noopener " href ="https://www.mozilla.org/foundation/licensing/website-content/ "> '|safe,
366- link_close='</ a > '|safe
367- %}
368- Portions of this content are ©1998–{{ year }} by individual mozilla.org contributors. Content available under a
369- {{ link_open }}Creative Commons license{{ link_close }}.
370- {% endtrans %}
371- </ p >
333+ < ul class ="mzp-c-footer-links-social ">
334+ < li > < a class ="twitter " href ="https://twitter.com/firefox "> Twitter< span > (@firefox)</ span > </ a > </ li >
335+ < li > < a class ="youtube " href ="https://www.youtube.com/firefoxchannel "> YouTube< span > (firefoxchannel)</ span > </ a > </ li >
336+ < li > < a class ="instagram " href ="https://www.instagram.com/firefox "> Instagram< span > (firefox)</ span > </ a > </ li >
337+ </ ul >
338+ < div class ="mzp-c-footer-legal ">
339+ < div class ="mzp-c-footer-license ">
340+ < p >
341+ {% trans
342+ moco_link_open='< a href ="https://www.mozilla.org " rel ="external noopener " data-link-type ="footer " data-link-name ="Mozilla Corporation "> '|safe,
343+ mofo_link_open='< a href ="https://foundation.mozilla.org " rel ="external noopener " data-link-type ="footer " data-link-name ="Mozilla Foundation "> '|safe,
344+ link_close='</ a > '|safe
345+ %}
346+ Visit {{ moco_link_open }}Mozilla Corporation's{{ link_close }}
347+ not-for-profit parent, the {{ mofo_link_open }}Mozilla Foundation{{ link_close }}.
348+ {% endtrans %}
349+ </ p >
350+ < p >
351+ {% trans
352+ year=CURRENT_YEAR,
353+ link_open='< a rel ="external noopener " href ="https://www.mozilla.org/foundation/licensing/website-content/ "> '|safe,
354+ link_close='</ a > '|safe
355+ %}
356+ Portions of this content are ©1998–{{ year }} by individual mozilla.org contributors. Content available under a
357+ {{ link_open }}Creative Commons license{{ link_close }}.
358+ {% endtrans %}
359+ </ p >
360+ </ div >
361+ < ul class ="mzp-c-footer-terms ">
362+ < li > < a href ="https://www.mozilla.org/ "> {{ _('mozilla.org') }}</ a > </ li >
363+ < li > < a href ="https://www.mozilla.org/about/legal/terms/mozilla/ "> {{ _('Terms of Service') }}</ a > </ li >
364+ < li > < a href ="https://www.mozilla.org/privacy/websites/ "> {{ _('Privacy') }}</ a > </ li >
365+ < li > < a href ="https://www.mozilla.org/privacy/websites/#user-choices "> {{ _('Cookies') }}</ a > </ li >
366+ < li > < a href ="https://www.mozilla.org/contact/ "> {{ _('Contact') }}</ a > </ li >
367+ </ ul >
372368 </ div >
373369 </ nav >
374370 </ div >
0 commit comments