diff --git a/public/images/tech_logo.svg b/public/logos/tech_logo.svg similarity index 100% rename from public/images/tech_logo.svg rename to public/logos/tech_logo.svg diff --git a/public/logos/tech_logo_text.svg b/public/logos/tech_logo_text.svg new file mode 100644 index 0000000..9e9233f --- /dev/null +++ b/public/logos/tech_logo_text.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b40cbed..3f014d1 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,8 +1,170 @@ +import { fluxgore, gothampro } from "@/utils/fonts"; +import Link from "next/link"; +/* eslint-disable @next/next/no-img-element */ function Footer() { return ( -
Footer
- ) + + ); } -export default Footer \ No newline at end of file +export default Footer; diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index dd45534..295f820 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -14,7 +14,7 @@ function Navbar() {