-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 846 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: main
title: Christina Humer
---
<!-- <div class="columns is-vcentered"> -->
<div class="columns">
<div class="column is-one-quarter content">
<figure class="image">
<img src="/assets/images/profile_pic.jpg">
</figure>
</div>
<div class="column is-three-quarters content">
<h1>{{ site.title }} <span style="font-size: 0.5em;">({{site.pronouns}})</span></h1>
{% capture about %}{% include about.md %}{% endcapture %}
{{ about | markdownify }}
<h4>Contact</h4>
<!-- <p>{{site.email}}</p> -->
<!-- hex code created with http://www.katpatuka.org/pub/doc/anti-spam.html -->
<p><a href="mailto:%63%68%72%69%73%74%69%6E%61%40%68%75%6D%65%72%2E%64%65%76">christina(at)humer.dev</a></p>
</div>
</div>