Skip to content

Commit d3fd459

Browse files
author
Caio Henrique Konyosi Miyashiro
authored
Merge pull request #8 from pythonpizza/draft-2020-suggestions
Draft 2020 suggestions
2 parents d58a885 + f28dc86 commit d3fd459

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<title>Berlin Python Pizza Night 🌃</title>
8+
<title>Berlin Python Pizza 🌃</title>
99
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
1010
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2" />
1111
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2" />
@@ -47,4 +47,4 @@
4747
</script>
4848
</body>
4949

50-
</html>
50+
</html>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "berlin.python.pizza",
3-
"version": "2019",
3+
"version": "2020",
44
"main": "src/index.js",
55
"license": "MIT",
66
"scripts": {
@@ -35,4 +35,4 @@
3535
"typescript-eslint-parser": "16.0.0",
3636
"yarn": "^1.17.3"
3737
}
38-
}
38+
}

src/Components/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class Hero extends React.Component {
99
return (
1010
<div className="hero">
1111
<div className="hero--info">
12-
<h1>Python Pizza Night</h1>
12+
<h1>Python Pizza</h1>
1313
<h2>
1414
Berlin @ Wooga <br />
1515
<a href="https://goo.gl/maps/mkQP66yAnXGHdK9w6" target="_blank">

src/Components/Home/Sections/Schedule.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class Schedule extends React.Component {
88
render() {
99
return (
1010
<section id="schedule" className="schedule">
11-
<Container size={Sizes.large}>
11+
<Container size={Sizes.medium}>
1212
<Container size={Sizes.small}>
1313
<h1>Schedule</h1>
1414
</Container>
@@ -21,8 +21,8 @@ export default class Schedule extends React.Component {
2121
/>
2222
))}
2323
</ul> */}
24-
<h2 align="center">Coming soon! <a href="https://forms.gle/um1jAQXWrGpM7qwg6" target="_blank">Apply here for a talk.</a> </h2><br />
25-
<h2 align="center">Each talk will be 10 minutes long and we would love to have many first time speakers!!</h2>
24+
<p><b>Coming soon! <a href="https://forms.gle/um1jAQXWrGpM7qwg6" target="_blank">Apply here for a talk.</a></b></p>
25+
<p>Each talk will be 10 minutes long and we would love to have many first time speakers!</p>
2626
</Container>
2727
</section >
2828
);

0 commit comments

Comments
 (0)