Skip to content

Commit

Permalink
Fix: For Norbiś
Browse files Browse the repository at this point in the history
  • Loading branch information
WitaLisek committed May 2, 2024
1 parent c3997a3 commit 5a5940d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/templates/core/login.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends 'core/base.html' %}

{% block title %}Logowanie{% endblock %}


{% block head %}
<script type="module">
const canvas = document.getElementById('starback-bg');
Expand All @@ -20,7 +18,9 @@
}
window.addEventListener('resize', resizeCanvas);
</script>

{% endblock %}

{% block content %}
<canvas id="starback-bg" class="fixed -z-[1]"></canvas>
<div class="h-[80vh] flex justify-center flex justify-items-center place-content-center overflow-hidden">
Expand All @@ -31,9 +31,9 @@
<img src="{% static 'discord-logo-blue.svg' %}" alt="Official Discord logo"/>
</a>
</div>
<div class="rounded-lg border-4 shadow-[0_0_2px_#ffff,inset_0_0_2px_#ffff,0_0_5px_#ffff,0_0_15px_#ffff,0_0_30px_#ffff] rounded-lg bg-[#313338] h-3/5 w-1/4 grid justify-items-center">
<div class="rounded-lg border-4 shadow-[0_0px_2px_#ffff,inset_0_0_2px_#ffff,0_0_5px_#ffff,0_0_15px_#ffff,0_0_30px_#ffff] rounded-lg bg-[#313338] h-3/5 w-1/4 grid justify-items-center">
<img src="{% static 'Uwu2.png' %}" alt="Why do I need to log in via Discord?" class="border-solid border-sky-200 border-2 rounded-md mt-14"/>
<a href="">
<a href="#">
<button class="place-content-center hover:scale-110 ease-in-out duration-700 border-4 hover:shadow-[0_0_2px_#fff,inset_0_0_2px_#fff,0_0_5px_#08f,0_0_15px_#08f,0_0_30px_#08f] font-bold text-xl rounded-t-lg rounded-b-2xl bg-gradient-to-r from-[#3475D8] to-[#2D66BC] h-[90px] w-[245px] grid justify-items-center ">Zaloguj się za pomocą konta Discord</button>
</a>
</div>
Expand Down

0 comments on commit 5a5940d

Please sign in to comment.