Skip to content

Commit

Permalink
devcon adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 4, 2024
1 parent 704a276 commit 56d7adb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions devcon/cms/pages/past_events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
section1:
about: "## **Devcon Editions**\n\n## Everything began in Berlin Kreuzberg in 2014 when the co-founders and earliest builders of Ethereum came together for a meet-up they named Devcon 0. Since then, Devcon has rotated the world. The journey went from Berlin to London, Shanghai, Cancún, Prague, Osaka and Bogotá. Each location brings something unique to the developer conference.\n\nYou might want to check out some details about Devcon’s history. Read on below for summaries of past editions, or head to the\_**[Devcon Archive](https://archive.devcon.org/archive)** to watch round-up videos, talks, and presentations.\n\n<Buttons\n Button={[\n { text: \"Video Archive\", url: \"https://archive.devcon.org\", color: \"green-1\" }\n ]}\n/>\n"
events:
- title: Devcon SEA
description: >
With 12,500 attendees, the numbers have doubled since the previous Devcon
two years ago. 60% of Devcon SEA's attendees experienced their first-ever
Devcon, and participants represented 135 countries, making this the most
global and diverse Devcon to date. The involvement of the Ethereum
community was stronger than ever before, with 17 Community Hubs, 70 Impact
Spaces, 19 accepted DIPs, 6 Community-Led Sessions, and 300+ hours of
content in total.
button: Watch
button_link: 'https://app.devcon.org/schedule'
image: /cms-assets/programming.jpg
- title: Devcon VI
description: >
After a three-year-long pause, we emerged from the pandemic stronger than
Expand Down
Binary file added devcon/public/cms-assets/programming.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const StatsAnimation = () => {
<span className={css['number']}>750&nbsp;</span> Speakers
</div>
<div id="box2" className={`${css['element']} flex items-center justify-center ${css['teal']}`}>
<span className={css['number']}>3000&nbsp;</span> Hours of Content
<span className={css['number']}>300+&nbsp;</span> Hours of Content
</div>
<div id="box3" className={`${css['element']} flex items-center justify-center ${css['red']}`}>
<span className={css['number']}>04&nbsp;</span>Days
Expand All @@ -269,7 +269,7 @@ const StatsAnimation = () => {
<span className={css['number']}>21&nbsp;</span>DIPs
</div>
<div id="box9" className={`${css['element']} flex items-center justify-center ${css['blue-2']}`}>
<span className={css['number']}>130&nbsp;</span> Countries Represented
<span className={css['number']}>135&nbsp;</span> Countries Represented
</div>
<div id="box10" className={`${css['element']} flex items-center justify-center ${css['red']}`}>
<span className={css['number']}>10&nbsp;</span>Tracks
Expand Down
6 changes: 3 additions & 3 deletions devcon/src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ export default pageHOC(function AboutPage(props: any) {
},
{
Icon: IconCovid,
title: 'Devcon 6',
right: <span className={css['theme-colored']}>2022</span>,
title: 'Devcon 7',
right: <span className={css['theme-colored']}>2024</span>,
},
{
Icon: IconManAtDesk,
title: intl('about_past_editions'),
right: <span className={css['theme-colored']}>7</span>,
right: <span className={css['theme-colored']}>8</span>,
},
{
Icon: IconGlobe,
Expand Down

0 comments on commit 56d7adb

Please sign in to comment.