mirror of https://github.com/waku-org/waku.org.git
77 lines
1.9 KiB
Plaintext
77 lines
1.9 KiB
Plaintext
---
|
|
title: Events
|
|
description: List of all Waku events
|
|
hide_table_of_contents: true
|
|
hude_title: true
|
|
og:image_subtitle: Events
|
|
---
|
|
|
|
import {
|
|
EventCardList,
|
|
InputCTASection,
|
|
Grid,
|
|
Box,
|
|
} from '@site/src/components/mdx'
|
|
|
|
# Events
|
|
|
|
<head>
|
|
<body className="events event-details no-breadcrumbs" />
|
|
</head>
|
|
|
|
<EventCardList
|
|
current={[
|
|
{
|
|
thumbnail: '/events/eth-latam.png',
|
|
title: 'Waku at ETHDam',
|
|
date: 'Apr 12 - Apr 14\n2024',
|
|
location: 'Amsterdam\nThe Netherlands',
|
|
href: '/events/eth-latam',
|
|
}
|
|
]}
|
|
past={[
|
|
{
|
|
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',
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
]}
|
|
/>
|