diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 |
commit | b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c (patch) | |
tree | 18400bd0ad74d12230695b754662d8a3a811f23d /templates/_contact.html | |
parent | e168a7ba551f035c357efa92a3b1079277486e55 (diff) | |
download | website-b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c.tar.gz |
Diffstat (limited to 'templates/_contact.html')
-rw-r--r-- | templates/_contact.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/_contact.html b/templates/_contact.html new file mode 100644 index 0000000..b129a50 --- /dev/null +++ b/templates/_contact.html @@ -0,0 +1,9 @@ +<h2>contact</h2> +<nav> + <a target="_blank" href="https://github.com/binary550">github</a> + <a target="_blank" href="https://gitlab.com/binary550">gitlab</a> + <a target="_blank" href="https://artstation.com/binary550">artstation</a> + <a target="_blank" href="https://matrix.to/#/@romaingoncalves:ungleich.ch">matrix</a> + <a target="_blank" href="https://www.linkedin.com/in/rgoncalvesse/">linkedin</a> + <a href="mailto:contact@rgoncalves.se">contact@rgoncalves.se</a> +</nav> |