@@ -6,25 +6,25 @@ import ContentSection from "~/components/content-section.astro";
6
6
<ContentSection title =" Contribute" id =" contribute" >
7
7
<Icon slot =" eyebrow" name =" logo_small" class =" size-32" />
8
8
<Fragment slot =" lead" >
9
- Contribute section!
10
- <span class =" text-primary" >modern </span > web.
11
- < span class = " text-primary " >Lightning-fast</ span >
12
- performance meets <span class =" text-primary" >powerful </span > developer experience .
9
+ We're open to contributions from < span class = " text-primary " >anyone</ span >
10
+ Either if you have a <span class =" text-primary" >meetup </span > idea, or if
11
+ you
12
+ are interested in our github <span class =" text-primary" >projects </span >.
13
13
</Fragment >
14
14
<div class =" grid grid-cols-1 gap-2 sm:grid-cols-2" >
15
15
<a
16
- href =" https://docs.astro.build /"
16
+ href =" https://www.meetup.com/fr-FR/barcelonajug /"
17
17
class =" flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
18
18
>
19
- <Icon name =" mdi:telescope " class =" size-8" />
20
- <span >Read the docs </span >
19
+ <Icon name =" fa-brands:meetup " class =" size-8" />
20
+ <span >Attend our meetups </span >
21
21
</a >
22
22
<a
23
- href =" https://astro.new/ "
23
+ href =" https://github.com/barcelonajug "
24
24
class =" flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
25
25
>
26
- <Icon name =" mdi:rocket " class =" size-8" />
27
- <span >Try it out </span >
26
+ <Icon name =" mdi:github " class =" size-8" />
27
+ <span >Contribute to our projects </span >
28
28
</a >
29
29
</div >
30
30
</ContentSection >
0 commit comments