mirror of https://github.com/waku-org/waku.org.git
feat: update events page
This commit is contained in:
parent
d5b781cd4a
commit
c4d7e0d863
|
@ -5,7 +5,7 @@ require('dotenv').config()
|
|||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Waku',
|
||||
url: 'https://url',
|
||||
url: 'https://waku.org',
|
||||
baseUrl: '/',
|
||||
|
||||
markdown: {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@acid-info/docusaurus-fathom": "^1.0.0-alpha.111",
|
||||
"@acid-info/logos-docusaurus-preset": "v1.0.0-alpha.162",
|
||||
"@acid-info/logos-docusaurus-preset": "v1.0.0-alpha.164",
|
||||
"@docusaurus/theme-mermaid": "^2.4.1",
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
|
|
|
@ -15,22 +15,57 @@ import {
|
|||
|
||||
# Events
|
||||
|
||||
List of all Waku events
|
||||
|
||||
<head>
|
||||
<body className="events" />
|
||||
<body className="events event-details" />
|
||||
</head>
|
||||
|
||||
<EventCardList
|
||||
data={[
|
||||
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',
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -36,14 +36,14 @@
|
|||
satori "^0.10.1"
|
||||
sharp "^0.32.1"
|
||||
|
||||
"@acid-info/logos-docusaurus-preset@v1.0.0-alpha.162":
|
||||
version "1.0.0-alpha.162"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.162.tgz#b2125cac7456a38f8d50ee1fda95682756252108"
|
||||
integrity sha512-laY/l2j8kFjdY7Ri0/YPBOsHd3Ol2sSdX4/T1Bgb2pPM2bw3I1sEAB2jxw3C0YklqLvFBCjBCmPYRb4lwWixXg==
|
||||
"@acid-info/logos-docusaurus-preset@v1.0.0-alpha.164":
|
||||
version "1.0.0-alpha.164"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-alpha.164.tgz#c1a89080e8d699fc5427ffb9144e2781f0c45552"
|
||||
integrity sha512-Nj+ToisF0zQR4/rCpSrfk+D4xstT9iVzHYjcCrF4b1zB1Xw1Qkv5v1ROaKSFf4XkDA1fIBoAEmmq7LI62VLTDA==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.131"
|
||||
"@acid-info/logos-docusaurus-search-local" "^1.0.0-alpha.111"
|
||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.162"
|
||||
"@acid-info/logos-docusaurus-theme" "^1.0.0-alpha.164"
|
||||
"@docusaurus/core" "^2.4.1"
|
||||
"@docusaurus/module-type-aliases" "^2.4.1"
|
||||
"@docusaurus/preset-classic" "^2.4.1"
|
||||
|
@ -71,10 +71,10 @@
|
|||
"@easyops-cn/docusaurus-search-local" "^0.33.6"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.162":
|
||||
version "1.0.0-alpha.162"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.162.tgz#eb6b57526c5d23a576a3f070e8cd4efe24aec806"
|
||||
integrity sha512-jixawhnNsLsgttWEU4F5L1PrKtwfkdL29BAQ7zcaIHw7sAXr1A+O/kjQmkNfj6iXv239gg3YllTkpkPfZVBBfA==
|
||||
"@acid-info/logos-docusaurus-theme@^1.0.0-alpha.164":
|
||||
version "1.0.0-alpha.164"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-alpha.164.tgz#1274efbe08caee76651ec26024ce48a2015f830b"
|
||||
integrity sha512-7QN4nTyuLva+DZZwvi/qTHXN5j8WeGk/n2W1zrIbxCseU25XpT/D/JY+nqfDrcfuCYj06ztKqJCfhivXRHOUBw==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "^1.0.0-alpha.131"
|
||||
"@acid-info/lsd-react" "^0.1.0-beta.3"
|
||||
|
@ -1716,7 +1716,7 @@
|
|||
"@docusaurus/theme-search-algolia" "2.4.3"
|
||||
"@docusaurus/types" "2.4.3"
|
||||
|
||||
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
|
||||
"@docusaurus/react-loadable@5.5.2":
|
||||
version "5.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
|
||||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
|
||||
|
@ -10842,6 +10842,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.10.3"
|
||||
|
||||
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
|
||||
version "5.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
|
||||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
prop-types "^15.6.2"
|
||||
|
||||
react-merge-refs@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/react-merge-refs/-/react-merge-refs-1.1.0.tgz#73d88b892c6c68cbb7a66e0800faa374f4c38b06"
|
||||
|
|
Loading…
Reference in New Issue