Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Commit 8ded2de

Browse files
committed
fix(course footer): Fix indentation error
1 parent a284670 commit 8ded2de

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

coursebuilder/views/base.html

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -217,61 +217,61 @@
217217
<!-- footer section -->
218218

219219
<!-- 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>
227227

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 &amp; 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 &amp; Terms</span>
232+
</a>
233+
</div>
234234

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>
241242
</div>
242243
</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>
253244

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>
258253

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>
260258

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>
271272
</div>
272273
</div>
273-
</div>
274-
</footer>
274+
</footer>
275275

276276
{{ html_hooks.insert('base.before_body_tag_ends') }}
277277

0 commit comments

Comments
 (0)