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

@@ -6,23 +6,25 @@
Feel free to reach out via email or connect on my socials.
</p>
<div class="flex justify-center gap-6">
<a href="mailto:your@email.com" class="text-blue-600 hover:underline"
<a
href="mailto:dilankaherath14@gmail.com"
class="text-blue-600 hover:underline"
>Email</a
>
<a
href="https://linkedin.com/in/yourprofile"
href="https://www.linkedin.com/in/dilanka-herath"
target="_blank"
class="text-blue-600 hover:underline"
>LinkedIn</a
>
<a
href="https://github.com/yourusername"
href="https://github.com/DilankaHer"
target="_blank"
class="text-blue-600 hover:underline"
>GitHub</a
>
</div>
<p class="mt-6 text-gray-500 text-sm">© 2025 Your Name</p>
<p class="mt-6 text-gray-500 text-sm">© 2025 Dilanka Herath</p>
</div>
</footer>
{{ end }}