feat: new logo on login page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user