File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5757 < a class ="navigation__link nav-link " href ="#chapters "> Chapters</ a >
5858 </ li >
5959 < li class ="hide-on-mobile nav-item ">
60- < a class ="navigation__link nav-link " href ="#events "> Events & Chapters</ a >
61- </ li >
62- < li class ="nav-item ">
63- < a class ="navigation__link nav-link " href ="#about "> About</ a >
60+ < a class ="navigation__link nav-link " href ="#events "> Events</ a >
6461 </ li >
6562 < li class ="nav-item ">
66- < a class ="navigation__link nav-link " href ="#contact " > Contact </ a >
63+ < a class ="navigation__link nav-link " href ="#about " > About us </ a >
6764 </ li >
6865 {% endunless %}
6966 </ ul >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ h2, h2 a {
1414}
1515h3 , h3 a {
1616 font-size : 22px ;
17- color : black ;
17+ color : $dark-blue ;
1818}
1919p , a , label , button {
2020 font-size : 16px ;
@@ -286,7 +286,6 @@ section {
286286.navigation__link {
287287 margin-right : 0.5em ;
288288 text-decoration : none ;
289- font-size : 1.25em ;
290289 font-family : ' Encode Sans Expanded' , sans-serif ;
291290 color : $nav-link !important ;
292291 transition : all 0.5s ease-in-out ;
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ <h2 class="navigation__subtitle">Contributing together</h2>
3434 </ div >
3535 </ div >
3636</ section >
37+
38+
3739< div class ="upcoming-chapters-container container-fluid ">
3840 < div class ="row ">
3941 {% include events_array_generator.html future_events=true %}
@@ -44,7 +46,9 @@ <h2 class="navigation__subtitle">Contributing together</h2>
4446 {% else %}
4547 {% assign chapters_col = "col-12" %}
4648 {% endif %}
47- < div class ="col-lg-7 no-padding-x ">
49+ < div class ="col-lg-1 no-padding-x ">
50+ </ div >
51+ < div class ="col-lg-6 no-padding-x ">
4852 < section id ="events ">
4953 < h2 > Upcoming events</ h2 >
5054 {% if upcoming_event == true %}
@@ -107,7 +111,7 @@ <h2>About us</h2>
107111 alt ="">
108112 </ div >
109113 < div class ="first-on-mobile no-gutters__col col-md-6 ">
110- < h3 class ="text-right "> What is Python sprints about ?</ h3 >
114+ < h3 class ="text-right "> What is a Python sprint ?</ h3 >
111115 < hr />
112116 < p class ="text-right ">
113117 Open source software, including Python and most Python projects
You can’t perform that action at this time.
0 commit comments