Spaces:
Running
Running
Amlan-109
feat: Initial commit of LocalAI Amlan Edition with premium branding and personalization
750bbe6 | <footer class="bg-[#101827] border-t border-[#1E293B] py-8 mt-auto"> | |
| <div class="container mx-auto px-4"> | |
| <div class="flex flex-col items-center justify-center space-y-4"> | |
| <!-- Logo & Version --> | |
| <div class="flex items-center space-x-2"> | |
| {{ if .Version }} | |
| <span class="text-sm md:text-base font-medium text-[#94A3B8]">LocalAI Version <span class="text-[#38BDF8] font-semibold">{{.Version}}</span></span> | |
| {{ end }} | |
| </div> | |
| <!-- Links --> | |
| <div class="flex flex-wrap justify-center gap-x-6 gap-y-3"> | |
| <a href="https://github.com/Amlan-109" | |
| class="group flex items-center text-[#94A3B8] hover:text-[#38BDF8] transition duration-300 ease-in-out" | |
| target="_blank"> | |
| <i class="fab fa-github mr-2 text-lg group-hover:scale-110 transition-transform"></i> | |
| <span>GitHub</span> | |
| <i class="fas fa-external-link-alt text-xs ml-1.5 opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i> | |
| </a> | |
| <a href="https://localai-guide-amlan.web.app/" | |
| class="group flex items-center text-[#94A3B8] hover:text-[#38BDF8] transition duration-300 ease-in-out" | |
| target="_blank"> | |
| <i class="fas fa-book mr-2 text-lg group-hover:scale-110 transition-transform"></i> | |
| <span>Documentation</span> | |
| <i class="fas fa-external-link-alt text-xs ml-1.5 opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i> | |
| </a> | |
| <a href="https://dev-portfolio-showcase-v1.web.app/" | |
| class="group flex items-center text-[#94A3B8] hover:text-[#38BDF8] transition duration-300 ease-in-out" | |
| target="_blank"> | |
| <i class="fas fa-user mr-2 text-lg group-hover:scale-110 transition-transform"></i> | |
| <span>Author</span> | |
| <i class="fas fa-external-link-alt text-xs ml-1.5 opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i> | |
| </a> | |
| </div> | |
| <!-- Copyright Notice --> | |
| <div class="mt-4 text-sm text-[#94A3B8]"> | |
| <span>© 2023-2026 <a href="https://github.com/Amlan-109" class="text-[#38BDF8] hover:text-[#8B5CF6] transition duration-300" target="_blank">Amlan</a></span> | |
| </div> | |
| </div> | |
| </div> | |
| <script src="static/assets/tw-elements.js"></script> | |
| </footer> |