Skip to content

Commit 7b8606e

Browse files
committed
Add new sponsor and link to TZ
1 parent 7474088 commit 7b8606e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

assets/sponsors/vonage.png

37.8 KB
Loading

src/Components/Hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

src/Components/Home/Sections/About.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
);

src/dataset.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)