aboutsummaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
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