@@ -15,72 +15,6 @@ const action2 = "https://www.youtube.com/watch?v=laSzm-raS5A";
1515 class =" bg-icons relative flex flex-col items-center justify-center"
1616 style =" "
1717 >
18- <div class =" absolute inset-0 overflow-hidden -z-10" >
19- <!-- Left side icons -->
20- <svg
21- class =" bg-icon top-[5%] left-[15%] rotate-[23deg] xl:block hidden"
22- viewBox =" -40 -40 200 200"
23- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
24- >{ " {}" } </text
25- ></svg
26- >
27- <svg
28- class =" bg-icon top-[30%] left-[5%] rotate-[42deg] xl:block hidden"
29- viewBox =" -40 -40 200 200"
30- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
31- >#</text
32- ></svg
33- >
34- <svg
35- class =" bg-icon bottom-[30%] left-[18%] rotate-[15deg] xl:block hidden"
36- viewBox =" -40 -40 200 200"
37- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
38- >< /> </text
39- ></svg
40- >
41- <svg
42- class =" bg-icon bottom-[5%] left-[7%] rotate-[10deg] xl:block hidden"
43- viewBox =" -40 -40 200 200"
44- ><text
45- x =" 10"
46- y =" 50"
47- font-size =" 80"
48- font-weight =" bold"
49- fill =" #A0B7E9"
50- set:html ={ " ..." }
51- /></svg
52- >
53-
54- <!-- Right side icons -->
55- <svg
56- class =" bg-icon top-[5%] right-[17%] rotate-[30deg] xl:block hidden"
57- viewBox =" -40 -40 200 200"
58- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
59- >< /> </text
60- ></svg
61- >
62- <svg
63- class =" bg-icon top-[30%] right-[6%] rotate-[15deg] xl:block hidden"
64- viewBox =" -40 -40 200 200"
65- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
66- >:=</text
67- ></svg
68- >
69- <svg
70- class =" bg-icon bottom-[30%] right-[20%] rotate-[45deg] xl:block hidden"
71- viewBox =" -40 -40 200 200"
72- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
73- >>>> </text
74- ></svg
75- >
76- <svg
77- class =" bg-icon bottom-[5%] right-[8%] rotate-[33deg] xl:block hidden"
78- viewBox =" -40 -40 200 200"
79- ><text x =" 10" y =" 50" font-size =" 80" font-weight =" bold" fill =" #A0B7E9"
80- >ƒ(x)</text
81- ></svg
82- >
83- </div >
8418 <div class =" prose-xl relative z-10 text-center" >
8519 <div class =" grid md:flex items-center space-x-3 p-10 md:mt-0 justify-center" >
8620 <div class =" flex items-center justify-center" >
@@ -93,20 +27,20 @@ const action2 = "https://www.youtube.com/watch?v=laSzm-raS5A";
9327 />
9428 </div >
9529 <h1
96- class =" text-6xl md:text-8xl lg:text-9xl mb-0 font-bold "
30+ class =" text-6xl md:text-8xl lg:text-9xl mb-0"
9731 >
9832 EuroPython
9933 </h1 >
10034 </div >
10135 <p
10236 class =" max-w-2xl mx-10 md:mx-40 text-center text-xl text-gray-700 -mt-6"
10337 >
104- EuroPython 2026 is coming to Krakow ! Join thousands of Python enthusiasts for a week of learning, networking, and community. Stay tuned for more details!
38+ EuroPython 2026 is coming to Kraków ! Join thousands of Python enthusiasts for a week of learning, networking, and community. Stay tuned for more details!
10539 </p >
10640 </div >
10741 <!-- First 2x1 Grid -->
10842 <div class =" grid grid-cols-1 md:grid-cols-2 gap-4 mx-6 my-10" >
109- <IconWithLabel icon =" map-pin" label =" Krakow , Poland" />
43+ <IconWithLabel icon =" map-pin" label =" Kraków , Poland" />
11044 <IconWithLabel icon =" calendar-days" label =" 13-19 July, 2026" />
11145 </div >
11246
0 commit comments