Skip to content

Commit a34f720

Browse files
committed
docs: about us section
1 parent 5d86850 commit a34f720

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

src/components/aboutus.astro

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
11
---
2-
import { Icon } from "astro-icon/components";
2+
import {Icon} from "astro-icon/components";
33
import ContentSection from "~/components/content-section.astro";
44
---
55

66
<ContentSection title="About Us" id="aboutus">
7-
<Icon slot="eyebrow" name="logo_small" class="size-32" />
8-
<Fragment slot="lead">
9-
About us 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.
13-
</Fragment>
14-
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
15-
<a
16-
href="https://docs.astro.build/"
17-
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
18-
>
19-
<Icon name="mdi:telescope" class="size-8" />
20-
<span>Read the docs</span>
21-
</a>
22-
<a
23-
href="https://astro.new/"
24-
class="flex items-center justify-center gap-3 border-2 border-current px-6 py-4"
25-
>
26-
<Icon name="mdi:rocket" class="size-8" />
27-
<span>Try it out</span>
28-
</a>
29-
</div>
7+
<Icon slot="eyebrow" name="logo_small" class="size-32"/>
8+
<Fragment slot="lead">
9+
We're a group of geeks from the condal city who want to share
10+
experiences and knowledge related to the IT world and this programming
11+
language
12+
that brings us so many laughs and heartaches 😅
13+
14+
We talk, debate and also organize workshops to practice and put to the
15+
test new technologies.
16+
In the end, we share experiences related to the IT world, especially
17+
with Java,
18+
but not only with this language.
19+
20+
If you like to discuss, share, ask questions, or just have a good time,
21+
we're open to your suggestions.
22+
</Fragment>
23+
3024
</ContentSection>

0 commit comments

Comments
 (0)