summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..be86172
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,25 @@
+{% extends "base.html" %}
+
+{% block content %}
+<h1 class="title">
+ Welcome to <a href="https://eqkter.org">eqkter.org</a>!
+</h1>
+ <p>Find me on <a href="https://framagit.org/eqkter">Framagit</a>.</p>
+<article>
+<h4> This website contains: </h4>
+ <ul>
+ <li> Some IT, scientific and electronic <a href="{{ get_url(path='@/projects/_index.md') }}">projects</a>;
+ <li> My <a href="/cv">résumé</a>;
+ <li> A sefl-hosted <a href="https://git.ekter.org">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>
+ <h4>Website Guide</h4>
+ <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 %}