summaryrefslogtreecommitdiff
path: root/src/components/sections/Additional.astro
blob: 6fa8b4aef6d6da053dc6a72d6b695c9980c02f7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---

---

<div class="mb-5">
    <p>
        -> Meine <a href="/projects" class="underline">Projekte</a>
    </p>
    <p>
        -> Mein <a href="/blog" class="underline">Blog</a>
    </p>
    <p>
        -> Git: <a href="https://git.leogtz.de" class="underline"
            >git.leogtz.de</a
        >
    </p>
    <p>
        -> Email: <span class="underline">me [at] leogtz.de</span>
    </p>
</div>