Skip to content

Commit 1a65af8

Browse files
committed
Update cta and end of cfp
1 parent 8793d00 commit 1a65af8

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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" />

src/Components/Hero/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 />

src/Components/Home/Sections/Speakers.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)