File tree Expand file tree Collapse file tree 3 files changed +7
-357
lines changed
app/(default)/(event)/cvpr2026/workshop Expand file tree Collapse file tree 3 files changed +7
-357
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments