Skip to content

Commit 68fd190

Browse files
authored
Merge pull request #12491 from ethereum/ethbratislava
Add ETHBratislava to events
2 parents 4bf0144 + 1de33f1 commit 68fd190

File tree

1 file changed

+9
-89
lines changed

1 file changed

+9
-89
lines changed

src/data/community-events.ts

Lines changed: 9 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,6 @@
11
import { CommunityConference } from "@/lib/types"
22

33
const communityConferences: CommunityConference[] = [
4-
{
5-
title: "ETH Cinco de Mayo",
6-
startDate: "2024-02-02",
7-
endDate: "2024-02-04",
8-
to: "https://ethcincodemayo.com/",
9-
location: "Cholula, Puebla",
10-
description:
11-
"A perfect combination of competition, workshops, networking, entrepreneurship and culture!",
12-
},
13-
{
14-
title: "Circuit Breaker",
15-
to: "https://ethglobal.com/events/circuitbreaker",
16-
location: "Remote",
17-
description:
18-
"It’s finally the time to do a dedicated event all about Zero Knowledge Proofs. Build, learn, and understand how to write ZK Circuits at Circuit Breaker and play a role in making ZK Tooling better. Join us for the month of Feb to do everything ZK.",
19-
startDate: "2024-2-2",
20-
endDate: "2024-2-21",
21-
},
22-
{
23-
title: "ETH Lima Day",
24-
startDate: "2024-02-03",
25-
endDate: "2024-02-03",
26-
to: "https://ethlima.org",
27-
location: "Lima, PE",
28-
description:
29-
"In Ethereum Lima, we are united by the will to create a community that can take advantage of the opportunities of the technological revolution that comes with blockchain, and particularly with Ethereum.",
30-
},
31-
{
32-
title: "NFT Paris",
33-
startDate: "2024-02-23",
34-
endDate: "2024-02-24",
35-
to: "https://nftparis.xyz",
36-
location: "Paris, FR",
37-
description:
38-
"Where Finance, Gaming, Art, Fashion, Sport , Media converge to celebrate the era of digital assets.",
39-
},
40-
{
41-
title: "ETHDenver",
42-
startDate: "2024-02-23",
43-
endDate: "2024-03-03",
44-
to: "https://ethdenver.com",
45-
location: "Denver, CO, USA",
46-
description:
47-
"ETHDenver celebrates the convergence of blockchain, culture, and education. Located in the heart of Denver, Colorado, ETHDenver is the premiere destination for #BUIDLing the decentralized future..",
48-
},
49-
{
50-
title: "Pragma Denver",
51-
to: "https://ethglobal.com/events/pragma-denver",
52-
location: "Denver, Colorado",
53-
description:
54-
"Our first IRL event of the year will be our One Day Founders Only Pragma conference in Denver just before the big weekend. We’re excited to show you our new format for how we believe amazing content focused web3 summits should be executed!",
55-
startDate: "2024-2-28",
56-
endDate: "2024-2-28",
57-
},
58-
{
59-
title: "ETH Latam",
60-
startDate: "2024-03-13",
61-
endDate: "2024-03-14",
62-
to: "https://ethlatam.org/#/honduras",
63-
location: "San Pedro Sula, HN",
64-
description:
65-
"ETH Latam brings together the global community of creators and educators with the most vibrant crypto communities in the world, who use Ethereum protocols and technology in their daily lives, providing real solutions to real problems.",
66-
},
67-
{
68-
title: "Pragma London",
69-
to: "https://ethglobal.com/events/pragma-london",
70-
location: "London, United Kingdom",
71-
description:
72-
"Pragma is a one-day, single-track, in-person summit hosted by ETHGlobal. With a focus on intimacy, Pragma serves as a hub for high-quality talks and as a forum of discussion for builders and leaders from Ethereum ecosystem and beyond. Join us on Pi Day in London to catchup on all things pushing this ecosystem forward",
73-
startDate: "2024-3-14",
74-
endDate: "2024-3-14",
75-
},
76-
{
77-
title: "ETHGlobal London",
78-
to: "https://ethglobal.com/events/london2024",
79-
location: "London, United Kingdom",
80-
description:
81-
"ETHGlobal London is going to be an event full of hacking, networking, side events and fun activities. We are excited to be back in London for our inaugural event of 2024, marking our first return since 2020.",
82-
startDate: "2024-3-15",
83-
endDate: "2024-3-17",
84-
},
854
{
865
title: "ETH Canal",
876
startDate: "2024-03-19",
@@ -91,14 +10,6 @@ const communityConferences: CommunityConference[] = [
9110
description:
9211
"Experience three transformative where the Ethereum community gathers in Panama, to discuss blockchain innovation.",
9312
},
94-
{
95-
title: "ETHVietnam",
96-
startDate: "2024-03-16",
97-
endDate: "2024-03-17",
98-
to: "https://www.eth-vietnam.com/",
99-
location: "Hanoi, Vietnam",
100-
description: "ETH Community in SEA to #Build, #Learn and #Share together.",
101-
},
10213
{
10314
title: "ETHTaipei",
10415
startDate: "2024-03-21",
@@ -457,6 +368,15 @@ const communityConferences: CommunityConference[] = [
457368
startDate: "TBD",
458369
endDate: "TBD",
459370
},
371+
{
372+
title: "ETHBratislava",
373+
to: "http://www.ethbratislava.com/",
374+
location: "Bratislava, Slovakia",
375+
description:
376+
"With this pioneering event in Slovakia we are finally uniting a passionate community engaged in the Ethereum ecosystem's economics, governance, and technology.",
377+
startDate: "2024-05-10",
378+
endDate: "2024-05-11",
379+
},
460380
{
461381
title: "NapulETH Open Village",
462382
to: "https://napul.eth.limo",

0 commit comments

Comments
 (0)