Skip to content

Commit

Permalink
rtd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 17, 2024
1 parent d4b82da commit 06c8301
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions devcon/cms/pages/road_to_devcon.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
---
journey:
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"
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"
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"
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"
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"
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"
events_table: >
The Ethereum community is organizing Devcon Satellite Events to watch the
highlights of Devcon SEA talks in their cities around the world.
Join the Devcon Satellite event near you. Or apply to organize your meetup
**[here](https://esp.ethereum.foundation/devcon-grants "here")**.
_template: road_to_devcon
---

12 changes: 6 additions & 6 deletions devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,11 @@ const Hero = (props: any) => {

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

{/* <div className="border-t border-solid border-bottom border-[#b9b9b9] pb-4" id="grants"> */}
<div className="border-t border-solid border-[#b9b9b9] pb-4" id="grants">
{/* <div className="border-t border-solid border-[#b9b9b9] pb-4" id="grants">
<RoadToDevconGrants pages={grantsPages} />
</div>
</div> */}
</div>
</Page>
</>
Expand Down

0 comments on commit 06c8301

Please sign in to comment.