blob: 5c7a2ae96c6d7ea12228b01055e1c2ee795fda55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
layout: default
permalink: /about-me
---
<div class="well">
<h1>{% t global.about_me %}</h1>
<p>{% t about_me_page.presentation %}</p>
<p>{% t about_me_page.interests %}</p>
<ul>
{% for item in site.translations[site.lang].about_me_page.interest_list %}
<li>{{ item["name"] }}</li>
{% endfor %}
</ul>
<p>{% t about_me_page.etc %}</p>
<div>
<h1>{% t about_me_page.contact %}</h1>
<p>{% t about_me_page.contact_introduction %}</p>
<h1><img src="/assets/images/XMPP_logo.svg" type="image/svg+xml" style="width:30px;height:30px;" /> XMPP</h1>
<p><span class="contact-medium">{% t about_me_page.address %}</span> hombrelaser@silosneeded.com</p>
<p><span class="contact-medium">{% t about_me_page.notes %}</span> {% t about_me_page.xmpp_notes %}</p>
<h1><img src="/assets/images/Matrix_logo.svg" type="image/svg+xml" style="width:40px;height:20px;" /> Matrix</h1>
<p><span class="contact-medium">{% t about_me_page.address %}</span> @hombrelaser:matrix.silosneeded.com</p>
<h1><img src="/assets/images/irc.svg" type="image/svg+xml" style="width:40px;height:40px;" /> IRC</h1>
<p><span class="contact-medium">{% t about_me_page.server %}</span> libera.chat</p>
<p><span class="contact-medium">Nick:</span> hombrelaser</p>
<p>{% t about_me_page.irc_notes %}</p>
</div>
</div>
|