edit the htmls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user