Skip to content

Commit aa0886f

Browse files
committed
.
1 parent 51397e5 commit aa0886f

File tree

3 files changed

+63
-41
lines changed

3 files changed

+63
-41
lines changed

app/(default)/(home)/news.tsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,25 @@ export function News() {
8484
<div className="w-full px-6 flex justify-center mt-12">
8585
<div className="w-full max-w-7xl flex flex-col gap-6 leading-relaxed">
8686
<ul className="space-y-6">
87+
88+
89+
<div className="flex flex-col md:flex-row items-start md:items-center gap-2">
90+
<Badge variant="default" className="w-[80px] text-center shrink-0">
91+
2026.02.05
92+
</Badge>
93+
<div className="flex flex-col md:flex-row items-start md:items-center flex-wrap gap-2">
94+
<span>
95+
We are proud to recognize our members for their outstanding achievements in&nbsp;
96+
<Link className="text-o-blue animated-underline" href='/team/recognition2025'>
97+
2025
98+
</Link>
99+
.
100+
</span>
101+
</div>
102+
</div>
103+
104+
105+
87106
{
88107
publicationNews.map((item, idx) => (
89108
<div key={idx} className="flex flex-col md:flex-row items-start md:items-center gap-2">
@@ -112,6 +131,9 @@ export function News() {
112131
</div>
113132
))
114133
}
134+
135+
136+
115137
</ul>
116138
</div>
117139
</div>

app/(default)/(team)/team/page.tsx

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

app/(default)/(team)/team/recognition2025/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ const members: {
2525
desc: "Outstanding Funding Buddy 最佳項目夥計獎",
2626
},
2727
{
28-
name: "Hai Zhang",
29-
desc: "Outstanding Funding Buddy 最佳項目夥計獎 & Outstanding Teaching Assistant 最佳助教獎",
28+
name: "Jiazhi Yang",
29+
desc: "Outstanding Research 最佳研究獎",
3030
},
3131
{
3232
name: "Modi Shi",
3333
desc: "Outstanding Research 最佳研究獎",
3434
},
3535
{
36-
name: "Jiazhi Yang",
37-
desc: "Outstanding Research 最佳研究獎",
36+
name: "Hai Zhang",
37+
desc: "Outstanding Funding Buddy 最佳項目夥計獎 & Outstanding Teaching Assistant 最佳助教獎",
3838
},
3939
{
4040
name: "Hugo Mak",

0 commit comments

Comments
 (0)