๐Ÿ“ฆ Svenlaa / svenlaa.com

๐Ÿ“„ index.html ยท 34 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Svenlaa</title>
<meta name="fediverse:creator" content="@Svenlaa@mas.to" />
<meta property="og:image" content="https://svenlaa.com/og.jpg" />
<link rel="stylesheet" href="/style.css" />

<h1>
    <a style="--color: var(--text); text-decoration: none" href="https://github.com/Svenlaa/svenlaa.com"
        ><b style="font-weight: inherit">Svenlaa</b><span style="font-size: 0.95em; font-weight: 600">.com</span></a
    >
</h1>
<p>
    Hello, I am <b style="font-weight: 500">Sven Lammertink</b> and I'm
    <span data-roller="a web developer, a software engineer, a nerd, a code detective">a web developer</span>. I build
    websites. I prefer to work on the backend, but I can work on the frontend too. I live in Overijssel, the
    Netherlands. ๐Ÿ‡ณ๐Ÿ‡ฑ
</p>
<a class="big" style="--color: var(--green)" href="/bloggo/">The Bloggo</a>
<a class="big" href="/playground/">The Playground</a>
<ul>
    <li><a href="https://github.com/Svenlaa" style="--color: var(--subtext-0)">GitHub</a></li>
    <li><a href="https://gitlab.com/Svenlaa" style="--color: var(--yellow)">GitLab</a></li>
    <li><a href="https://witchsky.app/profile/svenlaa.eu" style="--color: var(--blue)">bsky</a></li>
    <li><a href="https://linkedin.com/in/svenlaa" style="--color: var(--blue)">LinkedIn</a></li>
    <li><a href="https://app.thestorygraph.com/profile/svenlaa">StoryGraph</a></li>
    <li><a href="mailto:mail@svenlaa.com" style="--color: var(--green)">Email</a></li>
    <li><a href="https://mas.to/@Svenlaa" rel="me" style="--color: var(--lavender)">Mastodon</a></li>
    
    <li style="margin-top: 0.5em"><a href="/feed" style="--color: var(--red)">RSS</a></li>
</ul>

<script src="/scripts/roller.js"></script>