@@ -28,24 +28,14 @@ export default function Home() {
2828
2929
3030
31- < div className = "w-full relative md:mt-24 h-72 xl:h-96" >
32- < Image
33- src = "/assets/background/2024.10.png"
34- alt = "background"
35- fill
36- className = "object-cover object-center bg-gradient-landing select-none h-full"
37- />
38- < div className = "absolute flex flex-row w-full h-full justify-between" >
39- < div className = "flex-1 h-full bg-background" > </ div >
40- < div className = "flex-grow h-full w-full max-w-7xl mx-6 xl:mx-12 3xl:mx-24 flex flex-col gap-6 text-white pb-12 md:pb-0 justify-end md:justify-center" >
41- < h1 className = "text-t0 font-bold" >
42- Team
43- </ h1 >
44- < span className = "text-xl" >
45- Introducing (some) talents at OpenDriveLab.
46- </ span >
47- </ div >
48- < div className = "flex-1 h-full" > </ div >
31+ < div className = "w-full px-6 flex justify-center mt-36 md:mt-24" >
32+ < div className = "w-full max-w-7xl flex flex-col gap-6 fg-gradient-blue" >
33+ < h1 className = "text-t0 font-bold" >
34+ Team
35+ </ h1 >
36+ < span className = "text-xl" >
37+ Introducing (some) talents at OpenDriveLab.
38+ </ span >
4939 </ div >
5040 </ div >
5141
@@ -67,7 +57,7 @@ export default function Home() {
6757
6858 < div className = "w-full px-6 flex justify-center mt-24" >
6959 < div className = "w-full max-w-7xl flex" >
70- < h2 className = "text-t1 font-bold " >
60+ < h2 className = "text-t1" >
7161 < Link href = "#scholar" className = "scroll-mt-32 group flex items-center" id = "scholar" >
7262 Scholar
7363 < span className = "ml-6 hidden group-hover:inline-block size-6 text-foreground" >
@@ -136,7 +126,7 @@ export default function Home() {
136126
137127 < div className = "w-full px-6 flex justify-center mt-24" >
138128 < div className = "w-full max-w-7xl flex" >
139- < h2 className = "text-t1 font-bold " >
129+ < h2 className = "text-t1" >
140130 < Link href = "#phd" className = "scroll-mt-32 group flex items-center" id = "phd" >
141131 Ph.D.
142132 < span className = "ml-6 hidden group-hover:inline-block size-6 text-foreground" >
@@ -205,7 +195,7 @@ export default function Home() {
205195
206196 < div className = "w-full px-6 flex justify-center mt-24" >
207197 < div className = "w-full max-w-7xl flex" >
208- < h2 className = "text-t1 font-bold " >
198+ < h2 className = "text-t1" >
209199 < Link href = "#intern" className = "scroll-mt-32 group flex items-center" id = "intern" >
210200 Intern
211201 < span className = "ml-6 hidden group-hover:inline-block size-6 text-foreground" >
@@ -274,7 +264,7 @@ export default function Home() {
274264
275265 < div className = "w-full px-6 flex justify-center mt-24" >
276266 < div className = "w-full max-w-7xl flex" >
277- < h2 className = "text-t1 font-bold " >
267+ < h2 className = "text-t1" >
278268 < Link href = "#alumni" className = "scroll-mt-32 group flex items-center" id = "alumni" >
279269 Alumni
280270 < span className = "ml-6 hidden group-hover:inline-block size-6 text-foreground" >
0 commit comments