|
217 | 217 | <!-- footer section --> |
218 | 218 |
|
219 | 219 | <!-- Footer --> |
220 | | -<footer> |
221 | | - <div class="card footer-top"> |
222 | | - <div class="row"> |
223 | | - <div class="col l6 m12"> |
224 | | - <img src="/modules/explorer/_static/images/logo.png" alt="Google" aria-label="Google" draggable="false"> |
225 | | - <p>A Growth Engine for Digital Skills</p> |
226 | | - </div> |
| 220 | + <footer> |
| 221 | + <div class="card footer-top"> |
| 222 | + <div class="row"> |
| 223 | + <div class="col l6 m12"> |
| 224 | + <img src="/modules/explorer/_static/images/logo.png" alt="Google" aria-label="Google" draggable="false"> |
| 225 | + <p>A Growth Engine for Digital Skills</p> |
| 226 | + </div> |
227 | 227 |
|
228 | | - <div class="col l3 m12 footer-privacy"> |
229 | | - <a href="https://www.google.co.uk/intl/en/policies/privacy/?fg=1" class="gbl-footer__link" |
230 | | - target="_blank"> |
231 | | - <span class="tiny-text">Privacy & Terms</span> |
232 | | - </a> |
233 | | - </div> |
| 228 | + <div class="col l3 m12 footer-privacy"> |
| 229 | + <a href="https://www.google.co.uk/intl/en/policies/privacy/?fg=1" class="gbl-footer__link" |
| 230 | + target="_blank"> |
| 231 | + <span class="tiny-text">Privacy & Terms</span> |
| 232 | + </a> |
| 233 | + </div> |
234 | 234 |
|
235 | | - <div class="col l3 m12"> |
236 | | - <select aria-label="Choose another locale" class="browser-default"> |
237 | | - <option value="https://courses.academy.africa/"> |
238 | | - Africa |
239 | | - </option> |
240 | | - </select> |
| 235 | + <div class="col l3 m12"> |
| 236 | + <select aria-label="Choose another locale" class="browser-default"> |
| 237 | + <option value="https://courses.academy.africa/"> |
| 238 | + Africa |
| 239 | + </option> |
| 240 | + </select> |
| 241 | + </div> |
241 | 242 | </div> |
242 | 243 | </div> |
243 | | - </div> |
244 | | - |
245 | | - <div class="footer-bottom"> |
246 | | - <div class="row"> |
247 | | - <div class="col l8 m12 s12 footer-appstores"> |
248 | | - <div class="col s8"> |
249 | | - <a target="_blank" href="https://codeforafrica.org/"> |
250 | | - <img class="store cfa-footer-logo" src="/modules/explorer/_static/images/powered-by-gray.png"> |
251 | | - </a> |
252 | | - </div> |
253 | 244 |
|
254 | | - <div class="col s12 footer-captions"> |
255 | | - <p>The StoryLab Academy is an initiative of <a href="https://codeforafrica.org/" target="_blank">Code for Africa</a></p> |
256 | | - <p>in partnership with the <a href="https://newslab.withgoogle.com/" target="_blank">Google News Lab</a> and the <a href="http://worldbank.org/" target="_blank">World Bank</a>.</p> |
257 | | - </div> |
| 245 | + <div class="footer-bottom"> |
| 246 | + <div class="row"> |
| 247 | + <div class="col l8 m12 s12 footer-appstores"> |
| 248 | + <div class="col s8"> |
| 249 | + <a target="_blank" href="https://codeforafrica.org/"> |
| 250 | + <img class="store cfa-footer-logo" src="/modules/explorer/_static/images/powered-by-gray.png"> |
| 251 | + </a> |
| 252 | + </div> |
258 | 253 |
|
259 | | - </div> |
| 254 | + <div class="col s12 footer-captions"> |
| 255 | + <p>The StoryLab Academy is an initiative of <a href="https://codeforafrica.org/" target="_blank">Code for Africa</a></p> |
| 256 | + <p>in partnership with the <a href="https://newslab.withgoogle.com/" target="_blank">Google News Lab</a> and the <a href="http://worldbank.org/" target="_blank">World Bank</a>.</p> |
| 257 | + </div> |
260 | 258 |
|
261 | | - <div class="col l4 m12 footer-social-icons"> |
262 | | - <br> |
263 | | - <a target="_blank" href="#!homepage">Home |
264 | | - </a> |
265 | | - <br> |
266 | | - <a target="_blank" href="#!feedback">Contact Us |
267 | | - </a> |
268 | | - <br> |
269 | | - <a target="_blank" href="#!explorer">Courses |
270 | | - </a> |
| 259 | + </div> |
| 260 | + |
| 261 | + <div class="col l4 m12 footer-social-icons"> |
| 262 | + <br> |
| 263 | + <a target="_blank" href="#!homepage">Home |
| 264 | + </a> |
| 265 | + <br> |
| 266 | + <a target="_blank" href="#!feedback">Contact Us |
| 267 | + </a> |
| 268 | + <br> |
| 269 | + <a target="_blank" href="#!explorer">Courses |
| 270 | + </a> |
| 271 | + </div> |
271 | 272 | </div> |
272 | 273 | </div> |
273 | | - </div> |
274 | | -</footer> |
| 274 | + </footer> |
275 | 275 |
|
276 | 276 | {{ html_hooks.insert('base.before_body_tag_ends') }} |
277 | 277 |
|
|
0 commit comments