mirror of https://github.com/waku-org/waku.org.git
42 lines
798 B
Plaintext
42 lines
798 B
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
|
|
|
|
List of all Waku events
|
|
|
|
<head>
|
|
<body className="events" />
|
|
</head>
|
|
|
|
<EventCardList
|
|
data={[
|
|
{
|
|
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',
|
|
},
|
|
]}
|
|
/>
|