summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: c817c3375013a0de286f0e25f20173feef9b8ef3 (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
{% extends "base.html" %}

{% block content %}
<h1 class="title">
    Welcome to <a href="https://eqkter.xyz">eqkter.xyz</a>!
</h1>
    <p>Find me on <a href="https://framagit.org/eqkter">Framagit</a>.</p>
<article>
<h2> This website contains: </h2>
    <ul>
        <li> Some IT, scientific and electronic <a href="{{ get_url(path='@/projects/_index.md') }}">projects</a>;
        <li> A sefl-hosted <a href="https://git.eqkter.xyz">git server</a>;
        <li> A collection of various useful links (TBD);
        <li> Private instances of a mail server, a <a href="https://nextcloud.com">Nextcloud drive</a>, and my <a href="https://calibre-ebook.com">Calibre library Server</a>.
    </ul>
</article>
<article>
    <h2>Website Guide</h2>
    <ul>
        <li>This website is mostly about servers initiation and self-hosted solutions.</li>
        <li>If you find it ugly - <a href="http://motherfuckingwebsite.com">It's minimal</a>.</li>
    </ul>
  </article>
{% endblock content %}