Add contributors to About page

This commit is contained in:
mdivecky 2023-08-17 11:19:27 +02:00
parent 2c97d7ab69
commit 0cee048b7c

View file

@ -3,7 +3,6 @@
{% block body %} {% block body %}
<main class="flex-shrink-0"> <main class="flex-shrink-0">
<div class="container"> <div class="container">
<h1 class="mt-5">Headliner</h1>
<p class="lead"> <p class="lead">
Headliner is monitoring rss feeds of czech news websites for changes in Headliner is monitoring rss feeds of czech news websites for changes in
article headlines. Just because it might be interesting. article headlines. Just because it might be interesting.
@ -12,12 +11,13 @@
See <a href="https://git.nolog.cz/mdivecky/headline">the source code</a>, See <a href="https://git.nolog.cz/mdivecky/headline">the source code</a>,
but be aware that it's not too nice. Feel free to improve it. but be aware that it's not too nice. Feel free to improve it.
</p> </p>
<br>
<p> <p>
If you want to access the raw data collected by this tool, you can If you want to access the raw data collected by this tool, you can
<a href="https://git.nolog.cz/NoLog.cz/headline-exports" <a href="https://git.nolog.cz/NoLog.cz/headline-exports"> download the full archive from our git repo.</a>
>download the full archive from our git</a
>
</p> </p>
<br>
<p><a href="https://ondrej.nyv.lt/">Ondřej</a> and <a href="https://bain.cz">Bain</a> made important contribution to the project. Thank you!</p>
</div> </div>
</main> </main>
{% endblock body %} {% endblock body %}