Skip to content

Commit 8457b25

Browse files
committed
Use a slightly different approach for intro text
1 parent 2bd440d commit 8457b25

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

pages/about.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ export default ({ children }) => {
1212

1313
# About me
1414

15-
{<Text size="l"> Hey there! 👋 I’m Sergio, a software engineer from Oviedo, Spain. I’ve worked in technology for over a
16-
decade and had the luck to work in different product companies at various stages and positions (from junior engineer to
17-
CTO!). I’m currently working at <Link href="https://github.com">GitHub</Link> as a Senior Software Engineer.</Text>}
15+
<div style={{ fontSize: "var(--fs-l)", marginBottom: "1rem" }}>
16+
Hey there! 👋 I’m Sergio, a software engineer from Oviedo, Spain. I’ve worked in technology for over a decade and had
17+
the luck to work in different product companies at various stages and positions (from junior engineer to CTO!). I’m
18+
currently working at [GitHub](https://github.com) as a Senior Software Engineer.
19+
</div>
1820

1921
My main interests are software design, product development (I have not only worked at product companies but also on
2022
multiple side projects), and team leadership. I have experience coaching and mentoring software teams. I’m a strong

pages/ai.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ export default ({ children }) => {
1212

1313
# How I use AI
1414

15-
{<Text size="l">On this live page (inspired by <Link href="https://sive.rs/ai">Derek Sivers</Link> and
16-
17-
<Link href="https://www.bydamo.la/p/ai-manifesto">Damola Morenikeji</Link>), I’m sharing how I use AI in my day-to-day
18-
work, and which parts of my output can be considered AI-created, AI-enhanced, or entirely non-AI generated.</Text>}
15+
<div style={{ fontSize: "var(--fs-l)", marginBottom: "1rem" }}>
16+
On this live page (inspired by [Derek Sivers](https://sive.rs/ai) and [Damola
17+
Morenikeji](https://www.bydamo.la/p/ai-manifesto)), I’m sharing how I use AI in my day-to-day work, and which parts of
18+
my output can be considered AI-created, AI-enhanced, or entirely non-AI generated.
19+
</div>
1920

2021
## Coding
2122

pages/contact.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ export default ({ children }) => {
1111

1212
# Let’s talk!
1313

14-
{<Text size="l">I love to talk about software and technology, so if you have any questions or comments, please feel free
15-
to reach out to me using any of the following methods.</Text>}
14+
<div style={{ fontSize: "var(--fs-l)", marginBottom: "1rem" }}>
15+
I love to talk about software and technology, so if you have any questions or comments, please feel free to reach out
16+
to me using any of the following methods.
17+
</div>
1618

1719
- [Send me an email][email], and you will get a response within 2-4 business days.
1820
- For quick comments or questions, you can [send me a message on Bluesky][bsky].

pages/uses.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export default ({ children }) => {
1111

1212
# What I’m using
1313

14-
<Text size="l">These are some tools, platforms, apps, and services I use daily.</Text>
14+
<div style={{ fontSize: "var(--fs-l)", marginBottom: "1rem" }}>
15+
These are some tools, platforms, apps, and services I use daily.
16+
</div>
1517

1618
## Hardware
1719

0 commit comments

Comments
 (0)