34 lines
889 B
HTML
34 lines
889 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<h3>About "PapaTutuWawa"</h3>
|
|
|
|
<div class="container">
|
|
<img
|
|
class="profile-picture"
|
|
src="assets/img/profile.jpg"
|
|
alt="Profile Picture" />
|
|
</div>
|
|
|
|
<div class="quote">
|
|
Student, Anime expert, Vocaloid listener, Docker and Linux fan and hobby SysAdmin.
|
|
</div>
|
|
|
|
<ul>
|
|
<li><a href="https://{{ site.social.git }}/">Code</a></li>
|
|
<li><a href="https://{{ site.social.blog }}/">Blog</a></li>
|
|
<li><a href="https://{{ site.social.mastodon }}/">Mastodon</a></li>
|
|
</ul>
|
|
|
|
<h3>Contact</h3>
|
|
<ul>
|
|
<li>EMail: <i>{{ site.social.email.address }} ["a" with a weird circle] {{ site.social.email.domain }}</i> (<a href="{{ site.social.email.gpg}}">GPG</a>)</li>
|
|
</ul>
|
|
|
|
<h3>About This Page</h3>
|
|
<ul>
|
|
<li><a href="https://{{ site.social.git }}/PapaTutuWawa/blog.polynom.me">Source</a></li>
|
|
<li>Last updated <i>{{ "now" | date: "%D at %T" }}</i></li>
|
|
</ul>
|