reformated some pages

This commit is contained in:
averel10
2026-03-05 08:59:56 +01:00
parent cc1c904167
commit 28c45bc133
3 changed files with 13 additions and 23 deletions

View File

@@ -56,12 +56,6 @@ export function AuthForm() {
<div className="bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
{/* Header */}
<div className="bg-gradient-to-r from-blue-600 to-blue-700 px-6 py-8">
<h1 className="text-3xl font-bold text-white text-center">
Dialektannotation
</h1>
<p className="text-blue-100 text-center mt-2">
TTS-Plattform
</p>
</div>
{/* Tabs */}

View File

@@ -6,29 +6,25 @@ export function Footer() {
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
<div>
<h3 className="text-white font-semibold mb-4">About</h3>
<h3 className="text-white font-semibold mb-4">Über das Projekt</h3>
<p className="text-sm">
TTS Dialect Annotation Platform for Swiss German dialects.
TTS Dialektannotations-Plattform
</p>
</div>
<div>
<h3 className="text-white font-semibold mb-4">Quick Links</h3>
<ul className="space-y-2 text-sm">
<li><a href="/" className="hover:text-white transition-colors">Home</a></li>
<li><a href="#" className="hover:text-white transition-colors">Documentation</a></li>
<li><a href="#" className="hover:text-white transition-colors">Support</a></li>
</ul>
</div>
<div>
<h3 className="text-white font-semibold mb-4">Contact</h3>
<h3 className="text-white font-semibold mb-4">Kontakt</h3>
<p className="text-sm">
ZHAW - Zurich University of Teacher Education
<a href="mailto:huberfa4@students.zhaw.ch" className="hover:text-white transition-colors">
huberfa4@students.zhaw.ch
</a>
<br></br>
<a href="mailto:hueneach@students.zhaw.ch" className="hover:text-white transition-colors">
hueneach@students.zhaw.ch
</a>
</p>
</div>
</div>
<div className="border-t border-gray-700 pt-8 text-center text-sm">
<p>&copy; {currentYear} TTS Dialect Annotation Platform. All rights reserved.</p>
</div>
</div>
</footer>
);

View File

@@ -19,12 +19,12 @@ export function Header() {
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex justify-between items-center py-5">
<Link href="/" className="text-2xl font-bold hover:text-blue-100 transition-colors">
TTS Dialect Annotation Platform
TTS Dialektannotations-Plattform
</Link>
<nav className="flex items-center gap-6">
{loading ? (
<span className="text-sm text-blue-100">Loading...</span>
<span className="text-sm text-blue-100">Laden...</span>
) : session ? (
<div className="flex items-center gap-6">
<div className="text-right">