-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 915 Bytes
/
index.html
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
<!doctype html>
<html lang="en">
<meta charset="utf-8" />
<meta name="color-scheme" content="dark" />
<meta name="description" content="Landing page for Daniel M. Capella." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="style.css" />
<title>Landing page · dmc</title>
<h1>Hello, I'm Daniel 👋</h1>
<p>
Amateur molecular gastronome, Open source enthusiast, Structured data and
lightweight markup aficionado, Metaphysical naturalist, Feng shui master
</p>
<ul>
<li>
<a href="https://gitlab.com/polyzen" title="Repos">🚧</a>
</li>
<li>
<a
href="https://www.archlinux.org/people/trusted-users/#polyzen"
title="Contact"
>📇</a
>
</li>
<li>
<a href="https://wiki.lacto.se" title="Wiki">🧠</a>
</li>
</ul>
</html>