You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created initial version of chapter content for London Python Sprint.
The chapter's content is left to the groups imagination and I do not want to set any standard, strict look.
The only limit is at the top there should be an image in sizes as for the London Group.
Added new parameter to the events_array _generator.html - category which allows easily select set of posts also based on category (to which chapter it belongs).
Fixed navigation to not show not available options for chapter.
Created basic chapter.html layout (to be worked on futher).
Added 2 test events for fictional Madrid chapter to see if events_array_generator works well with categories set - all ok.
Added chapter.scss - style for the chapter.html layout.
Imported chapter.scss in main.scss
Set default layout for chapter to chapter in _config.yml and _config_dev.yml.
Python Sprints is a non for profit group of like minded programmers who care chapter making open source projects better.
43
+
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!
44
+
Inclusion is in the nature of our group and we want to make sure that no one is underrepresented. All people are welcome.
45
+
</p>
46
+
<h2 class="chapter__paragraph-title-dark-left">How It Started</h2>
47
+
<hr class="chapter__divider-left">
48
+
<p class="chapter__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.
Python Sprints is a non for profit group of like minded programmers who care about making open source projects better.
36
-
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!
37
-
Inclusion is in the nature of our group and we want to make sure that no one is underrepresented. All people are welcome.
38
-
</p>
39
-
<h2class="about__paragraph-title-dark-left">How It Started</h2>
40
-
<hrclass="about__divider-left">
41
-
<pclass="about__paragraph-dark">
42
-
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.
43
-
</p>
44
-
<h1>{{ page.title }}</h1>
1
+
<!DOCTYPE html>
2
+
<htmllang="en">
3
+
{% include head.html %}
4
+
<bodyclass="body">
5
+
{% include navigation.html %}
6
+
<main>
7
+
<article>
8
+
{{ content }}
9
+
<divclass="chapter-container container-fluid">
10
+
<divclass="row">
11
+
{% include events_array_generator.html future_events = true %}
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.
Usually there is a subject advertised well ahead of the time with clear setup instructions so that everyone can come prepared.
78
-
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.
79
-
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!
80
-
All the coding aside there is always time for a joyful banter, sharing work and life experiences with pizza and beers to hand.
This will be a follow up of the worldwide #pandasSprint: [https://python-sprints.github.io/pandas/](https://python-sprints.github.io/pandas/)
14
+
15
+
Beginners to contributing to open source will get a pandas documentation page assigned, and will be guided through the step to make it as good as pandas itself. During the sprint, this step-by-step checklist will help you make your first contribution, and our senior members will help you with any problem.
This will be a follow up of the worldwide #pandasSprint: [https://python-sprints.github.io/pandas/](https://python-sprints.github.io/pandas/)
14
+
15
+
Beginners to contributing to open source will get a pandas documentation page assigned, and will be guided through the step to make it as good as pandas itself. During the sprint, this step-by-step checklist will help you make your first contribution, and our senior members will help you with any problem.
0 commit comments