edit the htmls

This commit is contained in:
Dilanka-H
2025-11-21 17:36:29 +07:00
parent 30a63f7433
commit fc5c7db221
10 changed files with 6684 additions and 64 deletions

View File

@@ -1,28 +1,8 @@
{{ block "footer" .}}
<footer id="contact" class="bg-secondary dark:bg-darksecondary mt-auto py-10">
<div class="container mx-auto text-center">
<h2 class="text-2xl font-bold mb-4">Get in Touch</h2>
<p class="mb-6">
Feel free to reach out via email or connect on my socials.
</p>
<div class="flex justify-center gap-6">
<a
href="mailto:dilankaherath14@gmail.com"
class="text-blue-600 hover:underline"
>Email</a
>
<a
href="https://www.linkedin.com/in/dilanka-herath"
target="_blank"
class="text-blue-600 hover:underline"
>LinkedIn</a
>
<a
href="https://github.com/DilankaHer"
target="_blank"
class="text-blue-600 hover:underline"
>GitHub</a
>
{{ range . }}{{ template "footer-contact" .}} {{ end }}
</div>
<p class="mt-6 text-gray-500 text-sm">© 2025 Dilanka Herath</p>
</div>