Skip to content

Commit 86ba731

Browse files
committed
.
1 parent 6eae954 commit 86ba731

2 files changed

Lines changed: 14 additions & 25 deletions

File tree

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

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

app/globals.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,16 @@
160160

161161
/* font */
162162
.text-t0 {
163-
@apply text-6xl md:text-7xl xl:text-8xl 3xl:text-9xl;
163+
@apply text-5xl xl:text-6xl 3xl:text-7xl;
164164
}
165165
.text-t1 {
166-
@apply text-5xl md:text-6xl;
166+
@apply text-3xl xl:text-4xl 3xl:text-5xl;
167167
}
168168

169169

170170

171171
/* font color */
172172
.fg-gradient-blue {
173-
width: fit-content;
174173
background-image: linear-gradient(to right, #0c318f, #53c2f0, #00a0e8);
175174
-webkit-background-clip: text;
176175
color: transparent;

0 commit comments

Comments
 (0)