waku.org/root-pages/events/index.mdx

77 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-01-30 16:17:58 +00:00
---
title: Events
description: List of all Waku events
hide_table_of_contents: true
hude_title: true
2024-01-31 09:51:16 +00:00
og:image_subtitle: Events
2024-01-30 16:17:58 +00:00
---
import {
EventCardList,
2024-03-21 20:05:05 +00:00
InputCTASection,
2024-01-30 16:17:58 +00:00
Grid,
Box,
} from '@site/src/components/mdx'
# Events
<head>
2024-04-23 16:59:04 +00:00
<body className="events event-details" />
2024-01-30 16:17:58 +00:00
</head>
<EventCardList
2024-04-23 16:59:04 +00:00
current={[
2024-02-16 14:16:30 +00:00
{
2024-04-23 16:59:04 +00:00
thumbnail: '/events/eth-latam.png',
title: 'Waku at ETHDam',
date: 'Apr 12 - Apr 14\n2024',
location: 'Amsterdam\nThe Netherlands',
href: '/events/eth-latam',
}
]}
past={[
{
2024-02-16 14:16:30 +00:00
thumbnail: '/events/eth-latam.png',
2024-02-19 07:00:04 +00:00
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
2024-02-16 14:16:30 +00:00
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
2024-04-23 16:59:04 +00:00
{
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
{
thumbnail: '/events/eth-latam.png',
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
{
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
{
thumbnail: '/events/eth-latam.png',
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
{
2024-02-27 14:13:59 +00:00
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
2024-01-30 16:17:58 +00:00
]}
/>