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 {
15
15
remote @ your couch
16
16
</ a >
17
17
</ 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 >
19
19
</ div >
20
20
21
21
< Wave />
Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ export default class About extends React.Component {
24
24
share their experience and lessons from real-world projects, each
25
25
talk is 10 mins long.
26
26
</ 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 >
33
27
</ Container >
34
28
</ section >
35
29
) ;
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ export const SPONSORS: Sponsor[][] = [
62
62
name : "Kite Consult" ,
63
63
photo : require ( "Assets/sponsors/kiteconsult.png" ) ,
64
64
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/"
65
71
}
66
72
]
67
73
] ;
You can’t perform that action at this time.
0 commit comments