Skip to content

Commit 1fe703f

Browse files
committed
.
1 parent 49cad08 commit 1fe703f

File tree

4 files changed

+14
-214
lines changed

4 files changed

+14
-214
lines changed

app/(project)/ReSim/globals.css

Lines changed: 0 additions & 189 deletions
This file was deleted.

app/(project)/ReSim/layout.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/(project)/ReSim/page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const metadata: Metadata = {
66
};
77

88

9-
109
import Image from 'next/image'
1110
import Link from "next/link"
1211

@@ -34,16 +33,16 @@ export default function Home() {
3433
</AspectRatio>
3534
</div>
3635
<div className="flex-1/2 flex flex-col gap-3 xl:justify-around">
37-
<div className="flex flex-col gap-8 w-full">
36+
<div className="flex flex-col w-full">
3837
<div className="flex flex-col gap-3">
39-
<h1 className="text-7xl 3xl:text-8xl font-bold w-full color-text-1">
38+
<h1 className="text-7xl 3xl:text-8xl font-bold w-full fg-gradient-blue">
4039
ReSim
4140
</h1>
42-
<h1 className="text-4xl 3xl:text-5xl font-bold w-full color-text-1">
41+
<h1 className="text-4xl 3xl:text-5xl font-bold w-full fg-gradient-blue pb-3">
4342
Reliable World Simulation for Autonomous Driving
4443
</h1>
4544
</div>
46-
<div className="flex flex-col gap-2">
45+
<div className="flex flex-col gap-2 pb-3">
4746
<h2 className="w-full leading-loose">
4847
<a href="https://github.com/YTEP-ZHI" className="text-o-blue hover:underline text-nowrap">Jiazhi Yang</a><sup className="align-super text-sm">1,3</sup>,{' '}
4948
<a href="https://kashyap7x.github.io/" className="text-o-blue hover:underline text-nowrap">Kashyap Chitta</a><sup className="align-super text-sm">4,7</sup>,{' '}

app/globals.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,16 @@
169169

170170

171171

172+
/* font color */
173+
.fg-gradient-blue {
174+
width: fit-content;
175+
background-image: linear-gradient(to right, #0c318f, #53c2f0, #00a0e8);
176+
-webkit-background-clip: text;
177+
color: transparent;
178+
}
179+
180+
181+
172182
/* fade in / out */
173183
.fade-in {
174184
transition: opacity 1.5s ease;

0 commit comments

Comments
 (0)