File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 22
22
<meta property =" og:title" content =" Python Pizza" />
23
23
<meta property =" og:type" content =" website" />
24
24
<meta property =" og:url" content =" https://remote.python.pizza/" />
25
- <meta property =" og:image" content =" https://hamburg .python.pizza/social-image .jpg?v=2 " />
25
+ <meta property =" og:image" content =" https://remote .python.pizza/bg .jpg" />
26
26
<meta property =" og:image:width" content =" 1640" />
27
27
<meta property =" og:image:height" content =" 624" />
28
28
<meta property =" og:description" content =" Python Pizza is a micro conference" />
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ export default class Hero extends React.Component {
9
9
return (
10
10
< div className = "hero" >
11
11
< div className = "hero--info" >
12
- < h1 > Remote Python Pizza</ h1 >
12
+ < h1 > Python Pizza</ h1 >
13
13
< h2 >
14
14
< a target = "_blank" rel = "noopener noreferrer" >
15
- 🌍 @ directly from your couch/desk/table
15
+ remote edition, directly from your couch
16
16
</ a >
17
17
</ h2 >
18
- < h2 > 9 May 2020 - 9 - 18 CET</ h2 >
18
+ < h2 > 9 May 2020 - 9:00 CET</ h2 >
19
19
</ div >
20
20
21
21
< Wave />
Original file line number Diff line number Diff line change @@ -15,16 +15,6 @@ export default class Speakers extends React.Component {
15
15
return (
16
16
< section id = "speakers" className = "speakers" >
17
17
< Container size = { Sizes . large } >
18
- < Container size = { Sizes . small } >
19
- < h1 > Keynotes</ h1 >
20
- </ Container >
21
- {
22
- < Grid >
23
- { this . shuffleArray ( SPEAKERS ) . map ( ( speaker , i ) => (
24
- < SpeakerCard key = { i } speaker = { speaker } />
25
- ) ) }
26
- </ Grid >
27
- }
28
18
< Container size = { Sizes . small } >
29
19
< h1 > Speakers</ h1 >
30
20
< p >
@@ -36,7 +26,7 @@ export default class Speakers extends React.Component {
36
26
>
37
27
CFP
38
28
</ a > { " " }
39
- is open!!! You have until 7th September to apply! Each talk will
29
+ is open!!! You have until 5th April to apply! Each talk will
40
30
be 10 minutes long and we would love to have many first time
41
31
speakers!!
42
32
</ p >
You can’t perform that action at this time.
0 commit comments