@@ -12,12 +12,12 @@ import { CardBody, CardContainer, CardItem } from "@/components/ui/3d-card";
1212import Link from "next/link" ;
1313import { LinkPreview } from "@/components/ui/link-preview" ;
1414import { Badge } from "@/components/ui/badge" ;
15- import { Code , Github , Linkedin , MapPin , MapPinned , Mail , Aperture } from "lucide-react" ;
15+ import { MapPin , Mail , Aperture } from "lucide-react" ;
1616import { ModeToggle } from "@/components/mode-toggle" ;
1717
1818export default function Home ( ) {
1919 return (
20- < div className = "w-full relative flex flex-col flex-grow items-center justify-start bg-background dark:bg-neutral-800 lg:bg-neutral-350 lg:dark:bg-black " >
20+ < div className = "w-full relative flex flex-col flex-grow items-center justify-start bg-background dark:bg-neutral-800 lg:bg-neutral-300 lg:dark:bg-neutral-900 " >
2121 < div className = "max-w-screen-md h-full p-8 bg-background shadow-[0px_0px_200px_220px_hsl(var(--background))] dark:bg-neutral-800 dark:shadow-[0px_0px_200px_220px_rgb(38_38_38_/_var(--tw-bg-opacity))]" >
2222 < div className = "flex flex-col flex-grow max-w-screen-md w-full mt-8 gap-8 mb-16" >
2323 < section className = "w-full flex flex-col items-start" >
@@ -33,7 +33,7 @@ export default function Home() {
3333 </ p >
3434 </ section >
3535
36- < section className = "w-full flex flex-col items-start mb-8" >
36+ { /* <section className="w-full flex flex-col items-start mb-8">
3737 <h2 className="scroll-m-20 text-xl font-semibold tracking-tight font-handwriting">
3838 🛠️ Currently building...
3939 </h2>
@@ -83,11 +83,6 @@ export default function Home() {
8383 rotateZ={6}
8484 translateZ={30}
8585 >
86- { /* <div className="flex justify-start p-1 gap-[0.2rem] h-4 items-center">
87- <div className="bg-red-500 rounded-full w-2 h-2"></div>
88- <div className="bg-yellow-500 rounded-full w-2 h-2"></div>
89- <div className="bg-green-500 rounded-full w-2 h-2"></div>
90- </div> */ }
9186 <img
9287 src="/images/usbstation.webp"
9388 alt="USB Charging Station"
@@ -128,7 +123,7 @@ export default function Home() {
128123 </div>
129124 </CardBody>
130125 </CardContainer>
131- </ section >
126+ </section> */ }
132127
133128 < section className = "w-full flex flex-col items-start" >
134129 < h2 className = "scroll-m-20 text-xl font-semibold tracking-tight" >
@@ -181,35 +176,6 @@ export default function Home() {
181176 </ a >
182177 </ p >
183178
184- < div className = "flex flex-row sm:flex-col justify-between sm:justify-normal items-center gap-1 sm:items-end mb-4 sm:mb-0" >
185- < LinkPreview
186- className = "font-semibold text-primary underline underline-offset-4 leading-7"
187- url = "https://machinistmath.com"
188- >
189- MachinistMath
190- </ LinkPreview >
191- < Badge variant = { "default" } >
192- < a
193- href = "https://youtu.be/ON7P5-9bsa4?si=07h1pzzJWax6ox_5& t = 263 "
194- target = "_blank"
195- >
196- 🏆 Best Product Innovation
197- </ a >
198- </ Badge >
199- </ div >
200- < p className = "leading-7 mb-6 sm:mb-0 sm:ml-4" >
201- Simplify tedious and error prone machining calculations with
202- this voice-powered calculator, even with dirty hands.
203- < a
204- className = "text-muted-foreground text-sm underline underline-offset-4 text-nowrap"
205- href = "https://venturecamp.org"
206- target = "_blank"
207- >
208- < MapPin className = "w-4 h-4 inline-flex align-text-top mr-1" />
209- Venture Camp S24
210- </ a >
211- </ p >
212-
213179 < div className = "flex flex-row sm:flex-col justify-between sm:justify-normal items-center gap-1 sm:items-end mb-4 sm:mb-0" >
214180 < LinkPreview
215181 className = "font-semibold text-primary underline underline-offset-4 leading-7"
@@ -336,8 +302,10 @@ export default function Home() {
336302 < hr className = "flex-grow" > </ hr >
337303 < div className = "flex gap-4" >
338304 < a href = "https://github.com/notken12" target = "_blank" >
339- < img
305+ < Image
340306 src = "/images/github-mark.svg"
307+ width = { 98 }
308+ height = { 96 }
341309 alt = "Github"
342310 className = "w-6 h-6 contrast-50 dark:invert dark:contrast-100"
343311 />
@@ -346,14 +314,18 @@ export default function Home() {
346314 href = "https://www.linkedin.com/in/ken-zhou-8013bb242/"
347315 target = "_blank"
348316 >
349- < img
317+ < Image
350318 src = "/images/linkedin.svg"
351319 alt = "LinkedIn"
320+ width = { 800 }
321+ height = { 800 }
352322 className = "w-6 h-6 block dark:hidden rounded filter contrast-[.3]"
353323 />
354- < img
324+ < Image
355325 src = "/images/linkedin.svg"
356326 alt = "LinkedIn"
327+ width = { 800 }
328+ height = { 800 }
357329 className = "w-6 h-6 hidden dark:block rounded"
358330 style = { {
359331 filter : "invert(100%) brightness(88%) contrast(90%)" ,
0 commit comments