www_tf_demo/templates/partials/portfolio.html
2024-09-26 02:32:53 +02:00

78 lines
5.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="relative isolate overflow-hidden bg-gray-900 pt-12 pb-24 py-12">
<img src="https://images.unsplash.com/photo-1521737604893-d14cc237f11d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&crop=focalpoint&fp-y=.8&w=2830&h=1500&q=80&blend=111827&sat=-100&exp=15&blend-mode=multiply" alt="" class="absolute inset-0 -z-10 h-full w-full object-cover object-right md:object-center">
<div class="hidden sm:absolute sm:-top-10 sm:right-1/2 sm:-z-10 sm:mr-10 sm:block sm:transform-gpu sm:blur-3xl">
<div class="aspect-[1097/845] w-[68.5625rem] bg-gradient-to-tr from-[#ff4694] to-[#776fff] opacity-20" 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="absolute -top-52 left-1/2 -z-10 -translate-x-1/2 transform-gpu blur-3xl sm:top-[-28rem] sm:ml-16 sm:translate-x-0 sm:transform-gpu">
<div class="aspect-[1097/845] w-[68.5625rem] bg-gradient-to-tr from-[#ff4694] to-[#776fff] opacity-20" 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="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl lg:mx-0">
<h2 class="text-base font-semibold leading-7 text-indigo-600 mb-4">CONCEPTS</h2>
<h2 class="mt-2 text-4xl font-bold tracking-tight text-white sm:text-6xl">OurWorld Ventures</h2>
<p class="mt-6 text-lg leading-8 text-gray-300">A Growing Ecosystem Enabling Self-Sovereignty</p>
<p class="mt-6 text-lg leading-8 font-light text-gray-300">These are the first OurWorld Ventures, connected by a strong set of values and a desire to bring forward a new era of digital sovereignty and empowerment.</p>
</div>
<div class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-6 mt-8 lg:mt-12 lg:mx-0 lg:max-w-none lg:grid-cols-3 lg:gap-8">
<!-- threefold -->
<a href="/ventures/threefold" class="block hover:opacity-75 transition-opacity duration-200">
<div class="flex gap-x-4 rounded-xl bg-white/5 p-6 ring-1 ring-inset ring-white/10 group">
<div class="text-base leading-7">
<h4 class="font-semibold text-white group-hover:text-indigo-500 transition-colors duration-200">ThreeFold</h4>
<p class="mt-2 text-base text-gray-300">
ThreeFold is building the worlds largest peer-to-peer decentralized internet, providing a sustainable, secure,
and scalable solution for global connectivity. Its technology focuses on minimizing environmental impact while
empowering individuals with ownership of their data and digital resources.
</p>
</div>
</div>
</a>
<!-- odez -->
<a href="/ventures/odez" class="block hover:opacity-75 transition-opacity duration-200">
<div class="flex gap-x-4 rounded-xl bg-white/5 p-6 ring-1 ring-inset ring-white/10 group">
<div class="text-base leading-7">
<h4 class="font-semibold text-white group-hover:text-indigo-500 transition-colors duration-200">OW Digital Economic Zone</h4>
<p class="mt-2 text-base text-gray-300">
ODEZ is a pioneering initiative aimed at fostering a thriving digital economy in Zanzibar. 100% Digital, Automated, Accessible, & Affordable.
</p>
</div>
</div>
</a>
<!-- sikana -->
<a href="/ventures/sikana" class="block hover:opacity-75 transition-opacity duration-200">
<div class="flex gap-x-4 rounded-xl bg-white/5 p-6 ring-1 ring-inset ring-white/10 group">
<div class="text-base leading-7">
<h4 class="font-semibold text-white group-hover:text-indigo-500 transition-colors duration-200">Sikana</h4>
<p class="mt-2 text-base text-gray-300">
Sikana is aims to democratize practical knowledge by providing free educational content, empowering individuals through accessible learning resources.
</p>
</div>
</div>
</a>
<!-- OurPhone -->
<a href="/ventures/ourphone" class="block hover:opacity-75 transition-opacity duration-200">
<div class="flex gap-x-4 rounded-xl bg-white/5 p-6 ring-1 ring-inset ring-white/10 group">
<div class="text-base leading-7">
<h4 class="font-semibold text-white group-hover:text-indigo-500 transition-colors duration-200">OurPhone</h4>
<p class="mt-2 text-base text-gray-300">
OurPhone aims to revolutionize communication by offering the world's first truly decentralized smartphone, empowering users with truly private and encryption technologies.
</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>