Skip to content

Commit

Permalink
fix: navbar links fixes part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hexxcatee committed Apr 19, 2024
1 parent 8c3e700 commit b7d4702
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@

{% block content %}
<div class="h-screen w-screen">
<nav class="flex flex-wrap justify-between items-center mx-auto w-screen p-2 border-gray-800 bg-gray-900">
<a href="https://github.com/Gwardia-Czapli/GwardiaHub" class="flex items-center text-gray-400 transition-colors duration-300 ml-5" target="_blank">
<nav class="flex flex-wrap justify-between items-center mx-auto w-screen p-2 border-gray-800 bg-gradient-to-b from-indigo-700 via-indigo-800 to-indigo-900">
<a href="https://github.com/Gwardia-Czapli/GwardiaHub" class="flex items-center text-gray-300 transition-colors duration-300 ml-5" target="_blank">
<i class="fa-brands fa-github fa-3x mr-5 hover:text-blue-100"></i>
<span class="text-4xl text-gray-400 font-bold my-5">GwardiaHub</span>
<span class="text-4xl text-gray-300 font-bold my-5">GwardiaHub</span>
<ul>
<li>
<a href="{% url 'gwardia:index' %}" class="mr-5 text-gray-400 hover:underline" aria-current="page">Gwardia</a>
<a href="{% url 'gwardia:index' %}" class="mr-5 text-gray-300 hover:underline" aria-current="page">Gwardia</a>
</li>
</ul>
</a>
Expand All @@ -40,7 +40,7 @@

<div class="z-1 relative flex items-center justify-center h-5/6 text-center">

<span>Strona internetowa, która ma służyć pomocą szkolną oraz efektywnym zarządzaniem aktywnościami Gwardii.</span><br/>
<span>Strona internetowa, która ma służyć pomocą szkolną oraz efektywnym zarządzaniem aktywnościami Gwardii.</span>
<span class="font-bold"> W trakcie programowania!</span>
</div>
</div>
Expand Down

0 comments on commit b7d4702

Please sign in to comment.