-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (52 loc) · 1.25 KB
/
about.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
permalink: /about/
redirect_from: /about.html
title: Сёма Мрачный везде
---
{% include header.html -%}
<main>
<article>
<header>
<h1 lang="ru">где меня искать</h1>
<h1 lang="en">where to find me</h1>
<h1 lang="es">donde encontrarme</h1>
</header>
<div lang="ru">
<p>предупреждение от Эпиктета:
<p class="qt">ты становишься тем, чему уделяешь внимание.
</div>
<div lang="en">
<p>warning from Epictetus:
<p class="qt">you become what you give your attention to.
</div>
<div lang="es">
<p>advertencia de Epicteto:
<p class="qt">te conviertes en aquello a lo que le prestas atención.
</div>
<ul class="pl">
<li>
<h2>Instagram</h2>
<div><a href="https://instagram.com/scarytastysexy">instagram.com/scarytastysexy</a></div>
</li>
<li>
<h2>Mastodon</h2>
<div><a href="https://lor.sh/@oh">@oh@lor.sh</a></div>
</li>
<li>
<h2>Telegram</h2>
<div><a href="https://t.me/somuchhere">t.me/somuchhere</a></div>
</li>
<li>
<h2>Twitter</h2>
<div><a href="https://twitter.com/insomesense">twitter.com/insomesense</a></div>
</li>
<li>
<h2>YouTube</h2>
<div><a href="https://youtube.com/@ohdeeper">youtube.com/@ohdeeper</a></div>
</li>
</ul>
<footer>
</footer>
</article>
</main>
{%- include footer.html %}