@@ -115,11 +115,19 @@ <h3>{{ _('See the principles <br>that guide everything <br>we do.') }}</h3>
115115 </ a >
116116 </ li >
117117 {% endif %}
118+ {% if l10n_has_tag('privacy_day') and waffle.switch('mozorg-home-privacy-promo') %}
119+ < li id ="promo-2 " class ="item promo-small-landscape advocacy " data-name ="Learn about Mozilla Advocacy ">
120+ < a class ="panel-link " href ="https://advocacy.mozilla.org ">
121+ < h2 > {{ _('Learn about Mozilla Advocacy') }}</ h2 >
122+ </ a >
123+ </ li >
124+ {% else %}
118125 < li id ="promo-2 " class ="item promo-small-landscape privacy " data-name ="Understand your privacy online ">
119126 < a class ="panel-link " href ="{{ url('privacy.privacy-day') }} ">
120127 < h2 > {{ _('Understand your privacy online') }}</ h2 >
121128 </ a >
122129 </ li >
130+ {% endif %}
123131 < li id ="promo-3 " class ="item promo-face ">
124132 {{ promo_face(1) }}
125133 </ li >
@@ -136,6 +144,29 @@ <h2 class="go">{{ _('Download Firefox') }}</h2>
136144 < a class ="fxos-link " href ="{{ url('firefox.desktop.index') }} "> {{ _('Learn more') }}</ a >
137145 </ div >
138146 </ li >
147+ {% if l10n_has_tag('privacy_day') and waffle.switch('mozorg-home-privacy-promo') %}
148+ {% if LANG.startswith('en') and waffle.switch('mozorg-home-privacy-promo-jan28') %}
149+ < li id ="promo-6 " class ="item promo-large-landscape privacy-day " tabindex ="0 " data-name ="January 28 is Data Privacy Day ">
150+ < h2 class ="primary go "> January 28 is Data Privacy Day</ h2 >
151+ < a class ="panel-link " rel ="external " href ="{{ url('privacy.privacy-day') }} ">
152+ < div class ="secondary ">
153+ < h3 > Get smart on privacy< br > in four easy steps.</ h3 >
154+ < p class ="more "> Learn how</ p >
155+ </ div >
156+ </ a >
157+ </ li >
158+ {% else %}
159+ < li id ="promo-6 " class ="item promo-large-landscape privacy-day " tabindex ="0 " data-name ="Get smart on privacy ">
160+ < h2 class ="primary go "> {{ _('Get Smart on Privacy') }}</ h2 >
161+ < a class ="panel-link " rel ="external " href ="{{ url('privacy.privacy-day') }} ">
162+ < div class ="secondary ">
163+ < h3 > {{ _('Learn how to give yourself more control online in four easy steps.') }}</ h3 >
164+ < p class ="more "> {{ _('Get smart on privacy') }}</ p >
165+ </ div >
166+ </ a >
167+ </ li >
168+ {% endif %}
169+ {% else %}
139170 < li id ="promo-6 " class ="item promo-large-landscape webmaker " tabindex ="0 " data-name ="Teach the Web ">
140171 < h2 class ="primary go "> {{ _('Teach the Web') }}</ h2 >
141172 < a class ="panel-link " rel ="external " href ="https://webmaker.org/ ">
@@ -145,6 +176,7 @@ <h3>{{ _('Let’s build a Web that’s open <br>and made by everyone.') }}</h3>
145176 </ div >
146177 </ a >
147178 </ li >
179+ {% endif %}
148180 < li id ="promo-7 " class ="item promo-face ">
149181 {{ promo_face(3) }}
150182 </ li >
0 commit comments