From d96a27e61287edf3972ec15051d72e3ded617404 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 17 Dec 2024 14:33:56 -0800 Subject: [PATCH] Update intro component --- .gitignore | 4 ++++ src/.astro/settings.json | 5 ----- src/.astro/types.d.ts | 1 - src/src/components/about/intro.tsx | 6 ++---- 4 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 src/.astro/settings.json delete mode 100644 src/.astro/types.d.ts diff --git a/.gitignore b/.gitignore index 99fc54d..950665a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# astro +.astro/ + # dependencies node_modules/ /.pnp @@ -16,6 +19,7 @@ node_modules/ # production /build +/dist # misc .DS_Store diff --git a/src/.astro/settings.json b/src/.astro/settings.json deleted file mode 100644 index 565afbb..0000000 --- a/src/.astro/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "_variables": { - "lastUpdateCheck": 1730844981172 - } -} \ No newline at end of file diff --git a/src/.astro/types.d.ts b/src/.astro/types.d.ts deleted file mode 100644 index f964fe0..0000000 --- a/src/.astro/types.d.ts +++ /dev/null @@ -1 +0,0 @@ -/// diff --git a/src/src/components/about/intro.tsx b/src/src/components/about/intro.tsx index 3efc0d4..3d61baf 100644 --- a/src/src/components/about/intro.tsx +++ b/src/src/components/about/intro.tsx @@ -11,7 +11,7 @@ export default function Intro() { return (
-
+
-
-
+

Coffee-to-code conversion isn't just a clever phrase – it's how I approach each project: @@ -46,7 +45,6 @@ export default function Intro() { with attention to detail, and a refined process.

-