Skip to content

Footer fix #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/(app)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Navbar from "@/components/Navbar";
import Footer from "@/components/Footer";

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "BME Egyetemi Hallgatói Képviselet",
description: "A BME Egyetemi Hallgatói Képviselet hivatalos oldala",
};

export default function RootLayout({
Expand Down
Binary file added src/app/favicon.ico
Binary file not shown.
34 changes: 0 additions & 34 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,40 +92,6 @@ export default function Footer() {
{/* Divider */}
<div className="hidden lg:block w-px bg-gray-600"></div>

{/* KARI HALLGATÓI KÉPVISELETEK Section */}
<div className="flex-1 space-y-4">
<h3 className="text-lg font-semibold mb-4">KARI HALLGATÓI KÉPVISELETEK</h3>
<nav className="space-y-2">
<Link href="https://emkhk.bme.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
ÉMK - KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="https://ghk.bme.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
GPK- KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="http://epiteszhk.bme.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
ÉPK - KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="https://vegyeszhk.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
VBK- KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="https://vik.hk/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
VIK - KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="http://kozlekhk.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
KJK - KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="https://ttkhk.bme.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
TTK- KARI HALLGATÓI KÉPVISELET
</Link>
<Link href="http://gtkhk.hu/" target="_blank" rel="noopener noreferrer" className="block text-sm text-gray-300 hover:text-white transition-colors">
GTK- KARI HALLGATÓI KÉPVISELET
</Link>
</nav>
</div>

{/* Divider */}
<div className="hidden lg:block w-px bg-gray-600"></div>

{/* EGYETEMI OLDALAK Section */}
<div className="flex-1 space-y-4">
<h3 className="text-lg font-semibold mb-4">EGYETEMI OLDALAK</h3>
Expand Down