mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2024-12-22 13:34:29 +01:00
54 lines
2.6 KiB
HTML
54 lines
2.6 KiB
HTML
---
|
||
title: home
|
||
permalink: /home
|
||
lang: en
|
||
ref: home
|
||
---
|
||
<div class="row" style="margin-bottom: 3rem">
|
||
<div class="one column">
|
||
<div class="page-header">
|
||
<h1>Quit Social Media</h1>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<h2 class="section-title">Why</h2>
|
||
|
||
<div class="row" id="why">
|
||
<div class="one column">
|
||
<article style="padding: var(--height) 10%">
|
||
<p>
|
||
Hi, I’m Tommi.
|
||
<br />
|
||
<br />
|
||
I’m an enthusiast. I love getting involved in everything which involves human interactions and I’m overthinking addicted. I’m an happy guy, but this doesn’t mean I don’t cry (just make me watch the right movie).
|
||
<br />
|
||
The purpose of my whole exsistence is meeting all the people in the world. This is why, When I’m not studying, I try to be as busy as I can. This means, as the great <a href="https://en.wikipedia.org/wiki/Gottfried_Wilhelm_Leibniz" rel="noopener" target="_blank">Leibnitz</a> said, that <q>in my life I started everything and concluded nothing</q>. You can know more about something of this messy everything by browsing around. If the stuff here is too confused and you get lost, well… welcome to my mind. Nevertheless, you may check out my <a href="https://xplosionmind.wixsite.com/xplosionmind" rel="noopener" target="_blank">old website</a>, which is going to stay online for a little while.
|
||
<br />
|
||
There’s nothing much left to say. Things that wander around in my head are written on my <a href="/blog" target="_blank">blog</a>.
|
||
<br />
|
||
Some useful data:
|
||
<ul>
|
||
<li>my <a href="https://www.linkedin.com/in/tommasomarmo/" rel="noopener" target="_blank">Linkedin profile</a></li>
|
||
<li>my <a href="https://europa.eu/!xG43Xd" rel="noopener noreferrer" target="_blank">Curriculum Vitae</a></li>
|
||
<li>my email address is tommiboom [at] protonmail [dot] com. If possible, please use my <a href="/assets/tommiboom@protonmail.com (D21FB50F) – Public PGP KEY.asc" target="_blank">PGP key</a> (it’s not necessary if you use a <a href="https://protonmail.com" rel="noopener" target="_blank">ProtonMail</a> address)</li>
|
||
<li>my username is xplosionmind everywhere. If you can’t find it, I’m not there. Links to my social media profiles are at the end of this page.</li>
|
||
</ul>
|
||
<br />
|
||
I tweet a lot. <a href="https://twitter.com/xplosionmind" rel="noopener" target="_blank">Too much</a>.
|
||
</p>
|
||
</article>
|
||
</div>
|
||
</div>
|
||
|
||
<a href="/news"><h2 class="section-title">Updates</h2></a>
|
||
<div class="row">
|
||
<div class="one column">
|
||
<ul>
|
||
{% for post in site.posts %}
|
||
<li>{{ post.date }} - <a href="{{ post.url }}"</li>
|
||
{% endfor %}
|
||
</ul>
|
||
</div>
|
||
</div>
|