Skip to content

Commit 6d86eb9

Browse files
committed
ocs: about us section
1 parent 454dd25 commit 6d86eb9

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

src/components/aboutus.astro

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,23 @@ import ContentSection from "~/components/content-section.astro";
66
<ContentSection title="About Us" id="aboutus">
77
<Icon slot="eyebrow" name="logo_small" class="size-32"/>
88
<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>
1314

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>
1921

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>
2226
</Fragment>
2327

2428
</ContentSection>

0 commit comments

Comments
 (0)