chore: update eth-denver event page

This commit is contained in:
jinhojang6 2024-02-09 01:58:33 +09:00
parent b8154897ff
commit 502fea557c
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 36 additions and 0 deletions

View File

@ -101,6 +101,42 @@ Yet, it doesn't have to be this way. Advances in cryptography, peer-to-peer netw
/>
</Box>
<Box top={{ xs: 32 }}>
<h3>Come to listen to us at these events</h3>
<Box top={{ xs: 16 }}>
<Grid xs={{ cols: 2, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<EventInfo
label="February 29th"
content={
<>
Workable Web3 Summit - Towards Blockchain Usability
<br/><br/>
Kumaraguru T to speak at panel on the importance of designing dapps and protocols which are user friendly and offer interoperable features, at 3:30pm.
<br/><br/>
<a href="https://lu.ma/workable" target="_blank">Register at the event</a>
</>
}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="March 1st"
content={
<>
Building Network States
<br/><br/>
Aaron Bendersky to speak at the “Cultural Economics: How Culture Drives Local & Network Economies” panel at 10:00 am.
<br/><br/><br/>
<a href="https://lu.ma/29qaszqd" target="_blank">Register at the event</a>
</>
}
/>
</Grid.Item>
</Grid>
</Box>
</Box>
<Box top={{ xs: 120 }}>
<Grid
xs={{ cols: 1, gap: '1rem' }}