reformated some pages
This commit is contained in:
@@ -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>© {currentYear} TTS Dialect Annotation Platform. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user