readysite / hosting / views / partials / footer.html
689 B
footer.html
<footer class="border-t border-white/10 mt-auto">
    <div class="max-w-6xl mx-auto px-6 py-8">
        <div class="flex flex-col sm:flex-row items-center justify-between gap-4 text-sm text-[#888]">
            <span>ReadySite Hosting</span>
            <div class="flex items-center gap-6">
                <a href="/about" class="hover:text-white transition-colors">About</a>
                <a href="/pricing" class="hover:text-white transition-colors">Pricing</a>
                <a href="https://readysite.org" class="hover:text-white transition-colors">Open Source</a>
            </div>
            <span class="text-[#666]">readysite.app</span>
        </div>
    </div>
</footer>
← Back