17
17
<!--Full screen navigation section-->
18
18
< nav class ="navigation navbar sticky-top navbar-light ">
19
19
< div class ="navigation__brand ">
20
- < a class ="navbar-brand " href ="index.html ">
20
+ < a class ="navigation__brand-link navbar-brand " href ="index.html ">
21
21
< img class ="navigation__brand-img " src ="static/images/site_logo/python_sprints_logo.png " alt ="Python Sprints Logo ">
22
22
< span class ="navigation__brand-name "> Python Sprints</ span >
23
23
</ a >
24
24
</ div >
25
25
26
- < div class ="navigation__button-open-container " onclick =" openNav() " >
26
+ < div class ="navigation__button-open-container ">
27
27
< div class ="navigation__hamburger-bar "> </ div >
28
28
< div class ="navigation__hamburger-bar "> </ div >
29
29
< div class ="navigation__hamburger-bar "> </ div >
30
30
</ div >
31
31
32
32
< div class ="navigation__button-close-container ">
33
- < a href ="javascript:void(0) " class ="navigation__button-close " onclick =" closeNav() " >
33
+ < a href ="javascript:void(0) " class ="navigation__button-close ">
34
34
< i class ="navigation__button-close fas fa-times "> </ i >
35
35
</ a >
36
36
</ div >
39
39
< div class ="navigation__content container-fluid " data-image-type ="responsive ">
40
40
< img class ="responsive " src ="static/images/title_photo/title_glass_building_960x540.jpg "
41
41
srcset ="static/images/title_photo/title_glass_building_480x270.jpg 480w,
42
+ static/images/title_photo/title_glass_building_750x1334.jpg 750w,
42
43
static/images/title_photo/title_glass_building_960x540.jpg 960w,
44
+ static/images/title_photo/title_glass_building_1080x1920.jpg 1080w,
45
+ static/images/title_photo/title_glass_building_1125x2436.jpg 1125w,
46
+ static/images/title_photo/title_glass_building_1242x2436.jpg 1242w,
47
+ static/images/title_photo/title_glass_building_1442x2562.jpg 1442w,
43
48
static/images/title_photo/title_glass_building_1920x1080.jpg 1920w,
44
49
static/images/title_photo/title_glass_building_3840x2160.jpg 3840w "
45
50
sizes ="(max-width: 480px) 100vw,
51
+ (max-width: 750px) 100vw,
46
52
(max-width: 960px) 100vw,
53
+ (max-width: 1080px) 100vw,
54
+ (max-width: 1125px) 100vw,
55
+ (max-width: 1242px) 100vw,
56
+ (max-width: 1442px) 100vw,
47
57
(max-width: 1920px) 100vw,
48
58
(min-width: 2300px) 100vw "
49
59
alt ="Python Sprints Title Image ">
@@ -69,9 +79,9 @@ <h2 class="navigation__subtitle"><em>The World Is Waiting For Your Code</em></h2
69
79
< div class ="row ">
70
80
< div class ="col-md-12 ">
71
81
< h2 class ="section-title "> Our Mission</ h2 >
72
- < p class ="section-content "> To improve code in open source projects and build a lasting relationship with the maintainers .</ p >
73
- < p class ="section-content "> Grow the Python community all around the world and include people of all backgrounds and skills .</ p >
74
- < p class ="section-content "> Provide mentorship and challenge for those who want to get better at coding .</ p >
82
+ < p class ="section-content "> Contribute to open source projects.</ p >
83
+ < p class ="section-content "> Grow the Python community.</ p >
84
+ < p class ="section-content "> Provide mentorship and challenge for people of all backgrounds and skills .</ p >
75
85
</ div >
76
86
</ div >
77
87
</ div >
@@ -166,10 +176,10 @@ <h2 class="section-title">What Do We Do?</h2>
166
176
167
177
168
178
< div class ="row ">
169
- < div class ="no-gutters__col col-md-6 ">
179
+ < div class ="second-on-mobile no-gutters__col col-md-6 ">
170
180
< img class ="services__img img-fluid rounded " src ="static/images/services/educating_devs_840x561px.jpg ">
171
181
</ div >
172
- < div class ="no-gutters__col col-md-6 ">
182
+ < div class ="first-on-mobile no-gutters__col col-md-6 ">
173
183
< h2 class ="services__title text-right "> Helping Beginners To Get Good</ h2 >
174
184
< hr class ="services__divider-right ">
175
185
< p class ="services__content text-right "> We are open to people who just started to program and need guidance and mentorship. We can help you become a better programmer by collaborating with others and reading loads of code. Come and try it - you will not be disappointed. We normally have a mixture of seasoned and new coders during every sprint so advice is literally at hands reach.</ p >
0 commit comments