File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
4747 </script >
4848</body >
4949
50- </html >
50+ </html >
Original file line number Diff line number Diff line change 11{
22 "name" : " berlin.python.pizza" ,
3- "version" : " 2019 " ,
3+ "version" : " 2020 " ,
44 "main" : " src/index.js" ,
55 "license" : " MIT" ,
66 "scripts" : {
3535 "typescript-eslint-parser" : " 16.0.0" ,
3636 "yarn" : " ^1.17.3"
3737 }
38- }
38+ }
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments