VibeCoderzVibeCoderz
Telegram
All Prompts
Footer Logo Section preview
footerlogodarklinks

Footer Logo Section

Секция футера с центрированным логотипом и дополнительным контентом. Идеально для брендинга и ссылок в подвале сайта.

Prompt

<div class="footer-logo-section w-full">
  <footer class="bg-gray-900 text-white py-8">
    <div class="container mx-auto px-4">
      <div class="flex flex-col items-center">
        <img src="https://www.fixedhp.com/wp-content/uploads/2023/06/fixedhp_final_logo_v01.png" alt="FixedHP Logo" class="h-10 w-auto md:h-12 object-contain mb-6 brightness-0 invert" />
        <div class="flex gap-6 text-sm text-gray-400">
          <a href="#" class="hover:text-white transition-colors">Privacy Policy</a>
          <a href="#" class="hover:text-white transition-colors">Terms of Service</a>
          <a href="#" class="hover:text-white transition-colors">Contact Us</a>
        </div>
        <p class="text-gray-500 text-sm mt-4">© 2024 FixedHP. All rights reserved.</p>
      </div>
    </div>
  </footer>
</div>
All Prompts