Skip to content

Commit 06c8301

Browse files
author
lassejaco
committed
rtd updates
1 parent d4b82da commit 06c8301

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

devcon/cms/pages/road_to_devcon.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
---
22
journey:
3-
section_one: "#### Hey there, I'm Deva, the Devcon unicorn. Since the dawn of Devcon I have been a guiding light to the wonderstruck wanderers of Ethereum's vast universe, supporting them to find their tribe and\_community.\n\nDevcon SEA happened in November, but it continues to live via Devcon Satellite Events around the globe.\\\n"
3+
section_one: "#### Hey there, I'm Deva, the Devcon unicorn. Since the dawn of Devcon I have been a guiding light to the wonderstruck wanderers of Ethereum's vast universe, supporting them to find their tribe and\_community.\n\nDevcon SEA happened in November, but it continues to live via Devcon Satellite Events around the globe.\\\\\n"
44
section_two: "## Devcon continues online\n\nDevcon is the Ethereum conference for developers, thinkers, and makers. It is a bi-yearly IRL event, but all Devcon sessions are recorded, so the knowledge continues to live and spread.\n\nAnd with Devcon Satellite Events you can get together with other Ethereum enthusiasts in your city to watch Devcon talks, discuss the key takeaways, learn, and build new\_relationships and networks.\n"
55
section_three: "## What are Devcon Satellite Events?\n\nDevcon Satellite events are meetups and educational initiatives after\_Devcon, organized by active local communities around the globe, who come together to watch the Devcon talk recordings.\n\nThese meetups create\_opportunities to learn and connect. And we want to support high-quality events with funding of up to 1K!\n"
66
section_four: "## Become a leader: Organize a Devcon Satellite Event\n\nIf you are community-driven and passionate about Ethereum's positive impact, we're here to\_support you! This is your call to adventure, to be part of something bigger, something wilder.\n\nWhether you are a long-existing local Ethereum group or want to start one from scratch - Devcon talks are a great reason to get together, connect, and learn about Ethereum.\n\nNow is the time to apply and be a part of building our empowered, decentralized future. \U0001F984\n\n<Buttons\n Button={[\n {\n text: \"Apply For a Grant →\",\n url: \"https://esp.ethereum.foundation/devcon-grants\"\n }\n ]}\n/>\n"
7-
events_table: "The Road to Devcon (RTD) is a series of Ethereum events and educational initiatives leading up to Devcon,\_organized by the local communities in and near Southeast Asia.\n"
7+
events_table: >
8+
The Ethereum community is organizing Devcon Satellite Events to watch the
9+
highlights of Devcon SEA talks in their cities around the world.
10+
11+
12+
Join the Devcon Satellite event near you. Or apply to organize your meetup
13+
**[here](https://esp.ethereum.foundation/devcon-grants "here")**.
814
_template: road_to_devcon
915
---
1016

devcon/src/pages/road-to-devcon.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -482,11 +482,11 @@ const Hero = (props: any) => {
482482

483483
<p className="text-slate-100 mt-4 text-sm">
484484
<Link to="#events" className="text-underline">
485-
Find the event that vibes with you
485+
Check the scheduled Satellite events
486486
</Link>
487-
. Or if you’re missing something…{' '}
487+
...{' '}
488488
<span className="text-underline cursor-pointer" onClick={() => goToSection(3)}>
489-
follow me!
489+
Or apply to organize your own event by following me!
490490
</span>{' '}
491491
🦄✨
492492
</p>
@@ -567,7 +567,7 @@ const EventsTable = React.memo(({ events, pages }: any) => {
567567
return (
568568
<>
569569
<div className="flex justify-between items-center mb-4 gap-2">
570-
<p className="h2">RTD Events</p>
570+
<p className="h2">Devcon Satellite Events</p>
571571
<input
572572
className={`${css['input']} rounded-full p-1.5 text-base lg:text-sm px-4 border-solid border border-slate-300`}
573573
type="text"
@@ -836,9 +836,9 @@ export default pageHOC(function RoadToDevcon(props: any) {
836836
<Gallery />
837837

838838
{/* <div className="border-t border-solid border-bottom border-[#b9b9b9] pb-4" id="grants"> */}
839-
<div className="border-t border-solid border-[#b9b9b9] pb-4" id="grants">
839+
{/* <div className="border-t border-solid border-[#b9b9b9] pb-4" id="grants">
840840
<RoadToDevconGrants pages={grantsPages} />
841-
</div>
841+
</div> */}
842842
</div>
843843
</Page>
844844
</>

0 commit comments

Comments
 (0)