25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
---
|
|
title: "Home"
|
|
---
|
|
|
|
{{< rawhtml >}}
|
|
|
|
<div style="text-align: center; display: flex; justify-content: center; flex-direction: column; align-items: center; height: 50vh;">
|
|
<img src="/images/portrait.jpeg" alt="Picture of Ville Lindholm" style="border-radius: 50%; width: 150px; height: 150px;" />
|
|
<hgroup>
|
|
<h1>Ville Lindholm</h1>
|
|
<p>Full-stack Software engineer</p>
|
|
<p>Helsinki, Finland</p>
|
|
</hgroup>
|
|
<div style="display: flex; flex-direction: column; gap: 0.5rem; align-items: center;">
|
|
<div style="display: flex; gap: 0.25rem;">
|
|
<a href="https://github.com/vlindhol"><i class="fa-brands fa-github"></i></a>
|
|
<a href="https://www.linkedin.com/in/villelindholm/"><i class="fa-brands fa-linkedin"></i></a>
|
|
<a href="https://qoto.org/@ville" rel="me"><i class="fa-brands fa-mastodon"></i></a>
|
|
<a href="https://bsky.app/profile/vlindholm.bsky.social"><i class="fa-brands fa-bluesky"></i></a>
|
|
</div>
|
|
</div>
|
|
<div>Hello</div>
|
|
</div>
|
|
{{< /rawhtml >}}
|