From 578fc9cc09ae730f4af3190ce8ea0c73e8443aa9 Mon Sep 17 00:00:00 2001 From: Alex Lau Date: Mon, 1 Apr 2024 13:09:19 +0800 Subject: [PATCH] Layout update --- src/components/About/index.tsx | 8 ++++---- src/components/Home/index.tsx | 6 +++--- src/components/Layout/index.tsx | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/About/index.tsx b/src/components/About/index.tsx index 4c80e0b..6b4ec69 100644 --- a/src/components/About/index.tsx +++ b/src/components/About/index.tsx @@ -90,13 +90,13 @@ export default function About() { return (
-
-
+
+
-
+

Alex Lau

-
+

Hi there! I am a software engineer from Hong Kong with a passion for developing high-performance software and crafting fluid web application with React. I have experience in building an experimental 2D vector graphics renderer with Rust + WebGPU + WASM, and since that project, I fell in love with computer graphics and Rust, so in my free time, I like to watch YouTube tutorials about those topics and implement related fun projects.

diff --git a/src/components/Home/index.tsx b/src/components/Home/index.tsx index 1caebe5..3950a9b 100644 --- a/src/components/Home/index.tsx +++ b/src/components/Home/index.tsx @@ -7,7 +7,7 @@ import IMAGE_JSON from '../../assets/img/images.json'; const images = Object.values(IMAGE_JSON).map(({ name, hash }) => { return ( - + ); }); const mobileImages = Object.values(IMAGE_JSON).map(({ name, hash }) => { @@ -38,10 +38,10 @@ export default function Home() {
-
+
{images}
-
+
{mobileImages}
diff --git a/src/components/Layout/index.tsx b/src/components/Layout/index.tsx index d1e1ea6..18c53c2 100644 --- a/src/components/Layout/index.tsx +++ b/src/components/Layout/index.tsx @@ -31,7 +31,7 @@ export default function Layout() {
-
+