|
1 | 1 | <footer class="footer">
|
2 |
| - <div class="row"> |
3 |
| - <div class="col-md-4 text-center"> |
4 |
| - <p class="section-content footer__text">Find Us Online</p> |
| 2 | + <div class="row container-fluid"> |
| 3 | + <div class="col-md-3 text-center"> |
| 4 | + <h2 class="footer__section-title">Find Us Online</h2> |
5 | 5 | <hr class="footer__divider">
|
6 | 6 | <a href="https://www.meetup.com/Python-Sprints/" target="_blank"><i class="footer__icon fab fa-meetup"></i></a>
|
7 | 7 | <a href="https://twitter.com/py_sprints" target="_blank"><i class="footer__icon fab fa-twitter"></i></a>
|
8 | 8 | </div>
|
9 |
| - <div class="col-md-4"> |
10 |
| - <p class="section-content footer__text">Our Sponsors</p> |
| 9 | + <div class="col-md-6"> |
| 10 | + <h2 class="footer__section-title">Our Sponsors</h2> |
11 | 11 | <hr class="footer__divider">
|
12 | 12 | <div class="row">
|
13 |
| - <div class="footer__sponsor-col col-lg-6"> |
| 13 | + <div class="footer__sponsor-col col-lg-12 col-xlg-6"> |
14 | 14 | <a class="footer__sponsor-link" href="https://www.python.org/psf/">
|
15 | 15 | <img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/python_software_foundation.png">
|
16 | 16 | </a>
|
17 | 17 | <a class="footer__sponsor-link" href="https://www.linkedin.com/in/hamishpitkeathly/">
|
18 | 18 | <img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/harvey_nash.png">
|
19 | 19 | </a>
|
20 | 20 | </div>
|
21 |
| - <div class="footer__sponsor-col col-lg-6"> |
| 21 | + <div class="footer__sponsor-col col-lg-12 col-xlg-6"> |
22 | 22 | <a class="footer__sponsor-link" href="https://www.touchsurgery.com/jobs.html">
|
23 | 23 | <img class="footer__img" src="{{ site.baseurl }}/static/images/sponsors/touch_surgery.png">
|
24 | 24 | </a>
|
|
28 | 28 | </div>
|
29 | 29 | </div>
|
30 | 30 | </div>
|
31 |
| - <div class="col-md-4"> |
32 |
| - <p class="section-content footer__text">Python Sprints</p> |
| 31 | + <div class="col-md-3"> |
| 32 | + <h2 class="footer__section-title">Python Sprints</h2> |
33 | 33 | <hr class="footer__divider">
|
34 | 34 | <a class="footer__link" href="#" target="_blank">About</a>
|
35 | 35 | <a class="footer__link" href="#" target="_blank">Getting Started</a>
|
|
41 | 41 |
|
42 | 42 | <div class="footer__content row container-fluid">
|
43 | 43 | <div class="col-md-12">
|
44 |
| - <p class="section-content footer__text-copyright"> |
| 44 | + <p class="footer__text-copyright"> |
45 | 45 | © Copyright
|
46 | 46 | <script>document.write(new Date().getFullYear())</script>
|
47 | 47 | - Python Sprints
|
48 | 48 | <img class="footer__brand-img" src="{{ site.baseurl }}/static/images/site_logo/python_sprints_logo.png" alt="Python Sprints Logo">
|
49 |
| - |
50 | 49 | </p>
|
51 | 50 | </div>
|
52 | 51 | </div>
|
|
0 commit comments