Skip to content

Commit 9257b53

Browse files
committed
Add MSF
1 parent 16fd17f commit 9257b53

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

src/Components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class Header extends React.Component {
4242
</a>
4343
</li>
4444
<li>
45-
<a href="https://forms.gle/Hfdba6uCzeUrbmXM9" target="_blank" rel="noopener noreferrer">
45+
<a href="https://forms.gle/QEc3gqsyVboiNDXY6" target="_blank" rel="noopener noreferrer">
4646
Call for Proposals
4747
</a>
4848
</li>

src/Components/Home/Sections/About.tsx

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,20 @@ export default class About extends React.Component {
1111
<p>
1212
<b>Python Pizza</b> is a micro conference organized by the Python Community.
1313
</p>
14-
<p>
15-
We bring the Python Community together for some amazing original
16-
Pizza™ and Python Talks.
17-
</p>
18-
<p>
19-
We believe in and encourage practical sessions, in which developers
20-
share their experience and lessons from real-world projects, each
21-
talk is 10 mins long.
22-
</p>
23-
<p>Thanks to the Python Pizza (Naples!) that started this format!</p>
2414
<br></br>
2515
<p>
26-
Check out the past editions:{" "}
27-
<a
28-
href="https://python.pizza"
29-
target="_blank"
30-
rel="noopener noreferrer"
31-
>
32-
Naples Python Pizza
33-
</a>{" "}
34-
and{" "}
35-
<a
36-
href="https://berlin.python.pizza"
37-
target="_blank"
38-
rel="noopener noreferrer"
39-
>
40-
Berlin Python Pizza
41-
</a>
42-
.{" "}
16+
But this one is a truly special edition, a virus won't keep us apart!
17+
And we decided to use this unfortunate circumstances to give something back: all proceeds will go to <a href="https://www.msf.org/">Doctors Without Borders</a></Container>
18+
</p>
19+
<br></br>
20+
<p>
21+
We believe in and encourage practical sessions, in which developers
22+
share their experience and lessons from real-world projects, each
23+
talk is 10 mins long.
4324
</p>
25+
<p>Thanks to the Python Pizza (Naples!) that started this format!</p>
4426
</Container>
45-
</section>
27+
</section >
4628
);
4729
}
4830
}

0 commit comments

Comments
 (0)