Skip to content
Merged
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
52 changes: 6 additions & 46 deletions sites/mainweb/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Content2 from "@/assets/images/2025/glenne.png"
import External2 from "@/assets/images/2025/vidhi.jpeg"
import Project from "@/assets/images/2025/anika.jpg"
import Advisor from "@/assets/images/2025/jake.png"
import IDEaS from "@/assets/images/2025/ideas.png"

const Team = () => {
const [windowWidth, setWindowWidth] = useState<number>(
Expand Down Expand Up @@ -60,56 +61,15 @@ const Team = () => {
</p>
</div>

{/* IDEaS Lab Banner */}
<div className="max-w-7xl mx-auto px-6 lg:px-12 mb-12">
<a
href="https://ideas.gatech.edu"
target="_blank"
rel="noopener noreferrer"
id="ideas-card"
className="group relative flex flex-col sm:flex-row items-center gap-6 w-full rounded-2xl border border-white/10 bg-[#0a0a0a] p-8 overflow-hidden transition-all duration-500 hover:border-[#B3A369]/40 hover:shadow-[0_0_40px_rgba(179,163,105,0.12)] no-underline"
>
{/* Background glow */}
<div className="absolute inset-0 bg-gradient-to-br from-[#003057]/20 via-transparent to-[#B3A369]/10 opacity-0 group-hover:opacity-100 transition-opacity duration-500 pointer-events-none" />
{/* GT Navy + Gold corner accent */}
<div className="absolute top-0 right-0 w-32 h-32 bg-gradient-to-bl from-[#B3A369]/10 to-transparent rounded-bl-full pointer-events-none" />

{/* Icon */}
<div className="relative flex-shrink-0 w-20 h-20 rounded-xl border border-[#B3A369]/30 bg-[#050505] flex items-center justify-center shadow-2xl">
<svg viewBox="0 0 48 48" fill="none" className="w-10 h-10" aria-hidden="true">
<path d="M24 4L6 14v12c0 9.94 7.74 19.24 18 21.6C34.26 45.24 42 35.94 42 26V14L24 4z" fill="#003057" stroke="#B3A369" strokeWidth="2" />
<text x="24" y="30" textAnchor="middle" fontSize="13" fontWeight="bold" fill="#B3A369" fontFamily="monospace">IDEaS</text>
</svg>
</div>

{/* Text */}
<div className="flex flex-col gap-2 flex-1 text-center sm:text-left">
<div className="inline-flex items-center justify-center sm:justify-start gap-2">
<span className="px-3 py-1 rounded-full bg-[#B3A369]/10 border border-[#B3A369]/25 text-[#B3A369] text-[10px] font-mono uppercase tracking-[0.2em]">
Supervising Lab
</span>
</div>
<h2 className="text-white text-xl font-bold tracking-tight">
Institute for Data Engineering and Science
</h2>
<p className="text-sm text-gray-400 leading-relaxed max-w-2xl">
IDEaS is the Georgia Tech research institute that oversees and supports DS@GT. It connects government, industry, and academia to advance foundational data science research, and provides the resources and faculty expertise that power our club&rsquo;s mission.
</p>
</div>

{/* Arrow */}
<div className="flex-shrink-0 opacity-0 group-hover:opacity-100 transition-all duration-300 translate-x-2 group-hover:translate-x-0">
<svg viewBox="0 0 24 24" fill="none" stroke="#B3A369" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="w-5 h-5">
<path d="M5 12h14M13 6l6 6-6 6" />
</svg>
</div>
</a>
</div>

{/* Team Grid Section */}
<Section id="teams" className="px-6 lg:px-12">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-7xl mx-auto">

<TeamCard name="IDEaS @ Georgia Tech" title="Supervising Lab" img={IDEaS}>
The Institute for Data Engineering and Science (IDEaS) is the Georgia Tech lab that oversees DS@GT. It connects government, industry, and academia to advance foundational data science research and provides the faculty expertise that powers our club.
</TeamCard>


<TeamCard name="Aditi Koratpallikar" title="President" img={President}>
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>
Expand Down
Binary file added sites/mainweb/assets/images/2025/ideas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading