mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Footer improvements
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
<footer class="container border-t-2 border-gray-800 text-center mx-auto px-4 py-8">
|
||||
<div class="pb-2">
|
||||
Powered by <a href="https://www.directorylister.com" class="underline hover:text-blue-700">Directory Lister</a>
|
||||
<div class="flex flex-col justify-center items-center">
|
||||
<p class="font-sans mb-4">
|
||||
Powered by <a href="https://www.directorylister.com" class="underline hover:text-blue-700">Directory Lister</a>
|
||||
</p>
|
||||
|
||||
<a href="https://twitter.com/DirectoryLister" title="Twitter" class="text-gray-400 hover:text-twitter">
|
||||
<i class="fab fa-twitter"></i>
|
||||
</a>
|
||||
<div class="flex">
|
||||
<a href="https://github.com/DirectoryLister/DirectoryLister" title="GitHub" class="text-gray-400 mx-2 hover:text-github">
|
||||
<i class="fab fa-github fa-lg"></i>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/DirectoryLister/DirectoryLister" title="GitHub" class="text-gray-400 hover:text-gray-800">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a href="https://twitter.com/DirectoryLister" title="Twitter" class="text-gray-400 mx-2 hover:text-twitter">
|
||||
<i class="fab fa-twitter fa-lg"></i>
|
||||
</a>
|
||||
|
||||
<a href="https://spectrum.chat/directory-lister" title="Spectrum" class="text-gray-400 mx-2 hover:text-spectrum">
|
||||
<i class="fas fa-comments fa-lg"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
@@ -20,6 +20,7 @@ module.exports = {
|
||||
},
|
||||
textColor: {
|
||||
github: '#171515',
|
||||
spectrum: '#7B16FF',
|
||||
twitter: '#1DA1F2'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user