Update projects structure

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-30 18:29:50 +02:00
parent 385e46ecdf
commit ac552902df
17 changed files with 251 additions and 630 deletions

View File

@@ -30,7 +30,7 @@ import { House, FolderOpen } from "@lucide/astro";
<House class="size-5" />
Go Home
</a>
<a href="/#projects" class="btn btn-outline gap-2">
<a href="/projects" class="btn btn-outline gap-2">
<FolderOpen class="size-5" />
View Projects
</a>
@@ -44,7 +44,7 @@ import { House, FolderOpen } from "@lucide/astro";
<div class="flex gap-3 justify-center flex-wrap text-sm">
<a href="/blog" class="link link-hover">Blog</a>
<span class="text-base-content/30">•</span>
<a href="/#about" class="link link-hover">About</a>
<a href="/projects" class="link link-hover">All my Projects</a>
</div>
</div>
</div>