@@ -8,28 +8,14 @@ subtitle:
88
99# Wny Sponsor EuroPython?
1010<span class = " text-2xl font-bold" >Reach the heart of the European Python ecosystem!</span >
11- <div className = " rounded-lg shadow-md p-5" >
12- <ul className = " space-y-2" >
13- { [
14- " **~1,500** participants from **~50** countries" ,
15- " **24th** edition – the world’s **longest-running** Python conference" ,
16- " **190+** speakers across diverse Python topics" ,
17- " **40K+** social media followers" ,
18- " **34K** YouTube subscribers and **4M+** YouTube views" ,
19- " **25%** of participants from underrepresented groups in tech"
20- ].map ((stat , index ) => (
21- <li key = { index } className = " flex items-start gap-3" >
22- <span className = " mr-2" >📌</span >
23- <span >
24- { stat .split (/ \*\* (. *? )\*\* / g ).map ((part , i ) =>
25- i % 2 === 1 ? <strong key = { i } >{ part } </strong > : part
26- )}
27- </span >
28- </li >
29- ))}
30- </ul >
31- </div >
32-
11+ <HighlightCard >
12+ <HighlightItem >** ~ 1,500** participants from ** ~ 50** countries</HighlightItem >
13+ <HighlightItem >** 24th** edition – the world’s ** longest-running** Python conference</HighlightItem >
14+ <HighlightItem >** 190+** speakers across diverse Python topics</HighlightItem >
15+ <HighlightItem >** 40K+** social media followers</HighlightItem >
16+ <HighlightItem >** 34K** YouTube subscribers and ** 4M+** YouTube views</HighlightItem >
17+ <HighlightItem >** 25%** of participants from underrepresented groups in tech</HighlightItem >
18+ </HighlightCard >
3319
3420Join ** EuroPython 2025 from 14 – 20 July** at the Prague Congress Centre (PCC) to connect, showcase your company, and shape the future of Python!
3521
0 commit comments