1717<!--Full screen navigation section-->
1818 < nav class ="navigation navbar sticky-top navbar-light ">
1919 < div class ="navigation__brand ">
20- < a class ="navbar-brand " href ="index.html ">
20+ < a class ="navigation__brand-link navbar-brand " href ="index.html ">
2121 < img class ="navigation__brand-img " src ="static/images/site_logo/python_sprints_logo.png " alt ="Python Sprints Logo ">
2222 < span class ="navigation__brand-name "> Python Sprints</ span >
2323 </ a >
2424 </ div >
2525
26- < div class ="navigation__button-open-container " onclick =" openNav() " >
26+ < div class ="navigation__button-open-container ">
2727 < div class ="navigation__hamburger-bar "> </ div >
2828 < div class ="navigation__hamburger-bar "> </ div >
2929 < div class ="navigation__hamburger-bar "> </ div >
3030 </ div >
3131
3232 < 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 ">
3434 < i class ="navigation__button-close fas fa-times "> </ i >
3535 </ a >
3636 </ div >
3939 < div class ="navigation__content container-fluid " data-image-type ="responsive ">
4040 < img class ="responsive " src ="static/images/title_photo/title_glass_building_960x540.jpg "
4141 srcset ="static/images/title_photo/title_glass_building_480x270.jpg 480w,
42+ static/images/title_photo/title_glass_building_750x1334.jpg 750w,
4243 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,
4348 static/images/title_photo/title_glass_building_1920x1080.jpg 1920w,
4449 static/images/title_photo/title_glass_building_3840x2160.jpg 3840w "
4550 sizes ="(max-width: 480px) 100vw,
51+ (max-width: 750px) 100vw,
4652 (max-width: 960px) 100vw,
53+ (max-width: 1080px) 100vw,
54+ (max-width: 1125px) 100vw,
55+ (max-width: 1242px) 100vw,
56+ (max-width: 1442px) 100vw,
4757 (max-width: 1920px) 100vw,
4858 (min-width: 2300px) 100vw "
4959 alt ="Python Sprints Title Image ">
@@ -69,9 +79,9 @@ <h2 class="navigation__subtitle"><em>The World Is Waiting For Your Code</em></h2
6979 < div class ="row ">
7080 < div class ="col-md-12 ">
7181 < 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 >
7585 </ div >
7686 </ div >
7787 </ div >
@@ -166,10 +176,10 @@ <h2 class="section-title">What Do We Do?</h2>
166176
167177
168178 < div class ="row ">
169- < div class ="no-gutters__col col-md-6 ">
179+ < div class ="second-on-mobile no-gutters__col col-md-6 ">
170180 < img class ="services__img img-fluid rounded " src ="static/images/services/educating_devs_840x561px.jpg ">
171181 </ div >
172- < div class ="no-gutters__col col-md-6 ">
182+ < div class ="first-on-mobile no-gutters__col col-md-6 ">
173183 < h2 class ="services__title text-right "> Helping Beginners To Get Good</ h2 >
174184 < hr class ="services__divider-right ">
175185 < 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