File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ export default class Header extends React.Component {
58
58
Call for Proposals
59
59
</ a >
60
60
</ li >
61
- < li >
61
+ { /* <li>
62
62
<a
63
63
href="https://ti.to/pythonpizza/berlin-python-pizza-2020"
64
64
target="_blank"
65
65
rel="noopener noreferrer"
66
66
>
67
67
Tickets
68
68
</a>
69
- </ li >
69
+ </li> */ }
70
70
</ ul >
71
71
</ Container >
72
72
</ div >
Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ export default class Hero extends React.Component {
10
10
< div className = "hero" >
11
11
< div className = "hero--info" >
12
12
< h1 > Python Pizza</ h1 >
13
- < h2 >
13
+ < h2 > August 2020 - TBA</ h2 >
14
+ { /* <h2>
14
15
Berlin @ Wooga <br />
15
16
<a href="https://goo.gl/maps/mkQP66yAnXGHdK9w6" target="_blank">
16
17
Saarbrücker Str. 38, 10405 Berlin
17
18
</a>
18
19
</h2>
19
20
<h2>Saturday 16 May 2020</h2>
20
- < h2 > 10:00 - 17:30</ h2 >
21
+ <h2>10:00 - 17:30</h2> */ }
21
22
</ div >
22
23
23
24
< Wave />
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export default class About extends React.Component {
7
7
return (
8
8
< section id = "about" >
9
9
< 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 />
10
12
< h1 > Python Pizza</ h1 >
11
13
< p > < b > Python Pizza</ b > is a micro conference organized by the Python Berlin Community.</ p >
12
14
< p >
@@ -15,7 +17,7 @@ export default class About extends React.Component {
15
17
< p > Thanks to the Python Pizza (Naples!) that started this format!</ p >
16
18
< br > </ br >
17
19
</ Container >
18
- </ section >
20
+ </ section >
19
21
) ;
20
22
}
21
23
}
You can’t perform that action at this time.
0 commit comments