Skip to content

Commit 90bea03

Browse files
committed
docs: contribute section
1 parent 62fa82a commit 90bea03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/contribute.astro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ import ContentSection from "~/components/content-section.astro";
66
<ContentSection title="Contribute" id="contribute">
77
<Icon slot="eyebrow" name="logo_small" class="size-32" />
88
<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>.
1313
</Fragment>
1414
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
1515
<a
16-
href="https://docs.astro.build/"
16+
href="https://www.meetup.com/fr-FR/barcelonajug/"
1717
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
1818
>
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>
2121
</a>
2222
<a
23-
href="https://astro.new/"
23+
href="https://github.com/barcelonajug"
2424
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
2525
>
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>
2828
</a>
2929
</div>
3030
</ContentSection>

0 commit comments

Comments
 (0)