Skip to content

Commit 88bf3c7

Browse files
committed
postponed msg
1 parent 0703ac5 commit 88bf3c7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/Components/Header/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ export default class Header extends React.Component {
5858
Call for Proposals
5959
</a>
6060
</li>
61-
<li>
61+
{/* <li>
6262
<a
6363
href="https://ti.to/pythonpizza/berlin-python-pizza-2020"
6464
target="_blank"
6565
rel="noopener noreferrer"
6666
>
6767
Tickets
6868
</a>
69-
</li>
69+
</li> */}
7070
</ul>
7171
</Container>
7272
</div>

src/Components/Hero/index.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ export default class Hero extends React.Component {
1010
<div className="hero">
1111
<div className="hero--info">
1212
<h1>Python Pizza</h1>
13-
<h2>
13+
<h2>August 2020 - TBA</h2>
14+
{/* <h2>
1415
Berlin @ Wooga <br />
1516
<a href="https://goo.gl/maps/mkQP66yAnXGHdK9w6" target="_blank">
1617
Saarbrücker Str. 38, 10405 Berlin
1718
</a>
1819
</h2>
1920
<h2>Saturday 16 May 2020</h2>
20-
<h2>10:00 - 17:30</h2>
21+
<h2>10:00 - 17:30</h2> */}
2122
</div>
2223

2324
<Wave />

src/Components/Home/Sections/About.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export default class About extends React.Component {
77
return (
88
<section id="about">
99
<Container size={Sizes.medium}>
10+
<br /><h2><b>Update</b>: Because of the current situation with Covid-19, we're postponing the event to August.
11+
Follow us on twitter to stay updated with the new location and date. We're coming back soon!</h2><br /><br /><br />
1012
<h1>Python Pizza</h1>
1113
<p><b>Python Pizza</b> is a micro conference organized by the Python Berlin Community.</p>
1214
<p>
@@ -15,7 +17,7 @@ export default class About extends React.Component {
1517
<p>Thanks to the Python Pizza (Naples!) that started this format!</p>
1618
<br></br>
1719
</Container>
18-
</section>
20+
</section >
1921
);
2022
}
2123
}

0 commit comments

Comments
 (0)