Skip to content

Commit 7ef15ec

Browse files
Added more info on our group / history.
Created necessary styles for left hand side aligned titles/dividers in about section.
1 parent ba9646b commit 7ef15ec

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

_pages/01_about.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ <h2 class="about__paragraph-title-dark">Python Sprints Decoded</h2>
4343
We believe in sharing our skills for free to earn our good karma. If you are devoted to a particular open source project, please let us know, we could make a sprint dedicated to it!
4444
Inclusion is in the nature of our group and we want to make sure that no one is underrepresented. All people are welcome.
4545
</p>
46+
<h2 class="about__paragraph-title-dark-left">How It Started?</h2>
47+
<hr class="about__divider-left">
48+
<p class="about__paragraph-dark">
49+
Our group was founded in October 2017. As all things in life the beginnings were humble with only a handful of people collaborating but the word quickly spread and now we have nearly 600 members and counting.
50+
</p>
4651
</div>
4752
</div>
4853
</div>
@@ -80,10 +85,17 @@ <h2 class="about__paragraph-title-dark">Teamwork Rules</h2>
8085
<p class="about__paragraph-dark">
8186
We believe in helping each other to bring the knowledge in the group up to the highest possible level. Anyone can ask a question and expect aid in their problems during the session. We have people using all kinds of OSes, editors etc. and we all sometimes struggle but a solution is just ask someone else to have a look.
8287
</p>
88+
<h2 class="about__paragraph-title-dark-left">What Our Meetings Look Like?</h2>
89+
<hr class="about__divider-left">
90+
<p class="about__paragraph-dark">
91+
Usually there is a subject advertised well ahead of the time with clear setup instructions so that everyone can come prepared.
92+
But you should not worry if setting up is difficult - part of our creed is to help new people get introduced into the world of open source.
93+
Help will be provided even if it is just creating a git repository and learning how to contribute. It is all part of growing our group organically and all people are welcome!
94+
All the coding aside there is always time for a joyful banter, sharing work and life experiences with pizza and beers to hand.
95+
</p>
8396
</div>
8497
</div>
8598
</div>
8699
</div>
87100
</div>
88-
89101
</section>

_sass/about.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
text-align: right;
5353
}
5454

55+
.about__paragraph-title-dark-left {
56+
@extend .title-dark;
57+
font-size: 1.65em;
58+
text-align: left;
59+
}
60+
5561
.about__paragraph-title-light {
5662
@extend .title-light;
5763
font-size: 1.65em;
@@ -62,6 +68,10 @@
6268
width: 50%;
6369
}
6470

71+
.about__divider-left {
72+
margin-left: 0;
73+
width: 50%;
74+
}
6575

6676
.about__paragraph-dark {
6777
@extend .paragraph-dark;

0 commit comments

Comments
 (0)