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

---

<div
    style="display:flex; align-items: center; justify-content: center; height: 100%;"
>
    <div>
        <div style="text-align: center">
            <img style="max-width:15rem" src="/img/penguin.gif" />
        </div>
        <p>hello!! :3</p>
        <p>&lt;3 i don't know what to put here yet.</p>
        <p>probably not my "real" socials though.</p>
        <hr />
        <a href="https://src.liz.coffee">git</a>
        <a href="https://idm.liz.coffee">sso</a>
        <a href="mailto:me@liz.coffee">email</a>
        <a href="https://linkedin.com/in/emprespresso">linkedin</a>
    </div>
</div>