11---
22---
3- < div class ="navigation__content container-fluid ">
4- < picture >
5- <!--<source srcset="static/images/title_photo/title_glass_building_480x270.jpg 480w,-->
6- <!--static/images/title_photo/title_glass_building_960x540.jpg 960w,-->
7- <!--static/images/title_photo/title_glass_building_1334x750.jpg 1334w,-->
8- <!--static/images/title_photo/title_glass_building_1920x1080.jpg 1920w,-->
9- <!--static/images/title_photo/title_glass_building_2562x1442.jpg 2562w,-->
10- <!--static/images/title_photo/title_glass_building_3840x2160.jpg 3840w"-->
11- <!--media="(orientation: landscape)"-->
12- <!--sizes="100vw">-->
13- <!--<source srcset="static/images/title_photo/title_glass_building_750x1334.jpg 750w,-->
14- <!--static/images/title_photo/title_glass_building_1080x1920.jpg 1080w,-->
15- <!--static/images/title_photo/title_glass_building_1125x2436.jpg 1125w,-->
16- <!--static/images/title_photo/title_glass_building_1242x2436.jpg 1242w,-->
17- <!--static/images/title_photo/title_glass_building_1442x2562.jpg 1442w"-->
18- <!--media="(orientation: portrait)"-->
19- <!--sizes="100vw">-->
20- < img class ="navigation__background-img "
21- src ="static/images/title_photo/Python_Sprints_title_2048x1152px.jpg "
22- alt ="Python Sprints Title Image ">
23- </ picture >
3+ < section id ="home ">
4+ < div class ="navigation__content container-fluid ">
5+ < picture >
6+ <!--<source srcset="static/images/title_photo/title_glass_building_480x270.jpg 480w,-->
7+ <!--static/images/title_photo/title_glass_building_960x540.jpg 960w,-->
8+ <!--static/images/title_photo/title_glass_building_1334x750.jpg 1334w,-->
9+ <!--static/images/title_photo/title_glass_building_1920x1080.jpg 1920w,-->
10+ <!--static/images/title_photo/title_glass_building_2562x1442.jpg 2562w,-->
11+ <!--static/images/title_photo/title_glass_building_3840x2160.jpg 3840w"-->
12+ <!--media="(orientation: landscape)"-->
13+ <!--sizes="100vw">-->
14+ <!--<source srcset="static/images/title_photo/title_glass_building_750x1334.jpg 750w,-->
15+ <!--static/images/title_photo/title_glass_building_1080x1920.jpg 1080w,-->
16+ <!--static/images/title_photo/title_glass_building_1125x2436.jpg 1125w,-->
17+ <!--static/images/title_photo/title_glass_building_1242x2436.jpg 1242w,-->
18+ <!--static/images/title_photo/title_glass_building_1442x2562.jpg 1442w"-->
19+ <!--media="(orientation: portrait)"-->
20+ <!--sizes="100vw">-->
21+ < img class ="navigation__background-img "
22+ src ="static/images/title_photo/Python_Sprints_title_2048x1152px.jpg "
23+ alt ="Python Sprints Title Image ">
24+ </ picture >
2425
25- < div class ="navigation__title-container row container-fluid ">
26- < div class ="col-md-12 ">
27- < img class ="navigation__site-logo "
28- srcset ="static/images/site_logo/python_sprints_logo_triangles_light_text_480x245px.png 480w,
29- static/images/site_logo/python_sprints_logo_triangles_light_text_960x489px.png 960w,
30- static/images/site_logo/python_sprints_logo_triangles_light_text_1920x978px.png 1920w,
31- "
32- sizes ="100vw "
33- src ="static/images/site_logo/python_sprints_logo_triangles_light_text_960x489px.png "
34- alt ="Python Sprints Logo ">
35- < h2 class ="navigation__subtitle "> All About Open Source</ h2 >
26+ < div class ="navigation__title-container row container-fluid ">
27+ < div class ="col-md-12 ">
28+ < img class ="navigation__site-logo "
29+ srcset ="static/images/site_logo/python_sprints_logo_triangles_light_text_480x245px.png 480w,
30+ static/images/site_logo/python_sprints_logo_triangles_light_text_960x489px.png 960w,
31+ static/images/site_logo/python_sprints_logo_triangles_light_text_1920x978px.png 1920w,
32+ "
33+ sizes ="100vw "
34+ src ="static/images/site_logo/python_sprints_logo_triangles_light_text_960x489px.png "
35+ alt ="Python Sprints Logo ">
36+ < h2 class ="navigation__subtitle "> All About Open Source</ h2 >
37+ </ div >
3638 </ div >
3739 </ div >
38- </ div >
39- < div id =" upcoming " class ="upcoming-chapters-container container-fluid ">
40+ </ section >
41+ < div class ="upcoming-chapters-container container-fluid ">
4042 < div class ="row ">
4143 {% include events_array_generator.html future_events = true %}
4244 {% if posts.size > 0 %}
@@ -49,7 +51,7 @@ <h2 class="navigation__subtitle">All About Open Source</h2>
4951 {% if upcoming_event == true %}
5052 < div class ="col-lg-6 no-padding-x ">
5153 <!--Upcoming Events section-->
52- < section class ="upcoming ">
54+ < section id =" events " class ="upcoming ">
5355 < div class ="row container-fluid ">
5456 < div class ="col-md-12 no-padding-x ">
5557 < h2 class ="upcoming__title "> Events</ h2 >
0 commit comments