Skip to content

Commit b96ef4d

Browse files
committed
.
1 parent 2682266 commit b96ef4d

File tree

3 files changed

+7
-357
lines changed

3 files changed

+7
-357
lines changed

app/(default)/(event)/cvpr2026/test/page.tsx renamed to app/(default)/(event)/cvpr2026/workshop/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,32 +161,32 @@ export default function Home() {
161161

162162

163163

164-
<div className="w-full h-svh p-16">
164+
<div className="w-full h-svh py-16 px-6 3xl:px-16">
165165
<div className="w-full h-full relative rounded-sm">
166166
<Image
167167
src='/assets/background/denver.jpg'
168168
alt='Denver'
169169
fill
170170
className='object-center object-cover bg-gradient-landing rounded-sm bg-black bg-opacity-30 bg-blend-overlay select-none'
171171
/>
172-
<div className="w-full h-full absolute flex flex-col justify-end items-start p-12 gap-6">
173-
<div className="flex flex-row gap-6 laptop:gap-10">
172+
<div className="w-full h-full absolute flex flex-col justify-end items-start p-6 xl:p-10 gap-6">
173+
<div className="flex flex-row gap-6">
174174
<Image
175175
src='/assets/icon/cvpr/cvpr2026_white.svg'
176176
alt='cvpr'
177-
width={256}
177+
width={128}
178178
height={1}
179179
className='select-none'
180180
/>
181181
<Image
182182
src='/assets/icon/cvpr/ieee_cs_white.png'
183183
alt='cvpr'
184-
width={256}
184+
width={128}
185185
height={1}
186186
className='select-none'
187187
/>
188188
</div>
189-
<h1 className="text-white text-t0 font-bold">
189+
<h1 className="text-white text-t1 font-bold">
190190
From Labs to Life: Embodied Intelligence in the Wild
191191
</h1>
192192
<h5 className="text-white">

data/navigator-project.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const NavigatorProject: {
4848
id: "action_free",
4949
},
5050
],
51-
"/cvpr2026/test": [
51+
"/cvpr2026/workshop": [
5252
{
5353
text: "Introduction",
5454
id: "introduction",

public/cvpr2026/workshop/index.html

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

0 commit comments

Comments
 (0)