File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default class Hero extends React.Component {
1515 remote @ your couch
1616 </ a >
1717 </ h2 >
18- < h2 > 25 April 2020 - < i > starting at</ i > 08:00 UTC</ h2 >
18+ < h2 > 25 April 2020 - < a target = "_blank" rel = "noopener noreferrer" href = "https://everytimezone.com/s/87ccaec8" > < i > starting at 08:00 UTC</ i > </ a > </ h2 >
1919 </ div >
2020
2121 < Wave />
Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ export default class About extends React.Component {
2424 share their experience and lessons from real-world projects, each
2525 talk is 10 mins long.
2626 </ p >
27- < p >
28- Programe out 10th April.
29- </ p >
30- < p >
31- Thanks to the Python Pizza (Naples!) that started this format!
32- </ p >
3327 </ Container >
3428 </ section >
3529 ) ;
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ export const SPONSORS: Sponsor[][] = [
6262 name : "Kite Consult" ,
6363 photo : require ( "Assets/sponsors/kiteconsult.png" ) ,
6464 link : "https://kite-consult.de/en/"
65+ } ,
66+ {
67+ id : "Vonage" ,
68+ name : "Voonage" ,
69+ photo : require ( "Assets/sponsors/vonage.png" ) ,
70+ link : "https://www.vonage.com/"
6571 }
6672 ]
6773] ;
You can’t perform that action at this time.
0 commit comments