aboutsummaryrefslogtreecommitdiffstats
path: root/templates/contact.html
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
parent8c03d9a53f4bc2f70fb5c1e0487bc74fe0137fcb (diff)
downloadblossom-f00159f53b3774601500ec65345791311ff6efa1.tar.gz
blossom-f00159f53b3774601500ec65345791311ff6efa1.tar.bz2
blossom-f00159f53b3774601500ec65345791311ff6efa1.zip
migrate to poem and askama
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/contact.html b/templates/contact.html
new file mode 100644
index 0000000..4302e88
--- /dev/null
+++ b/templates/contact.html
@@ -0,0 +1,36 @@
+{% extends "base.html" %}
+
+{% block nav_contact %}active{% endblock %}
+
+{% block header %}
+
+<header>
+ <div class="panel" id="title">
+ <h1>celeste 🌸</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