|
1 | 1 | ---
|
2 |
| -import { Icon } from "astro-icon/components"; |
| 2 | +import {Icon} from "astro-icon/components"; |
3 | 3 | import ContentSection from "~/components/content-section.astro";
|
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <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 | + |
30 | 24 | </ContentSection>
|
0 commit comments