@@ -53,6 +53,43 @@ export default function Home() {
5353
5454
5555
56+ < div className = "w-full px-6 flex justify-center mt-24" >
57+ < div className = "w-full max-w-7xl flex" >
58+ < h2 className = "text-t1" >
59+ < Link href = "#recognition" className = "scroll-mt-32 group flex items-center" id = "recognition" >
60+ Recognition
61+ < span className = "ml-6 hidden group-hover:inline-block size-6 text-foreground" >
62+ < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" >
63+ < path d = "M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212" strokeWidth = "2.5" strokeLinecap = "round" />
64+ < path d = "M13.9536 10C15.4596 11.5118 15.3239 14.0991 13.6506 15.7789L11.2268 18.2121L8.80299 20.6454C7.12969 22.3252 4.55237 22.4613 3.0464 20.9495C1.54043 19.4377 1.67609 16.8504 3.34939 15.1706L5.77323 12.7373" strokeWidth = "2.5" strokeLinecap = "round" />
65+ </ svg >
66+ </ span >
67+ </ Link >
68+ </ h2 >
69+ </ div >
70+ </ div >
71+
72+
73+
74+ < div className = "w-full px-6 flex justify-center mt-12" >
75+ < div className = "w-full max-w-7xl flex flex-col gap-6" >
76+ < ul className = "ml-6 space-y-6 list-outside list-disc" >
77+ < li >
78+ < Link href = "/team/recognition2025" className = "hover:text-o-blue" >
79+ Recognition 2025
80+ </ Link >
81+ </ li >
82+ < li >
83+ < Link href = "https://opendrivelab.github.io/recognition2024.pdf" target = "_blank" className = "hover:text-o-blue" >
84+ Recognition 2024
85+ </ Link >
86+ </ li >
87+ </ ul >
88+ </ div >
89+ </ div >
90+
91+
92+
5693 < div className = "w-full px-6 flex justify-center mt-24" >
5794 < div className = "w-full max-w-7xl flex" >
5895 < h2 className = "text-t1" >
@@ -357,43 +394,6 @@ export default function Home() {
357394
358395
359396
360- < div className = "w-full px-6 flex justify-center mt-24" >
361- < div className = "w-full max-w-7xl flex" >
362- < h2 className = "text-t1" >
363- < Link href = "#recognition" className = "scroll-mt-32 group flex items-center" id = "recognition" >
364- Recognition
365- < span className = "ml-6 hidden group-hover:inline-block size-6 text-foreground" >
366- < svg viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" >
367- < path d = "M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212" strokeWidth = "2.5" strokeLinecap = "round" />
368- < path d = "M13.9536 10C15.4596 11.5118 15.3239 14.0991 13.6506 15.7789L11.2268 18.2121L8.80299 20.6454C7.12969 22.3252 4.55237 22.4613 3.0464 20.9495C1.54043 19.4377 1.67609 16.8504 3.34939 15.1706L5.77323 12.7373" strokeWidth = "2.5" strokeLinecap = "round" />
369- </ svg >
370- </ span >
371- </ Link >
372- </ h2 >
373- </ div >
374- </ div >
375-
376-
377-
378- < div className = "w-full px-6 flex justify-center mt-12" >
379- < div className = "w-full max-w-7xl flex flex-col gap-6" >
380- < ul className = "ml-6 space-y-6 list-outside list-disc" >
381- < li >
382- < Link href = "/team/recognition2025" className = "hover:text-o-blue" >
383- Recognition 2025
384- </ Link >
385- </ li >
386- < li >
387- < Link href = "https://opendrivelab.github.io/recognition2024.pdf" target = "_blank" className = "hover:text-o-blue" >
388- Recognition 2024
389- </ Link >
390- </ li >
391- </ ul >
392- </ div >
393- </ div >
394-
395-
396-
397397 </ div >
398398 )
399399}
0 commit comments