Skip to content

Commit

Permalink
Changed design for centered, less descriptive and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubaryt committed Mar 25, 2024
1 parent af26ee5 commit 7e93ae8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions core/templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{% block title %}Strona Główna{% endblock %}

{% block content %}
<div class="flex flex-col flex-nowrap items-start">
<h1 class="text-4xl text-header_text font-bold underline mt-10 mb-16 self-center">Gwardia Hub</h1>
<div class="flex flex-col flex-nowrap items-start ml-20">
<h2 class="text-3xl text-header_text -ml-4">Cel projektu</h2>
<p class="text-baseline mt-4">Celem naszego projektu jest stworzenie strony internetowej z trzema modułami:</p>
<ol class="text-baseline mt-4 ml-4 list-decimal list-inside">
<li>Moduł dla naszej klasy z przydatnymi na co dzień szkolnymi informacjami</li>
<li>Moduł dla Gwardii Czapli z informacjami na temat spotkań i zadań</li>
<li>Moduł dla graczy Genshin Impact z 1 z TBD</li>
</ol>
<div class="flex items-center justify-center h-screen text-white">
<div class="text-center">
<h1 class="text-4xl text-white font-bold my-5">Gwardia Hub</h1>
<span>Strony internetowa, która ma służyć pomocą szkolną oraz efektywnym zarządzaniem aktywnościami Gwardii.</span><br/>
<span class="font-bold">W trakcie programowania!</span>
<br><br>
<div class="items-center">
<a href="https://example.com" class="hover:text-blue-700 text-gray-400 transition-colors duration-300"><i class="fa-brands fa-github fa-3x mr-5"></i></a>
<a href="https://example.com" class="hover:text-blue-500 text-gray-400 transition-colors duration-300"><i class="fa-brands fa-discord fa-3x"></i></a>
</div>
</div>
</div>
{% endblock %}

0 comments on commit 7e93ae8

Please sign in to comment.