@@ -6,19 +6,23 @@ import ContentSection from "~/components/content-section.astro";
6
6
<ContentSection title =" About Us" id =" aboutus" >
7
7
<Icon slot =" eyebrow" name =" logo_small" class =" size-32" />
8
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 😅
9
+ <p >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
11
+ <span class =" text-primary" >programming
12
+ language</span >
13
+ that brings us so many laughs and heartaches 😅</p >
13
14
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.
15
+ <p >We talk, debate and also organize workshops to practice and put to
16
+ the
17
+ test new technologies.
18
+ In the end, we share experiences related to the IT world, especially
19
+ with <span class =" text-primary" >Java</span >J,
20
+ but not only with this language.</p >
19
21
20
- If you like to discuss, share, ask questions, or just have a good time,
21
- we're open to your suggestions.
22
+ <p >If you like to discuss, share, ask questions, or just have a good
23
+ time,
24
+ <span class =" text-primary" >we're open to your suggestions.</span >
25
+ </p >
22
26
</Fragment >
23
27
24
28
</ContentSection >
0 commit comments