diff --git a/src/components/BPACard.tsx b/src/components/BPACard.tsx index ec38f4d..07f3b50 100644 --- a/src/components/BPACard.tsx +++ b/src/components/BPACard.tsx @@ -11,7 +11,10 @@ const BPACard = ({ imgUrl, name, position, hideName }: memberBPA) => { return (
{name}
- {position &&{position}
} + {position && ( +{position}
+ )}{data.name}{" "} - {data.members.length > 1 && {data.members.length}} + {data.members.length > 1 && ( + + {data.members.length} + + )}
); diff --git a/src/components/BPAinfo.tsx b/src/components/BPAinfo.tsx index 8176def..63aff27 100644 --- a/src/components/BPAinfo.tsx +++ b/src/components/BPAinfo.tsx @@ -26,20 +26,33 @@ const BPAInfo = ({ data }: { data: bpaType }) => { }; return ( -{data.jobDesc}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..3c0f243 --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,57 @@ +import Link from "next/link"; +import React from "react"; +import { IoIosStarOutline } from "react-icons/io"; +import { FaInstagram } from "react-icons/fa"; +import { FaYoutube } from "react-icons/fa6"; +import { FaTiktok } from "react-icons/fa"; +import { FaXTwitter } from "react-icons/fa6"; +import { SiLinktree } from "react-icons/si"; + +const Footer = () => { + return ( + + ); +}; + +export default Footer; diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 016442b..cb8fda3 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -8,13 +8,26 @@ import { GoHome, GoCopilot } from "react-icons/go"; import { IoMdBook } from "react-icons/io"; import { RiGroupLine } from "react-icons/ri"; -const NavListDesktop = ({ href, routerPathname, lable }: { href: string; routerPathname: string; lable: string }) => ( +const NavListDesktop = ({ + href, + routerPathname, + lable, +}: { + href: string; + routerPathname: string; + lable: string; +}) => (
- {lable} + routerPathname === href + ? "border-b-2 border-gray-400" + : "hover:brightness-110 hover:border-b-2 border-gray-400" + } + > + + {lable} +
); @@ -68,12 +81,20 @@ const Navbar = () => { <>+ className={`text-[16px] lg:text-lg duration-100 ease-in tracking-wider font-outfit leading-6 ${getTextColor()}`} + > code, create, connect
SYNTAX
STEI-K 23
-Code, Create, Connect!
++ Code, Create, Connect! +