feat: new logo on login page

This commit is contained in:
2025-06-29 15:36:47 +02:00
parent 2fb8435600
commit 05f4102b81
3 changed files with 8 additions and 3 deletions

View File

@@ -3,13 +3,18 @@
<!DOCTYPE html>
<head>
<link href="{% static 'css/tailwind.css' %}" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div class="min-h-screen flex items-center justify-center bg-gray-50 py-12 px-4">
<div class="max-w-md w-full space-y-8">
<div class="text-center">
<div class="text-6xl mb-4">🔐</div>
<div class="mb-4 flex justify-center">
<img src="{% static 'IU-logo.png' %}"
alt="Logo"
class="w-[60%] h-auto" />
</div>
<h2 class="text-3xl font-bold text-gray-900 mb-2">Anmelden</h2>
<p class="text-gray-600 mb-8">Melde dich in deinem Ticketsystem an</p>
<p class="text-gray-600 mb-8">Melde dich im Korrekturmanagementsystem der IU an</p>
</div>
<div class="bg-white rounded-lg shadow-md p-8">
<form method="post" class="space-y-6">