11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < script defer src ="https://use.fontawesome.com/releases/v5.0.6/js/all.js "> </ script >
7- < link href ="https://fonts.googleapis.com/css?family=Share+Tech+Mono " rel ="stylesheet ">
8- < link href ="https://fonts.googleapis.com/css?family=Encode+Sans+Expanded " rel ="stylesheet ">
9- < link href ="https://fonts.googleapis.com/css?family=Playfair+Display " rel ="stylesheet ">
10- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css " integrity ="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin ="anonymous ">
11- < link rel ="stylesheet " type ="text/css " href ="{{ site.baseurl }}/static/css/typography.css ">
12- < link rel ="stylesheet " type ="text/css " href ="{{ site.baseurl }}/static/css/style.css ">
13-
14- < title > {{ page.title }}</ title >
15- </ head >
16- < body class ="body ">
17- <!--Full screen navigation section-->
18- < nav class ="navigation navbar sticky-top navbar-light ">
19- < div class ="navigation__brand ">
20- < a class ="navigation__brand-link navbar-brand " href ="index.html ">
21- < img class ="navigation__brand-img " src ="{{ site.baseurl }}/static/images/site_logo/python_sprints_logo.png " alt ="Python Sprints Logo ">
22- < span class ="navigation__brand-name "> Python Sprints</ span >
23- </ a >
24- </ div >
25-
26- < div class ="navigation__button-open-container ">
27- < div class ="navigation__hamburger-bar "> </ div >
28- < div class ="navigation__hamburger-bar "> </ div >
29- < div class ="navigation__hamburger-bar "> </ div >
30- </ div >
31-
32- < div class ="navigation__button-close-container ">
33- < a href ="javascript:void(0) " class ="navigation__button-close ">
34- < i class ="navigation__button-close fas fa-times "> </ i >
35- </ a >
36- </ div >
37- < div class ="navigation__overlay ">
38- < div class ="navigation__overlay-content ">
39- < a class ="navigation__link " href ="{{ '/' | prepend: site.baseurl }} "> Home</ a >
40- < a class ="navigation__link " href ="{{ '/about' | prepend: site.baseurl }} "> About</ a >
41- < a class ="navigation__link " href ="# "> Getting Started</ a >
42- < a class ="navigation__link " href ="# "> Projects</ a >
43- < a class ="navigation__link " href ="# "> Contact</ a >
44- </ div >
45- </ div >
46- </ nav >
47-
48-
49- {{ content }}
50-
51-
52- <!--Footer-->
53- < footer class ="footer ">
54- < div class ="row ">
55- < div class ="col-md-4 text-center ">
56- < p class ="section-content footer__text "> Find Us Online</ p >
57- < hr class ="footer__divider ">
58- < a href ="https://www.meetup.com/Python-Sprints/ " target ="_blank "> < i class ="footer__icon fab fa-meetup "> </ i > </ a >
59- < a href ="https://twitter.com/py_sprints " target ="_blank "> < i class ="footer__icon fab fa-twitter "> </ i > </ a >
60- </ div >
61- < div class ="col-md-4 ">
62- < p class ="section-content footer__text "> Our Sponsors</ p >
63- < hr class ="footer__divider ">
64- < div class ="row ">
65- < div class ="col-lg-6 ">
66- < a class ="footer__sponsor-link " href ="https://www.linkedin.com/in/hamishpitkeathly/ ">
67- < img class ="footer__img " src ="{{ site.baseurl }}/static/images/sponsors/harvey_nash_130x90.png ">
68- </ a >
69- < a class ="footer__sponsor-link " href ="https://www.python.org/psf/ ">
70- < img class ="footer__img " src ="{{ site.baseurl }}/static/images/sponsors/python_software_foundation.jpeg ">
71- </ a >
72- </ div >
73- < div class ="col-lg-6 ">
74- < a class ="footer__sponsor-link " href ="https://www.touchsurgery.com/jobs.html ">
75- < img class ="footer__img " src ="{{ site.baseurl }}/static/images/sponsors/touch_surgery.png ">
76- </ a >
77- < a class ="footer__sponsor-link " href ="https://www.bloomberg.com/careers/ ">
78- < img class ="footer__img " src ="{{ site.baseurl }}/static/images/sponsors/bloomberg.png ">
79- </ a >
80- </ div >
81- </ div >
82- </ div >
83- < div class ="col-md-4 ">
84- < p class ="section-content footer__text "> Python Sprints</ p >
85- < hr class ="footer__divider ">
86- < a class ="footer__link " href ="# " target ="_blank "> About</ a >
87- < a class ="footer__link " href ="# " target ="_blank "> Getting Started</ a >
88- < a class ="footer__link " href ="# " target ="_blank "> Projects</ a >
89- < a class ="footer__link " href ="# " target ="_blank "> Contact</ a >
90- < a class ="footer__link " href ="# " target ="_blank "> Credits</ a >
91- </ div >
92- </ div >
93-
94- < div class ="footer__content row container-fluid ">
95- < div class ="col-md-12 ">
96- < p class ="section-content footer__text-copyright ">
97- © Copyright
98- < script > document . write ( new Date ( ) . getFullYear ( ) ) </ script >
99- - Python Sprints
100- < img class ="footer__brand-img " src ="{{ site.baseurl }}/static/images/site_logo/python_sprints_logo.png " alt ="Python Sprints Logo ">
101-
102- </ p >
103- </ div >
104- </ div >
105- </ footer >
106- <!--Scripts-->
107- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
108- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js " integrity ="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q " crossorigin ="anonymous "> </ script >
109- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js " integrity ="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl " crossorigin ="anonymous "> </ script >
110- < script src ="{{ site.baseurl }}/static/js/site.js "> </ script >
111- </ body >
3+ {% include head.html %}
4+ < body class ="body ">
5+ {% include navigation.html %}
6+ < main >
7+ < article >
8+ {{ content }}
9+ </ article >
10+ {% include footer.html %}
11+ </ main >
12+ {% include scripts.html %}
13+ </ body >
11214</ html >
0 commit comments