diff --git a/src/pages/index.astro b/src/pages/index.astro index 36f581e..22fe1ab 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,20 +15,20 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]]; -
+
Hello! I am Namish, you can call me nam or still refer me via my old internet alias, chadcat7.
-+
An above average programmer. Likes minimalism, neovim, arch and blogs in my free time. I also upload some of my programming notes.
-- View my profresionally unprofressional resume. +
+ View my resume.
+
Here are some projects worth showing. You can find all of them here. { return ( -
+
{j + 1}. {i.frontmatter.title}
@@ -160,7 +160,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]]; } -+
+
Just another dude who chronically loves to program literally everything in anything. While mainly creating for the web , most of my personal favourite projects are low level. Apart from that I'm also knd of proficient in the piano and playing tennis.
@@ -149,7 +151,7 @@ import Quote from "../components/Quote.astro"; My Setup