use json files to store data/ get css to work

This commit is contained in:
2025-11-17 03:13:46 +07:00
parent c772904165
commit a4b3f8ce06
9 changed files with 131 additions and 55 deletions

View File

@@ -1,14 +1,14 @@
{{ block "header" .}}
<header class="bg-white shadow-md">
<nav class="container mx-auto flex justify-between items-center py-4 px-6">
<a href="#" class="text-xl font-bold text-blue-600">Your Name</a>
<a href="#" class="text-xl font-bold text-blue-600">Dilanka Herath</a>
<div class="space-x-6">
<a
id="aboutNavLink"
hx-get="/"
hx-target="#content"
hx-push-url="true"
class="nav-link active"
class="nav-link"
>About</a
>
<a