Skip to content

Commit

Permalink
feat: 10/9 breakout rm update (#21)
Browse files Browse the repository at this point in the history
* feat: 10/9 breakout rm update

* fix: line 91
  • Loading branch information
musik-c authored Oct 8, 2024
1 parent 8a7430d commit ad63bf5
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions src/afterTownHallData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ const data = {
],
communityEvents: [
{
name: 'Andamio',
time: 'Mondays 13:00 UTC',
zoomLink:
'https://us06web.zoom.us/meeting/register/tZwtcemrqTwoG9fYL2pYvrCwQG9u2tJNmqa6#/registration',
name: 'Cardano Over Coffee',
time: 'Weekdays 3:30 UTC',
link: 'https://twitter.com/LidoNation',
description:
'Andamio Cardano Go Live Coding every Monday, a F11 funded proposal, to build Andamio CLI (written in Go) in public.',
},
'Join the Cardano Over Coffee crew on Twitter, supporting the community and newcomers to engage with Cardano and the Catalyst Ecosystem.',
},
{
name: 'Gimbalabs',
time: 'Tuesdays 18:00 UTC',
Expand All @@ -43,11 +42,12 @@ const data = {
'Gimbalabs Playground every Tuesday, an open space for small groups to get together, learn + build in public.',
},
{
name: 'Cardano Over Coffee',
time: 'Weekdays 3:30 UTC',
link: 'https://twitter.com/LidoNation',
name: 'NFT Guild',
time: 'Every other Tuesday 3PM UTC',
zoomLink:
'https://us02web.zoom.us/meeting/register/tZElfu2srzssGNw7jfgpQMdPAA-XJm7L9gKZ#/registration',
description:
'Join the Cardano Over Coffee crew on Twitter, supporting the community and newcomers to engage with Cardano and the Catalyst Ecosystem.',
'An open-format where the community is invited to discuss current topics in the Cardano NFT ecosystem, receive guidance and tips from community veterans.',
},
{
name: '45b Open Hours',
Expand All @@ -63,35 +63,37 @@ const data = {
'https://us06web.zoom.us/meeting/register/tZcrfu2hrDMpHd1v6eebrBGfKWAEMmdhhoYV?_x_zm_rtaid=WJGYusrOR6q_71oXEtVBkg.1714384468859.fa37b2a6d59799c9390a21401df8f7de&_x_zm_rhtaid=612#/registration',
description: "Wada's Web3 Africa weekly. Join us!",
},
{
name: 'ODIN',
time: '1st Thursday of the month 5PM UTC',
zoomLink:
'https://us02web.zoom.us/j/88676315753?pwd=dlcrNTY5U1FwWkhZMzRtUlozZ291dz09',
description:
'Anyone interested in being part of an Open Decentralized Innovation Network that uses Sociocracy 3.0 principles and patterns is welcome to join us!',
},
{
name: 'Eu Cardano Community',
time: 'Date & Time varies',
link: 'https://twitter.com/EuCardano',
description:
'Join the Eu Cardano Community for language themed Twitter spaces! Stay up to date on Twitter! Missing your language? Talk to us and become a host.',
},
],
breakoutRooms: [
{
name: 'NFT Guild',
time: 'Every other Tuesday 3PM UTC',
zoomLink:
'https://us02web.zoom.us/meeting/register/tZElfu2srzssGNw7jfgpQMdPAA-XJm7L9gKZ#/registration',
description:
'An open-format where the community is invited to discuss current topics in the Cardano NFT ecosystem, receive guidance and tips from community veterans.',
name: 'Alternative Catalyst voting schemes with new crypto protocols',
host: 'Catalyst, IOG Research, & Photrek',
description: 'Presenting milestone 3 Analyses of the selected voting schemes with new crypto protocols',
},
{
name: 'ODIN',
time: '1st Thursday of the month 5PM UTC',
zoomLink:
'https://us02web.zoom.us/j/88676315753?pwd=dlcrNTY5U1FwWkhZMzRtUlozZ291dz09',
description:
'Anyone interested in being part of an Open Decentralized Innovation Network that uses Sociocracy 3.0 principles and patterns is welcome to join us!',
name: 'Fund 13 x Cardano Foundation',
host: 'Alex Maaza',
description: 'Building on insights from Fund 12, the Cardano Foundations involvement in Fund 13 focuses on enterprise adoption and deeper engagement. Join us to learn how were driving impactful change and how you can get involved in shaping the ecosystem!',
},
],
breakoutRooms: [
{
name: 'Coming in September',
host: 'To Be Determined',
description: 'Coming Soon',
name: 'PeakChain Blockchain & AI mobility Platform',
host: 'Hichem BenRejeb',
description: 'Join us as we present our Fund 13 Proposals and talk about their impact',
},
{
name: 'Townhall Check-In',
Expand All @@ -116,7 +118,7 @@ const data = {
deadline: 'Breakout Room requests due by Tuesdays 18:00 UTC.',
},
generalInfo: {
date: 'Wednesday October 2nd, 2024',
date: 'Wednesday October 9th, 2024',
upcomingEvent: 'Fund 13: Submit proposals until Oct 10th',
},
};
Expand Down

0 comments on commit ad63bf5

Please sign in to comment.