Skip to content

Commit a396776

Browse files
Added address to event card.
Added 2 test future events to check new color scheme for events / chapters cards (not done yet).
1 parent e7a31d6 commit a396776

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Test event 1
3+
subtitle: test subtitle 1
4+
project: Pandas
5+
project_logo: static/images/events/pandas_logo_donation.png
6+
project_link: http://pandas.pydata.org/index.html
7+
date: 2018-04-22
8+
time: "18:30"
9+
meetup_link: https://www.meetup.com/Python-Sprints/events/248712103/
10+
event_link:
11+
image:
12+
13+
sponsors:
14+
- quantum_black
15+
---
16+
This will be a follow up of the worldwide #pandasSprint: [https://python-sprints.github.io/pandas/](https://python-sprints.github.io/pandas/)
17+
18+
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.
19+
20+
[https://python-sprints.github.io/pandas/dashboard.html](https://python-sprints.github.io/pandas/dashboard.html)
21+
22+
Advanced contributors will be able to:
23+
- Help reviewing open pull requests
24+
- Experiment with the Sphinx theme of the pandas documentation
25+
- Improve the validation of docstrings
26+
- Refactor the contributing documentation
27+
- And of course mentor more junior contributors
28+
29+
Before the sprint, and to optimise your time, we recommend trying to set up a pandas development environment in your laptop:
30+
31+
[https://python-sprints.github.io/pandas/guide/pandas_setup.html](https://python-sprints.github.io/pandas/guide/pandas_setup.html)
32+
33+
For this sprint, we welcome our new sponsor QuantumBlack.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Test event 2
3+
subtitle: test subtitle 2
4+
project: Pandas
5+
project_logo: static/images/events/pandas_logo_donation.png
6+
project_link: http://pandas.pydata.org/index.html
7+
date: 2018-05-22
8+
time: "18:30"
9+
meetup_link: https://www.meetup.com/Python-Sprints/events/248712103/
10+
event_link:
11+
image:
12+
13+
sponsors:
14+
- quantum_black
15+
---
16+
This will be a follow up of the worldwide #pandasSprint: [https://python-sprints.github.io/pandas/](https://python-sprints.github.io/pandas/)
17+
18+
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.
19+
20+
[https://python-sprints.github.io/pandas/dashboard.html](https://python-sprints.github.io/pandas/dashboard.html)
21+
22+
Advanced contributors will be able to:
23+
- Help reviewing open pull requests
24+
- Experiment with the Sphinx theme of the pandas documentation
25+
- Improve the validation of docstrings
26+
- Refactor the contributing documentation
27+
- And of course mentor more junior contributors
28+
29+
Before the sprint, and to optimise your time, we recommend trying to set up a pandas development environment in your laptop:
30+
31+
[https://python-sprints.github.io/pandas/guide/pandas_setup.html](https://python-sprints.github.io/pandas/guide/pandas_setup.html)
32+
33+
For this sprint, we welcome our new sponsor QuantumBlack.

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ <h2 class="upcoming__title">Events</h2>
5757
</div>
5858
<div class="upcoming__content row with-padding-x">
5959
{% for post in posts %}
60+
{% include get_host_sponsor.html event = post %}
6061
<div class="upcoming__col col-md-12 no-padding-x">
6162
<div class="row">
6263
<div class="col-12">
@@ -75,7 +76,7 @@ <h2 class="upcoming__event-subtitle"> {{ post.subtitle }}</h2>
7576
<div class="row">
7677
<div class="col-12 no-padding-x">
7778
<p class="upcoming__paragraph">
78-
<i class="upcoming__icon fas fa-map-marker-alt"></i>{{ post.venue }}
79+
<i class="upcoming__icon fas fa-map-marker-alt"></i>{{ host_sponsor.address }}
7980
</p>
8081
</div>
8182
</div>

0 commit comments

Comments
 (0)