xesite/templates/contact.html

35 lines
1.2 KiB
HTML
Raw Normal View History

2018-12-02 02:00:47 +00:00
{{ define "title" }}<title>{{ trans "header" "contact" }} - {{ trans "header" "name" }}</title>{{ end }}
2017-05-21 01:03:16 +00:00
{{ define "content" }}
2018-12-02 02:00:47 +00:00
<h1>{{ trans "contact" "header" }}</h1>
2017-05-21 01:03:16 +00:00
<div class="grid">
<div class="cell -6of12">
2018-12-02 02:00:47 +00:00
<h3>{{ trans "contact" "email" }}</h3>
2017-05-21 01:03:16 +00:00
<p>me@christine.website</p>
2018-12-02 02:00:47 +00:00
<h3>{{ trans "contact" "social_media" }}</h3>
2017-05-21 01:03:16 +00:00
<ul>
<li><a href="https://github.com/Xe">Github</a></li>
<li><a href="https://twitter.com/theprincessxena">Twitter</a></li>
<li><a href="https://keybase.io/xena">Keybase</a></li>
<li><a href="https://www.coinbase.com/christinedodrill">Coinbase</a></li>
<li><a href="https://ko-fi.com/A265JE0">Ko-fi</a></li>
<li><a href="https://www.facebook.com/chrissycade1337">Facebook</a></li>
</ul>
</div>
<div class="cell -6of12">
2018-12-02 02:00:47 +00:00
<h3>{{ trans "contact" "other_info" }}</h3>
<p>{{ trans "contact" "donations" }} <code>1Gi2ZF2C9CU9QooH8bQMB2GJ2iL6shVnVe</code>.</p>
<h4>IRC</h4>
<p>{{ trans "contact" "irc_comment" }}</p>
2017-05-21 01:03:16 +00:00
<h4>Telegram</h4>
<p><a href="https://t.me/miamorecadenza">@miamorecadenza</a></p>
<h4>Discord</h4>
2018-04-12 18:59:18 +00:00
<p><code>Cadey~#1337</code></p>
2017-05-21 01:03:16 +00:00
</div>
</div>
{{ end }}