File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
<meta http-equiv =" Content-type" content =" text/html; charset=utf-8" />
6
6
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" />
7
7
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
8
- <title >Berlin Python Pizza Night 🌃</title >
8
+ <title >Berlin Python Pizza 🌃</title >
9
9
<link rel =" apple-touch-icon" sizes =" 180x180" href =" /apple-touch-icon.png?v=2" />
10
10
<link rel =" icon" type =" image/png" sizes =" 32x32" href =" /favicon-32x32.png?v=2" />
11
11
<link rel =" icon" type =" image/png" sizes =" 16x16" href =" /favicon-16x16.png?v=2" />
47
47
</script >
48
48
</body >
49
49
50
- </html >
50
+ </html >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " berlin.python.pizza" ,
3
- "version" : " 2019 " ,
3
+ "version" : " 2020 " ,
4
4
"main" : " src/index.js" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
35
35
"typescript-eslint-parser" : " 16.0.0" ,
36
36
"yarn" : " ^1.17.3"
37
37
}
38
- }
38
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default class Hero extends React.Component {
9
9
return (
10
10
< div className = "hero" >
11
11
< div className = "hero--info" >
12
- < h1 > Python Pizza Night </ h1 >
12
+ < h1 > Python Pizza</ h1 >
13
13
< h2 >
14
14
Berlin @ Wooga < br />
15
15
< a href = "https://goo.gl/maps/mkQP66yAnXGHdK9w6" target = "_blank" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default class Schedule extends React.Component {
8
8
render ( ) {
9
9
return (
10
10
< section id = "schedule" className = "schedule" >
11
- < Container size = { Sizes . large } >
11
+ < Container size = { Sizes . medium } >
12
12
< Container size = { Sizes . small } >
13
13
< h1 > Schedule</ h1 >
14
14
</ Container >
@@ -21,8 +21,8 @@ export default class Schedule extends React.Component {
21
21
/>
22
22
))}
23
23
</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 >
26
26
</ Container >
27
27
</ section >
28
28
) ;
You can’t perform that action at this time.
0 commit comments