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 2222 <meta property =" og:title" content =" Python Pizza" />
2323 <meta property =" og:type" content =" website" />
2424 <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" />
2626 <meta property =" og:image:width" content =" 1640" />
2727 <meta property =" og:image:height" content =" 624" />
2828 <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 {
99 return (
1010 < div className = "hero" >
1111 < div className = "hero--info" >
12- < h1 > Remote Python Pizza</ h1 >
12+ < h1 > Python Pizza</ h1 >
1313 < h2 >
1414 < a target = "_blank" rel = "noopener noreferrer" >
15- 🌍 @ directly from your couch/desk/table
15+ remote edition, directly from your couch
1616 </ a >
1717 </ h2 >
18- < h2 > 9 May 2020 - 9 - 18 CET</ h2 >
18+ < h2 > 9 May 2020 - 9:00 CET</ h2 >
1919 </ div >
2020
2121 < Wave />
Original file line number Diff line number Diff line change @@ -15,16 +15,6 @@ export default class Speakers extends React.Component {
1515 return (
1616 < section id = "speakers" className = "speakers" >
1717 < 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- }
2818 < Container size = { Sizes . small } >
2919 < h1 > Speakers</ h1 >
3020 < p >
@@ -36,7 +26,7 @@ export default class Speakers extends React.Component {
3626 >
3727 CFP
3828 </ 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
4030 be 10 minutes long and we would love to have many first time
4131 speakers!!
4232 </ p >
You can’t perform that action at this time.
0 commit comments