Updated file input, Updated heading spacing globally, Fixed lscom downloads, Updated contact info

Update .gitignore, home.yml, and 13 more files...
This commit is contained in:
2025-09-13 16:19:20 +02:00
parent ed2e56cf96
commit 2eb9d5c7a5
15 changed files with 343 additions and 217 deletions

View File

@@ -12,55 +12,61 @@
{% endblock %}
{% block main_content %}
{{ render_h1(l10n("social.title", "links", user_lang )) }}
<section class="mt-l mt-0-if-first">
{{ render_h1(l10n("social.title", "links", user_lang )) }}
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-twitter mr-xs"></i>
<a href="https://twitter.com/NibblePoker">{{ l10n("twitter.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("twitter.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-twitter mr-xs"></i>
<a href="https://twitter.com/NibblePoker">{{ l10n("twitter.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("twitter.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-github mr-xs"></i>
<a href="https://github.com/aziascreations">{{ l10n("github.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("github.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-github mr-xs"></i>
<a href="https://github.com/aziascreations">{{ l10n("github.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("github.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-github mr-xs"></i>
<a href="https://github.com/NibblePoker">{{ l10n("github_pro.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("github_pro.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-github mr-xs"></i>
<a href="https://github.com/NibblePoker">{{ l10n("github_pro.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("github_pro.text.1", "links", user_lang ) }}</p>
</section>
{{ render_h1(l10n("work.title", "links", user_lang )) }}
<section class="mt-l mt-0-if-first">
{{ render_h1(l10n("work.title", "links", user_lang )) }}
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-linkedin mr-xs"></i>
<a href="https://www.linkedin.com/in/herwin-bozet/">{{ l10n("linkedin.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("linkedin.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fab fa-linkedin mr-xs"></i>
<a href="https://www.linkedin.com/in/herwin-bozet/">{{ l10n("linkedin.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("linkedin.text.1", "links", user_lang ) }}</p>
</section>
{{ render_h1(l10n("misc.title", "links", user_lang )) }}
<section class="mt-l mt-0-if-first">
{{ render_h1(l10n("misc.title", "links", user_lang )) }}
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fad fa-download mr-xs"></i>
<a href="https://files.nibblepoker.lu/">{{ l10n("files.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("files.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fad fa-download mr-xs"></i>
<a href="https://files.nibblepoker.lu/">{{ l10n("files.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("files.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fad fa-archive mr-xs"></i>
<a href="https://archives.nibblepoker.lu/">{{ l10n("archives.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("archives.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fad fa-archive mr-xs"></i>
<a href="https://archives.nibblepoker.lu/">{{ l10n("archives.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("archives.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fa-duotone fa-code-branch mr-xs"></i>
<a href="https://git.nibblepoker.lu/">{{ l10n("gitea.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("gitea.text.1", "links", user_lang ) }}</p>
<p class="mt-s ml-s t-w-600 t-size-12">
<i class="fa-duotone fa-code-branch mr-xs"></i>
<a href="https://git.nibblepoker.lu/">{{ l10n("gitea.title", "links", user_lang ) }}</a>
</p>
<p class="mt-xxs ml-l">{{ l10n("gitea.text.1", "links", user_lang ) }}</p>
</section>
{% endblock %}
{% block extra_scripts %}