aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/footer.njk
blob: a883038c197e37d59d1fbbc3e75d90c60bc4a121 (plain)
1
2
3
4
5
6
7
8
9
10
11
<footer class="items-center px-6 py-2 mt-auto bg-black text-white">
    
    <ul class="flex w-full gap-10 font-supply-regular justify-center">
            <li class="mt-1">
                <p>&copy; 2022 Indrajith K L </p>
            </li>
            {# <li><a title="Twitter" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li>
            <li><a title="Github" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li>
            <li><a title="LinkedIn" href="https://www.linkedin.com/in/indrajithklis/" class="links">{% feather "linkedin" %}</a></li> #}
        </ul>
</footer>