www_tf_demo/templates/partials/feature.html
sasha-astiadi dea5b6c3e2 add people
2024-06-19 17:46:49 +02:00

47 lines
3.5 KiB
HTML

<div class="bg-white pt-16 py-16 mx-12 lg:py-24 relative">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="absolute inset-x-0 top-1/2 -z-10 -translate-y-1/2 transform-gpu overflow-hidden opacity-20 blur-3xl w-1/3 mx-auto" aria-hidden="true">
<div class="aspect-[1313/771] w-full bg-gradient-to-tr from-[#ff80b5] to-[#9089fc]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
<div class="text-center">
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-bold tracking-tight text-gray-900 lg:mb-2">The Foundation of Every Venture</h2>
<p class="text-base font-medium lg:text-xl text-gray-500 lg:mb-8 lg:mt-2 mt-2 lg:mb-4 mb-8">Core Principles Guiding Our Vision for Building Successful, Planet-Friendly, and Fair Ventures.</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-4 bg-white border border-gray-200 rounded-lg overflow-hidden">
<!-- Feature 1 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<img src="images/planet.png" alt="Icon 1" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Planet First</h3>
<p class="text-base text-gray-500 mb-4">Always act in ways that respect and protect Mother Earth.</p>
</div>
<!-- Feature 2 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:mx-h-2 sm:border-r border-gray-200">
<img src="images/people.png" alt="Icon 2" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">People First</h3>
<p class="text-base text-gray-500 mb-4">Ensure equality and fairness for every individual.</p>
</div>
<!-- Feature 3 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<img src="images/open.png" alt="Icon 3" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Open Source</h3>
<p class="text-base text-gray-500 mb-4">Promote open-source solutions in many aspects of our lives.</p>
</div>
<!-- Feature 4 -->
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
<img src="images/authentic.png" alt="Icon 4" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Authenticity</h3>
<p class="text-base text-gray-500 mb-4">Restore and uphold the authenticity of people and information.</p>
</div>
<!-- Feature 5 -->
<div class="flex flex-col items-start p-6 text-left">
<img src="images/simple.png" alt="Icon 5" class="mb-2 h-16 w-16">
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Simplicity</h3>
<p class="text-base text-gray-500 mb-4">Eliminate complexity to foster progress and innovation.</p>
</div>
</div>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a href="/about" class="rounded-md bg-black px-3.5 py-2.5 font-semibold text-white shadow-sm hover:bg-hover focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:bg-hover">Learn More about OurWorld</a>
</div>
</div>
</div>