small fixes to the front page

This commit is contained in:
lourenco
2025-09-10 12:56:21 +02:00
parent 6cf967a3cf
commit 9c002ac551
2 changed files with 3 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ draft: false
These are pretty easy to answer: my name is Lourenço, and I'm literally just a person. I've been a financial analyst, project manager, IT support engineer, and a farmer. Perhaps most importantly, I've always been a geek at heart - I assembled my first computer at age 14, and the first thing I did was install Linux on it. Since then, this has been my main operating system on all the machines I use. These are pretty easy to answer: my name is Lourenço, and I'm literally just a person. I've been a financial analyst, project manager, IT support engineer, and a farmer. Perhaps most importantly, I've always been a geek at heart - I assembled my first computer at age 14, and the first thing I did was install Linux on it. Since then, this has been my main operating system on all the machines I use.
As for trust, you shouldn't trust me if this is the first time you hear of me or this project. But here's a few things that might assuage your fears: I'm not a faceless corporation that treats you as a product; I'm not going to use an AI chatbot to intermediate your conversations; and you can be sure that whatever services I provide, I'll do it as if I was doing it for myself. As for trust, you shouldn't trust me if this is the first time you hear of me or this project. But here's a few things that might assuage your fears: I'm not a faceless corporation that treats you as a product; I'm not going to use an AI chatbot to intermediate our conversations; and you can be sure that whatever services I provide, I'll do it as if I was doing it for myself.
## Why are you doing this? ## Why are you doing this?

View File

@@ -4,7 +4,9 @@
<h1>Welcome to {{ .Site.Title }}</h1> <h1>Welcome to {{ .Site.Title }}</h1>
{{ .Content }} {{ .Content }}
<div class="call-to-action"> <div class="call-to-action">
<a href="/about" class="button">Learn more →</a>
<a href="/blog" class="button">View Blog →</a> <a href="/blog" class="button">View Blog →</a>
<a href="https://schedule.excipio.tech/" class="button">Schedule a call →</a>
</div> </div>
</div> </div>
</div> </div>