aboutsummaryrefslogtreecommitdiffstats
path: root/templates/contact.html.tera
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-30 16:16:05 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-30 16:16:05 +0000
commitf00159f53b3774601500ec65345791311ff6efa1 (patch)
treecc65a487e71a056126e1935108a494c7851863f9 /templates/contact.html.tera
parent8c03d9a53f4bc2f70fb5c1e0487bc74fe0137fcb (diff)
downloadblossom-f00159f53b3774601500ec65345791311ff6efa1.tar.gz
blossom-f00159f53b3774601500ec65345791311ff6efa1.tar.bz2
blossom-f00159f53b3774601500ec65345791311ff6efa1.zip
migrate to poem and askama
Diffstat (limited to 'templates/contact.html.tera')
-rw-r--r--templates/contact.html.tera32
1 files changed, 0 insertions, 32 deletions
diff --git a/templates/contact.html.tera b/templates/contact.html.tera
deleted file mode 100644
index 28ec6e6..0000000
--- a/templates/contact.html.tera
+++ /dev/null
@@ -1,32 +0,0 @@
-{% extends "base" %}
-
-{% block nav_contact %}active{% endblock %}
-
-{% block header %}
-
-<header>
- <div class="panel" id="title">
- <h1>cel 🌸</h1>
- </div>
-</header>
-
-{% endblock header %}
-
-{% block content %}
-
-<div class="content panel h-card" rel="author">
- <h1 class="p-name">cel</h1>
-
- <ul>
- <li><h3>pronouns: <span class="p-x-pronoun-nominative">she</span>/<span class="p-x-pronoun-accusative">her</span></h3></li>
- <li>email: <a class="u-email" href="mailto:cel@blos.sm">cel@blos.sm</a></li>
- <li>jabber: <a class="u-impp" href="xmpp:cel@blos.sm?message">cel@blos.sm</a></li>
- <li>scrobbles: <a class="u-url" href="https://listenbrainz.org/user/celblossom">listenbrainz/celblossom</a></li>
- <li>bandcamp fan: <a class="u-url" href="https://bandcamp.com/celblossom">bandcamp/celblossom</a></li>
- <br>
- <li><span class="p-note">languages (in rough skill order): english, portuguese, french, japanese, german, chinese, latin, toki pona, korean</span></li></li>
- <li><span class="p-note">programming: rust, erlang, go, haskell, webdev, lisp</span></li>
- </ul>
-</div>
-
-{% endblock content %} \ No newline at end of file