Skip to content
Merged

mdma #41

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
8 changes: 2 additions & 6 deletions sites/mainweb/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const Team = () => {
Aditi oversees all operations of DSGT, leading the executive board and coordinating with faculty and industry partners to shape the future of data science at GT.
</TeamCard>

<TeamCard name="Nitika Agnihotri" title="Vice President" img={ViceP}>
Nitika leads <strong>Hacklytics</strong>, DSGT's flagship datathon. She manages corporate sponsorships, event organization, and networking initiatives.
<TeamCard name="Nikita Agnihotri" title="Vice President" img={ViceP}>
Nikita leads <strong>Hacklytics</strong>, DSGT's flagship datathon. She manages corporate sponsorships, event organization, and networking initiatives.
</TeamCard>

<TeamCard name="Alysha Irvin" title="Co-Director of Logistics" img={Logistics1}>
Expand All @@ -92,10 +92,6 @@ const Team = () => {
Aryan manages room bookings, catering, and volunteer coordination, ensuring technical workshops and socials execute perfectly.
</TeamCard>

<TeamCard name="Sarvesh Tiku" title="Co-Director of External Affairs" img={External1}>
Sarvesh manages relationships with external organizations, coordinating outreach and industrial engagement for DSGT initiatives.
</TeamCard>

<TeamCard name="Vidhi Gupta" title="Co-Director of External Affairs" img={External2}>
Vidhi develops strategic partnerships and manages sponsor communications to support club initiatives and industry collaboration.
</TeamCard>
Expand Down
10 changes: 2 additions & 8 deletions sites/mainweb/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ const Navbar: React.FC<NavbarProps> = ({ screen_width, page, className = "" }) =

return (
<>
{/* Main Nav Bar:
On mobile, we use a slightly darker, more opaque background
to ensure visibility over content.
*/}
<nav className={`fixed top-0 left-0 w-full h-20 z-130 border-b border-white/10 bg-[#080808] md:bg-[#050505]/80 backdrop-blur-xl transition-all ${className}`}>
<div className="max-w-7xl mx-auto h-full flex justify-between items-center px-6 lg:px-12">

Expand All @@ -117,8 +113,7 @@ const Navbar: React.FC<NavbarProps> = ({ screen_width, page, className = "" }) =
<div className="flex items-center gap-8">
{menuItems.map((item) => renderMenuItem(item))}
<a
href="https://member.datasciencegt.org/"
target="_blank"
href="/tbd"
rel="noopener noreferrer"
className="px-5 py-2 bg-white text-black text-[10px] font-mono font-bold uppercase tracking-widest rounded-sm hover:bg-[#00A8A8] hover:text-white transition-all duration-300"
>
Expand Down Expand Up @@ -150,8 +145,7 @@ const Navbar: React.FC<NavbarProps> = ({ screen_width, page, className = "" }) =
<div className="flex flex-col items-center gap-8 text-center relative z-10">
{menuItems.map((item) => renderMenuItem(item, true))}
<a
href="https://member.datasciencegt.org/"
target="_blank"
href="/team"
rel="noopener noreferrer"
className="mt-4 px-10 py-4 bg-white text-black text-sm font-mono font-bold uppercase tracking-[0.3em] rounded-sm shadow-[0_0_20px_rgba(255,255,255,0.1)]"
>
Expand Down
Loading