add presskit
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
sasha-astiadi 2025-04-11 18:24:08 +02:00
parent 1fad4a34ef
commit 7737d6fb16
3 changed files with 93 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

View File

@ -7,6 +7,7 @@
</div>
{% include "partials/press_hero.html" %}
{% include "partials/press_content.html" %}
{% include "partials/quote.html" %}
{% endblock content %}

View File

@ -0,0 +1,92 @@
<div class="bg-white py-16">
<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">COMPANY OVERVIEW</h2>
<p class="mt-4 text-lg lg:text-xl font-light leading-8 text-gray-600">OurWorld is a venture creator dedicated to empowering startups with the resources and support they need to revolutionize the future. We create and develop new businesses that contribute to a better world through technology, innovation, and sustainable practices.</p>
</div>
<div class="mt-8 grid grid-cols-1 gap-x-8 gap-y-6 sm:grid-cols-2 lg:grid-cols-3">
<div class="bg-gray-50 p-6 rounded-lg">
<dt class="text-sm font-semibold leading-6 text-gray-600">Founded</dt>
<dd class="mt-2 text-3xl font-bold leading-10 tracking-tight text-gray-900">2023</dd>
</div>
<div class="bg-gray-50 p-6 rounded-lg">
<dt class="text-sm font-semibold leading-6 text-gray-600">Headquarters</dt>
<dd class="mt-2 text-3xl font-bold leading-10 tracking-tight text-gray-900">Dubai</dd>
</div>
<div class="bg-gray-50 p-6 rounded-lg">
<dt class="text-sm font-semibold leading-6 text-gray-600">Global Presence</dt>
<dd class="mt-2 text-3xl font-bold leading-10 tracking-tight text-gray-900">Worldwide</dd>
</div>
</div>
<!-- Mission Section -->
<div class="mx-auto max-w-2xl lg:mx-0 mt-16">
<h2 class="text-base font-semibold leading-7 text-indigo-600">OUR MISSION</h2>
<p class="mt-6 text-lg lg:text-xl font-light leading-8 text-gray-600">We aim to create a human-centric Internet co-owned by all of us, as was intended from the start. One where everyone is equal, where everyone owns their own data, allowing human flourishing to thrive. Through our ventures and ecosystem, we're building a future where technology empowers people and drives innovation while prioritizing safety and autonomy.</p>
</div>
<!-- Leadership Section -->
<div class="mx-auto max-w-7xl mt-16">
<h2 class="text-base font-semibold leading-7 text-indigo-600">LEADERSHIP</h2>
<div class="mt-12 grid grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2">
<div class="relative bg-gray-50/80 p-8 rounded-2xl shadow-sm hover:shadow-lg transition-all duration-300">
<div class="aspect-[4/3] overflow-hidden rounded-xl bg-white shadow-sm">
<img src="/images/kds.png" alt="Kristof De Spiegeleer" class="w-full h-full object-cover">
</div>
<div class="mt-8">
<h3 class="text-2xl font-semibold leading-8 text-gray-900">Kristof De Spiegeleer</h3>
<p class="mt-2 text-lg font-medium text-indigo-600">Co-Founder & CEO</p>
<p class="mt-6 text-base leading-7 text-gray-600">Serial entrepreneur with 30 years of experience in Internet and cloud technologies. With over $600M in successful exits, Kristof brings extensive expertise in building and scaling innovative technology companies.</p>
</div>
</div>
<div class="relative bg-gray-50/80 p-8 rounded-2xl shadow-sm hover:shadow-lg transition-all duration-300">
<div class="aspect-[4/3] overflow-hidden rounded-xl bg-white shadow-sm">
<img src="/images/people/florian-fournier/florian_fournier.jpeg" alt="Florian Fournier" class="w-full h-full object-cover">
</div>
<div class="mt-8">
<h3 class="text-2xl font-semibold leading-8 text-gray-900">Florian Fournier</h3>
<p class="mt-2 text-lg font-medium text-indigo-600">Co-Founder</p>
<p class="mt-6 text-base leading-7 text-gray-600">Experienced social entrepreneur and marketing executive with an extensive network in the US and Latin America. Florian brings valuable expertise in sustainable business development and social impact initiatives.</p>
</div>
</div>
</div>
</div>
<!-- Key Initiatives -->
<div class="mx-auto max-w-2xl lg:mx-0 mt-16">
<h2 class="text-base font-semibold leading-7 text-indigo-600">KEY INITIATIVES</h2>
<div class="mt-10 grid grid-cols-1 gap-8 sm:grid-cols-2">
<div class="bg-gray-50 p-6 rounded-lg">
<h3 class="text-lg font-semibold text-gray-900">Technological Empowerment</h3>
<p class="mt-4 text-lg lg:text-xl font-light leading-8 text-gray-600">Our advanced interconnected technological ecosystem is designed to grant individuals, communities, and countries complete digital autonomy.</p>
</div>
<div class="bg-gray-50 p-6 rounded-lg">
<h3 class="text-lg font-semibold text-gray-900">Legal & Financial Autonomy</h3>
<p class="mt-4 text-lg lg:text-xl font-light leading-8 text-gray-600">Through innovative structures like free zones, we create a fertile ground for businesses to flourish with true independence.</p>
</div>
</div>
</div>
<!-- Media Assets -->
<div class="mx-auto max-w-2xl lg:mx-0 mt-16">
<h2 class="text-base font-semibold leading-7 text-indigo-600">MEDIA ASSETS</h2>
<p class="mt-6 text-lg lg:text-xl font-light leading-8 text-gray-600">Access our comprehensive media kit for logos, brand guidelines, and visual assets.</p>
<div class="mt-10">
<a href="/mediakit" class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">View Media Kit</a>
</div>
</div>
<!-- Press Contact -->
<div class="mx-auto max-w-2xl lg:mx-0 mt-16">
<h2 class="text-base font-semibold leading-7 text-indigo-600">PRESS CONTACT</h2>
<div class="mt-6 text-lg lg:text-xl font-light leading-8 text-gray-600">
<p>For press inquiries, please contact:</p>
<p class="mt-2">
<a href="mailto:info@ourworld.tf" class="text-indigo-600 hover:text-indigo-500">press@ourworld.tf</a>
</p>
</div>
</div>
</div>
</div>