Compare commits
10 Commits
developmen
...
442d1708f5
Author | SHA1 | Date | |
---|---|---|---|
442d1708f5 | |||
6d3636a90f | |||
acef2e8fef | |||
be22d70fe4 | |||
0b6498f866 | |||
0e57c4a3f4 | |||
71c828a141 | |||
d600bd9f58 | |||
42ea067af4 | |||
d014720aa8 |
2
build.sh
@@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then
|
||||
ASSET="$ASSET-arm64"
|
||||
fi
|
||||
|
||||
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}"
|
||||
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}"
|
||||
chmod +x $ASSET
|
||||
mv $ASSET tailwindcss
|
||||
|
||||
|
@@ -18,7 +18,7 @@ HOMEPAGE (layouts/index.html) contains:
|
||||
2. About section: "partials/about.html"
|
||||
3. Foundation section: "partials/features.html"
|
||||
4. Milestones section: "partials/stats.html
|
||||
5. Portfolio section: "partials/ventures.html"
|
||||
5. Ventures section: "partials/ventures.html"
|
||||
5. Quote: "partials/quotes.html"
|
||||
|
||||
---
|
||||
|
BIN
content/mediakit/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
content/mediakit/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/mediakit/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/mediakit/img/about.jpeg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
content/mediakit/img/exits.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
content/mediakit/img/freeflow.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
content/mediakit/img/president.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
content/mediakit/img/threefold.png
Normal file
After Width: | Height: | Size: 239 KiB |
25
content/mediakit/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 2
|
||||
template: "layouts/mediakit.html"
|
||||
---
|
||||
|
||||
<!--
|
||||
This page is designed by combining specific 'block' (partial html pages) together.
|
||||
To edit the page content, please go to the partial html files listed below.
|
||||
CONTACT PAGE (layouts/contact.html) contains:
|
||||
|
||||
1. Contact Section: "partials/contact.html"
|
||||
2. Quote Section: "partials/quote.html"
|
||||
|
||||
---
|
||||
Extras:
|
||||
1. header: "partials/header_custom.html"
|
||||
2. footer: "partials/footer.html"
|
||||
-->
|
||||
|
||||
|
BIN
content/mediakit/videos/ow.mp4
Normal file
BIN
static/images/cybercity.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
static/images/download/HORIZONTAL.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/images/download/HORIZONTAL_W.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/images/download/ICON.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
static/images/download/ICON_W.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
static/images/download/VERTICAL.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/images/download/VERTICAL_W.png
Normal file
After Width: | Height: | Size: 15 KiB |
1
static/images/download/horizontal.svg
Normal file
After Width: | Height: | Size: 17 KiB |
1
static/images/download/icon.svg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
static/images/download/ow_icon_black.zip
Normal file
BIN
static/images/download/ow_icon_white.zip
Normal file
BIN
static/images/download/ow_logo_horizontal_white.zip
Normal file
BIN
static/images/download/ow_logo_vertical_black.zip
Normal file
BIN
static/images/download/ow_logo_vertical_white.zip
Normal file
BIN
static/images/download/owh_logo_horizontal_black.zip
Normal file
1
static/images/download/vertical.svg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
static/images/freezone.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
static/images/habari.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
static/images/hero.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/images/ov.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
static/images/people_1.jpg
Normal file
After Width: | Height: | Size: 207 KiB |
BIN
static/images/people_2.jpg
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
static/images/people_3.jpg
Normal file
After Width: | Height: | Size: 128 KiB |
BIN
static/images/people_4.jpg
Normal file
After Width: | Height: | Size: 227 KiB |
BIN
static/images/people_5.jpg
Normal file
After Width: | Height: | Size: 337 KiB |
BIN
static/images/sikana.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/images/tf.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
static/images/tf9.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
16
templates/layouts/mediakit.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<!-- home page template, has a banner and rows of page summaries -->
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="mediakit/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
||||
{% include "partials/media_hero.html" %}
|
||||
{% include "partials/quote.html" %}
|
||||
|
||||
{% endblock content %}
|
@@ -22,7 +22,7 @@
|
||||
</dd>
|
||||
</div>
|
||||
<div class="flex flex-col-reverse px-6 py-2">
|
||||
<dt class="text-base leading-7 text-gray-300">Harness the power of our advanced interconnected technological ecosystem, designed to grant individuals, communities, and countries complete digital sovereignty. This is the bedrock of innovation and growth.</dt>
|
||||
<dt class="text-base leading-7 text-gray-300">Harness the power of our advanced interconnected technological ecosystem, designed to grant individuals, communities, and countries complete digital autonomy. This is the bedrock of innovation and growth.</dt>
|
||||
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 rounded-md bg-white text-black p-1">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" />
|
||||
|
@@ -20,8 +20,11 @@
|
||||
</div>
|
||||
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
|
||||
© 2024 OurWorld Holdings, All rights reserved.
|
||||
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
||||
</a><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy
|
||||
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
||||
</a>
|
||||
<a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
|
||||
</a>
|
||||
<a target="_blank" href="/mediakit" class="leading-6 text-gray-500 hover:text-gray-900">Media Kit
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -63,6 +63,22 @@
|
||||
<!-- Windows 8.1 and up, IE 11 -->
|
||||
|
||||
<!-- **** CONCLUSION, favicons **** -->
|
||||
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
var _paq = window._paq = window._paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//analytics.threefold.io/";
|
||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||
_paq.push(['setSiteId', '18']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
<!-- CSS/SCSS -->
|
||||
<link rel="stylesheet" href="{{ get_url(path="css/index.css", trailing_slash=false, cachebust=true) | safe }}" />
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<div class="text-center">
|
||||
<h1 class="text-3xl sm:text-4xl lg:text-6xl font-bold leading-8 tracking-tight text-white mb-4">OurWorld</h1>
|
||||
<h2 class="text-xl sm:text-2xl text-gray-200 px-6">Shaping the future of Augmented Collective Intelligence</h2>
|
||||
<p class="mt-6 text-lg sm:text-xl leading-7 sm:leading-8 text-white font-light mx-4 sm:mx-0">At OurWorld, we are building the required infrastructures and tools to enable an Augmented Collective Intelligence — creating a fairer, decentralized, sustainable, and sovereign future for all.
|
||||
<p class="mt-6 text-lg sm:text-xl leading-7 sm:leading-8 text-white font-light mx-4 sm:mx-0">At OurWorld, we are building the required infrastructures and tools to enable an Augmented Collective Intelligence — creating a fairer, decentralized, sustainable, and autonomous future for all.
|
||||
</p>
|
||||
<div class="mt-10 flex items-center justify-center gap-x-6">
|
||||
<a href="/about" class="rounded-md main-button px-3.5 py-2.5 font-semibold shadow-sm hover:bg- focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:bg-hover">Learn More</a>
|
||||
|
73
templates/partials/media_hero.html
Normal file
@@ -0,0 +1,73 @@
|
||||
<div class="bg-white py-24 sm:py-32">
|
||||
<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-4xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl">Logo and Brand Assets</h2>
|
||||
<p class="mt-6 text-lg/8 font-normal text-gray-600">All the assets and brand resources you need to share OurWorld with the world.</p>
|
||||
</div>
|
||||
<div class="mx-auto max-w-2xl lg:mx-0 mt-12">
|
||||
<h2 class="text-2xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-3xl">Black Versions (PNG & SVG)</h2>
|
||||
</div>
|
||||
<ul role="list" class="mx-auto mt-6 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
|
||||
<li class="flex flex-col">
|
||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
||||
<img class="h-full w-full object-cover" src="/images/download/icon.png" alt="">
|
||||
</div>
|
||||
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_ICON_BLACK</h3>
|
||||
<a href="/images/download/ow_icon_black.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||
Download Now
|
||||
</a>
|
||||
</li>
|
||||
<li class="flex flex-col">
|
||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
||||
<img class="h-full w-full object-cover" src="/images/download/vertical.png" alt="">
|
||||
</div>
|
||||
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_VERTICAL_BLACK</h3>
|
||||
<a href="/images/download/owh_logo_vertical_black.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||
Download Now
|
||||
</a>
|
||||
</li>
|
||||
<li class="flex flex-col">
|
||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
||||
<img class="h-full w-full object-cover" src="/images/download/horizontal.png" alt="">
|
||||
</div>
|
||||
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_HORIZONTAL_BLACK</h3>
|
||||
<a href="/images/download/owh_logo_horizontal_black.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||
Download Now
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="mx-auto max-w-2xl lg:mx-0 mt-12">
|
||||
<h2 class="text-2xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-3xl">White Versions (PNG & SVG)</h2>
|
||||
</div>
|
||||
<ul role="list" class="mx-auto mt-6 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
|
||||
<li class="flex flex-col">
|
||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
||||
<img class="h-full w-full object-cover" src="/images/download/icon_w.png" alt="">
|
||||
</div>
|
||||
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_ICON_WHITE</h3>
|
||||
<a href="/images/download/ow_icon_white.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||
Download Now
|
||||
</a>
|
||||
</li>
|
||||
<li class="flex flex-col">
|
||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
||||
<img class="h-full w-full object-cover" src="/images/download/vertical_w.png" alt="">
|
||||
</div>
|
||||
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_VERTICAL_WHITE</h3>
|
||||
<a href="/images/download/owh_logo_vertical_white.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||
Download Now
|
||||
</a>
|
||||
</li>
|
||||
<li class="flex flex-col">
|
||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
||||
<img class="h-full w-full object-cover" src="/images/download/horizontal_w.png" alt="">
|
||||
</div>
|
||||
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_HORIZONTAL_WHITE</h3>
|
||||
<a href="/images/download/owh_logo_horizontal_white.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||
Download Now
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
@@ -7,41 +7,115 @@
|
||||
<div class="relative mx-auto -mt-12 max-w-7xl px-4 pb-24 sm:px-6 sm:pb-24 lg:px-8">
|
||||
<div class="mx-auto max-w-2xl text-center lg:max-w-4xl">
|
||||
<h2 class="lg:text-5xl font-bold tracking-tight text-gray-900 text-3xl">OurWorld Ventures</h2>
|
||||
<p class="mt-4 text-gray-500">These are the first OurWorld Ventures, connected by a strong set of values and the aim to bring forward a new era of digital sovereignty and empowerment.</p>
|
||||
<p class="mt-4 text-gray-500">These are the first OurWorld Ventures, connected by a strong set of values and the aim to bring forward a new era of digital autonomy and empowerment.</p>
|
||||
</div>
|
||||
|
||||
<dl class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-6 gap-y-10 sm:grid-cols-2 sm:gap-y-16 lg:max-w-none lg:grid-cols-3 lg:gap-x-8">
|
||||
<dl class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-6 lg:gap-y-10 sm:grid-cols-2 gap-y-16 lg:max-w-none lg:grid-cols-3 lg:gap-x-8">
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">ThreeFold</dt>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">ThreeFold is a scalable bare metal infrastructure layer for AI, Internet, and Cloud – presenting a cloud solution that offers unmatched security, reliability, performance, and sovereignty. Leveraging open source technology as developed by TF9.</dd>
|
||||
<div class="flex items-center">
|
||||
<a href="https://threefold.io" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/tf.png"
|
||||
alt="ThreeFold Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">ThreeFold</dt>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">
|
||||
ThreeFold is a scalable bare metal infrastructure layer for AI, Internet, and Cloud – presenting a cloud solution that offers unmatched security, reliability, performance, and autonomy. Leveraging open source technology as developed by TF9.
|
||||
</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">TF9</dt>
|
||||
<div class="flex items-center">
|
||||
<a href="https://tf9.io" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/tf9.png"
|
||||
alt="TF9LOGO Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
</a>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">TF9</dt>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">TF9 is a software company which has developed a cloud computing system designed for global scalability, offering secure, immutable data storage that ensures integrity and permanence.</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">OurWorld Digital FreeZone</dt>
|
||||
<div class="flex items-center">
|
||||
<a href="https://freezone.ourworld.tf" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/freezone.png"
|
||||
alt="odfz Logo"
|
||||
class="w-8 h-8 mr-2 hover:opacity-80"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">OW Digital Freezone</dt>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">A collaboration with the Government of Zanzibar. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The FreeZone provides regulatory incentives and benefits to businesses through a fully online platform.</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">Zanzibar Cyber City</dt>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">A visionary startup city featuring 3,000 units in its initial stages. The cyber city aims to be a collaborative hub for innovation, bringing together startups, investors, and technologists in a state-of-the-art urban environment.</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">Sikana</dt>
|
||||
<div class="flex items-center">
|
||||
<a href="https://sikana.tv" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/sikana.png"
|
||||
alt="TF9LOGO Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">Sikana</dt>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">Sikana is a global non-profit dedicated to democratizing knowledge through free educational video programs. The Sikana platform aims to empower people worldwide by making practical knowledge accessible to all.</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">OurVerse</dt>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">OurVerse is a metaverse platform offering tools for collaboration and digital world creation, enabling new ways for people to interact and engage virtually. With OurVerse, anyone can create entire virtual worlds from AI prompts. <i>Launching Q4 2024.</i></dd>
|
||||
<div class="flex items-center">
|
||||
<a href="https://ourverse.tf" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/ov.png"
|
||||
alt="OV Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">OurVerse</dt>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">OurVerse is a metaverse platform offering tools for collaboration and digital world creation, enabling new ways for people to interact and engage virtually. With OurVerse, anyone can create entire virtual worlds from AI prompts.
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<div class="flex items-center">
|
||||
<a href="#" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/cybercity.png"
|
||||
alt="OV Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">ZNZ CyberCity</dt>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">A visionary startup city featuring 3,000 units in its initial stages. The cyber city aims to be a collaborative hub for innovation, bringing together startups, investors, and technologists in a state-of-the-art urban environment.</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<div class="flex items-center">
|
||||
<a href="#" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/hero.png"
|
||||
alt="OV Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">Hero</dt>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">Hero is a digital assistant designed to give individuals full control over their digital identity and assets. Focused on privacy and autonomy, Hero helps manage personal information, tasks, and interactions across decentralized platforms. <i>First version expected Q4 2024.</i></dd>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">Hero is a digital assistant designed to give individuals full control over their digital identity and assets. Focused on privacy and autonomy, Hero helps manage personal information, tasks, and interactions across decentralized platforms.</dd>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 pt-4">
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">Habari</dt>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">Habari is a joint venture that aims to revolutionize cloud infrastructure and drive business in Africa with a highly secure, scalable, and sovereign edge computing platform. <i>Expected Q4 2024.</i> </dd>
|
||||
<div class="flex items-center">
|
||||
<a href="#" target="_blank" class="flex items-center hover:text-indigo-700">
|
||||
<img
|
||||
src="/images/habari.png"
|
||||
alt="OV Logo"
|
||||
class="w-8 h-8 mr-2"
|
||||
/>
|
||||
<dt class="font-semibold lg:text-2xl text-xl text-gray-900">Habari</dt>
|
||||
</a>
|
||||
</div>
|
||||
<dd class="mt-2 tracking-tight text-gray-500">Habari is a joint venture that aims to revolutionize cloud infrastructure and drive business in Africa with a highly secure, scalable, and autonomous edge computing platform.</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<svg class="h-12 mx-auto mb-3 text-gray-400 dark:text-gray-600" viewBox="0 0 24 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.017 18L14.017 10.609C14.017 4.905 17.748 1.039 23 0L23.995 2.151C21.563 3.068 20 5.789 20 8H24V18H14.017ZM0 18V10.609C0 4.905 3.748 1.038 9 0L9.996 2.151C7.563 3.068 6 5.789 6 8H9.983L9.983 18L0 18Z" fill="currentColor"/>
|
||||
</svg>
|
||||
<h3 class="text-gray-900"><i>We don't just fund individual ventures – we actively shape the architecture of our unique ecosystem. The future we are building is one where technology empowers people and drives innovation while prioritizing safety and sovereignty .</i></h3>
|
||||
<h3 class="text-gray-900"><i>We don't just fund individual ventures – we actively shape the architecture of our unique ecosystem. The future we are building is one where technology empowers people and drives innovation while prioritizing safety and autonomy .</i></h3>
|
||||
<figcaption class="flex items-center justify-center mt-6 space-x-3">
|
||||
<img class="w-6 h-6 rounded-full" src="./images/kds.png" alt="profile picture">
|
||||
<div class="flex items-center divide-x-2 divide-gray-500 dark:divide-gray-700">
|
||||
|
@@ -19,13 +19,13 @@
|
||||
<div class="mx-auto max-w-7xl px-6 lg:pb-24 pt-24 lg:px-8 lg:pt-12">
|
||||
<div class="mx-auto max-w-2xl gap-x-14 lg:mx-0 lg:flex lg:max-w-none lg:items-center">
|
||||
<div class="relative lg:hidden pb-4">
|
||||
<img src="https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=960&h=540&q=80" alt="" class="aspect-[16/9] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<img src="/images/people_1.jpg">
|
||||
<div class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10"></div>
|
||||
</div>
|
||||
<div class="relative w-full max-w-xl lg:shrink-0 xl:max-w-2xl lg:order-first sm:pt-12">
|
||||
<h2 class="text-base font-semibold leading-8 text-indigo-600 mb-2">VENTURES</h2>
|
||||
<h1 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">Where Innovation Meets Independence</h1>
|
||||
<p class="mt-6 text-lg leading-8 text-gray-600 sm:max-w-md lg:max-w-none">All ventures within the OurWorld ecosystem are connected through our shared principles, values, and the aim to bring forward a new era of digital sovereignty and self-empowerment. Explore the ventures shaping our future.</p>
|
||||
<p class="mt-6 text-lg leading-8 text-gray-600 sm:max-w-md lg:max-w-none">All ventures within the OurWorld ecosystem are connected through our shared principles, values, and the aim to bring forward a new era of digital autonomy and self-empowerment. Explore the ventures shaping our future.</p>
|
||||
<div class="mt-10 flex items-center gap-x-6">
|
||||
<a href="/ventures" class="rounded-md main-button 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">Explore Ventures</a>
|
||||
</div>
|
||||
@@ -33,27 +33,27 @@
|
||||
<div class="mt-14 flex justify-end gap-8 lg:mt-0 lg:pl-0">
|
||||
<div class="ml-auto w-44 flex-none space-y-8 lg:pt-36 hidden lg:block">
|
||||
<div class="relative hidden lg:block">
|
||||
<img src="https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&h=528&q=80" alt="" class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<img src="/images/people_1.jpg" alt="" class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<div class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mr-auto w-44 flex-none space-y-8 lg:pt-24 hidden lg:block">
|
||||
<div class="relative hidden lg:block">
|
||||
<img src="https://images.unsplash.com/photo-1485217988980-11786ced9454?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&h=528&q=80" alt="" class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<img src="/images/people_2.jpg" alt="" class="aspect-[2/3] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<div class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10"></div>
|
||||
</div>
|
||||
<div class="relative hidden lg:block">
|
||||
<img src="https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&crop=focalpoint&fp-x=.4&w=396&h=528&q=80" alt="" class="aspect-[3/4] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<img src="/images/people_3.jpg" alt="" class="aspect-[3/4] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<div class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-44 flex-none space-y-8 lg:pt-12 hidden lg:block">
|
||||
<div class="relative hidden lg:block">
|
||||
<img src="https://images.unsplash.com/photo-1670272504528-790c24957dda?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&crop=left&w=400&h=528&q=80" alt="" class="aspect-[3/4] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<img src="/images/people_4.jpg" alt="" class="aspect-[3/4] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<div class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10"></div>
|
||||
</div>
|
||||
<div class="relative hidden lg:block">
|
||||
<img src="https://images.unsplash.com/photo-1670272505284-8faba1c31f7d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&h=528&q=80" alt="" class="aspect-[3/4] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<img src="/images/people_5.jpg" alt="" class="aspect-[3/4] w-full rounded-xl bg-gray-900/5 object-cover shadow-lg">
|
||||
<div class="pointer-events-none absolute inset-0 rounded-xl ring-1 ring-inset ring-gray-900/10"></div>
|
||||
</div>
|
||||
</div>
|
||||
|