Ready for Production

← Back

Featured

Featured & Supported by

Google for Startups Digital DNA Invest NI Sifted TechNation The Scotsman

Code:

<section class="bg-gradient-to-r from-white via-zinc-50 to-white py-12 px-5 border-y border-zinc-100 w-full max-w-full">
<h2 class="p-3 w-full text-gradient-dark text-xl lg:text-2xl text-center font-bold leading-none tracking-tight m-auto py-4">Featured & Supported by</h2>
<div class="flex flex-wrap items-center justify-center">

<img src="/assets/images/logos/google-for-startups.png" alt="Google for Startups" class="w-auto h-12 transition-all hover:opacity-50 m-8">

<img src="/assets/images/logos/digital-dna.png" alt="Digital DNA" class="w-auto h-12 transition-all hover:opacity-50 m-8">

<img src="/assets/images/logos/invest-ni.png" alt="Invest NI" class="w-auto h-12 transition-all hover:opacity-50 m-8">

<img src="/assets/images/logos/sifted.png" alt="Sifted" class="w-auto h-12 transition-all hover:opacity-50 m-8">

<img src="/assets/images/logos/technation.png" alt="TechNation" class="w-auto h-12 transition-all hover:opacity-50 m-8">

<img src="/assets/images/logos/the-scotsman.png" alt="The Scotsman" class="w-auto h-12 transition-all hover:opacity-50 m-8">

</div>
</section>