feat: studybug as new name
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
alt="Logo"
|
||||
class="w-[60%] h-auto" />
|
||||
</div>
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-2">Anmelden</h2>
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-2">Studybug</h2>
|
||||
<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">
|
||||
@@ -49,7 +49,7 @@
|
||||
<div>
|
||||
<button type="submit"
|
||||
class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-4 rounded-lg transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
|
||||
🚀 Anmelden
|
||||
🪲 Anmelden
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>
|
||||
{% block title %}TicketSystem{% endblock %}
|
||||
{% block title %}Studybug🪲{% endblock %}
|
||||
</title>
|
||||
<link href="{% static 'css/tailwind.css' %}" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
<div class="max-w-6xl mx-auto px-4 py-12">
|
||||
<!-- Header -->
|
||||
<div class="text-center mb-12">
|
||||
<div class="text-6xl mb-4">🎫</div>
|
||||
<h1 class="text-4xl font-bold text-gray-900 mb-4">Willkommen im Korrekturmanagementsystem der IU</h1>
|
||||
<p class="text-lg text-gray-600 mb-2">Erstelle ein Ticket, wenn du Probleme oder Fehler erkannt hast</p>
|
||||
<p class="text-gray-500">Was möchtest Du tun?</p>
|
||||
<div class="text-6xl mb-4">🪲</div>
|
||||
<h1 class="text-4xl font-bold text-gray-900 mb-4">Willkommen bei Studybug!</h1>
|
||||
<p class="text-lg text-gray-600 mb-2">- Das Korrekturmanagementsystem der IU Internationale Hochschule - </p>
|
||||
<p class="text-gray-500">Erstelle ein Ticket, wenn du Probleme oder Fehler erkannt hast</p>
|
||||
</div>
|
||||
<!-- Quick Actions -->
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
|
||||
|
||||
Reference in New Issue
Block a user