diff options
Diffstat (limited to 'about_me.html')
-rw-r--r-- | about_me.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/about_me.html b/about_me.html deleted file mode 100644 index 33f31a7..0000000 --- a/about_me.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -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> - <h1><img src="/assets/images/mail.png" style="width:40px;height:40px" />Email</h1> - <p><span class="contact-medium">{% t about_me_page.address %}</span> buran@silosneeded.com</p> - <a href="/assets/files/pgp_public_key.asc"><span class="contact-medium">{% t about_me_page.pgp_key%}</span></a> - </div> -</div> |