@@ -60,6 +60,52 @@ const Team = () => {
6060 </ p >
6161 </ div >
6262
63+ { /* IDEaS Lab Banner */ }
64+ < div className = "max-w-7xl mx-auto px-6 lg:px-12 mb-12" >
65+ < a
66+ href = "https://ideas.gatech.edu"
67+ target = "_blank"
68+ rel = "noopener noreferrer"
69+ id = "ideas-card"
70+ 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"
71+ >
72+ { /* Background glow */ }
73+ < 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" />
74+ { /* GT Navy + Gold corner accent */ }
75+ < 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" />
76+
77+ { /* Icon */ }
78+ < 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" >
79+ < svg viewBox = "0 0 48 48" fill = "none" className = "w-10 h-10" aria-hidden = "true" >
80+ < 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" />
81+ < text x = "24" y = "30" textAnchor = "middle" fontSize = "13" fontWeight = "bold" fill = "#B3A369" fontFamily = "monospace" > IDEaS</ text >
82+ </ svg >
83+ </ div >
84+
85+ { /* Text */ }
86+ < div className = "flex flex-col gap-2 flex-1 text-center sm:text-left" >
87+ < div className = "inline-flex items-center justify-center sm:justify-start gap-2" >
88+ < 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]" >
89+ Supervising Lab
90+ </ span >
91+ </ div >
92+ < h2 className = "text-white text-xl font-bold tracking-tight" >
93+ Institute for Data Engineering and Science
94+ </ h2 >
95+ < p className = "text-sm text-gray-400 leading-relaxed max-w-2xl" >
96+ 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’s mission.
97+ </ p >
98+ </ div >
99+
100+ { /* Arrow */ }
101+ < div className = "flex-shrink-0 opacity-0 group-hover:opacity-100 transition-all duration-300 translate-x-2 group-hover:translate-x-0" >
102+ < svg viewBox = "0 0 24 24" fill = "none" stroke = "#B3A369" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" className = "w-5 h-5" >
103+ < path d = "M5 12h14M13 6l6 6-6 6" />
104+ </ svg >
105+ </ div >
106+ </ a >
107+ </ div >
108+
63109 { /* Team Grid Section */ }
64110 < Section id = "teams" className = "px-6 lg:px-12" >
65111 < div className = "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 max-w-7xl mx-auto" >
0 commit comments