reformated some pages
This commit is contained in:
@@ -56,12 +56,6 @@ export function AuthForm() {
|
|||||||
<div className="bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
|
<div className="bg-white rounded-lg shadow-lg overflow-hidden border border-gray-200">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="bg-gradient-to-r from-blue-600 to-blue-700 px-6 py-8">
|
<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>
|
</div>
|
||||||
|
|
||||||
{/* Tabs */}
|
{/* Tabs */}
|
||||||
|
|||||||
@@ -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="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 className="grid grid-cols-1 md:grid-cols-3 gap-8 mb-8">
|
||||||
<div>
|
<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">
|
<p className="text-sm">
|
||||||
TTS Dialect Annotation Platform for Swiss German dialects.
|
TTS Dialektannotations-Plattform
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-white font-semibold mb-4">Quick Links</h3>
|
<h3 className="text-white font-semibold mb-4">Kontakt</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>
|
|
||||||
<p className="text-sm">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="border-t border-gray-700 pt-8 text-center text-sm">
|
|
||||||
<p>© {currentYear} TTS Dialect Annotation Platform. All rights reserved.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ export function Header() {
|
|||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div className="flex justify-between items-center py-5">
|
<div className="flex justify-between items-center py-5">
|
||||||
<Link href="/" className="text-2xl font-bold hover:text-blue-100 transition-colors">
|
<Link href="/" className="text-2xl font-bold hover:text-blue-100 transition-colors">
|
||||||
TTS Dialect Annotation Platform
|
TTS Dialektannotations-Plattform
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<nav className="flex items-center gap-6">
|
<nav className="flex items-center gap-6">
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<span className="text-sm text-blue-100">Loading...</span>
|
<span className="text-sm text-blue-100">Laden...</span>
|
||||||
) : session ? (
|
) : session ? (
|
||||||
<div className="flex items-center gap-6">
|
<div className="flex items-center gap-6">
|
||||||
<div className="text-right">
|
<div className="text-right">
|
||||||
|
|||||||
Reference in New Issue
Block a user