Compare commits
No commits in common. "2720ffbc8b7acb3bc9eaf6e84136affa42220fc3" and "442d1708f5eab3c50961f24a79f2e7ed1dfc5685" have entirely different histories.
2720ffbc8b
...
442d1708f5
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 |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -45,16 +45,6 @@
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" />
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/brands.min.css" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/brands.min.css" />
|
||||||
|
|
||||||
<!-- Matomo Tag Manager -->
|
|
||||||
<script>
|
|
||||||
var _mtm = window._mtm = window._mtm || [];
|
|
||||||
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
|
||||||
(function() {
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.async=true; g.src='https://analytics.threefold.io/js/container_LOx26c3V.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<!-- End Matomo Tag Manager -->
|
|
||||||
|
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<div class="bg-white py-24 sm:py-32">
|
<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-7xl px-6 lg:px-8">
|
||||||
<div class="mx-auto max-w-3xl lg:mx-0">
|
<div class="mx-auto max-w-2xl lg:mx-0">
|
||||||
<h2 class="text-4xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-5xl">Logo and Brand Assets</h2>
|
<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 lg:text-xl font-normal text-gray-600">All the assets and brand resources you need to share OurWorld with the world.</p>
|
<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>
|
||||||
<div class="mx-auto max-w-2xl lg:mx-0 mt-12">
|
<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>
|
<h2 class="text-2xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-3xl">Black Versions (PNG & SVG)</h2>
|
||||||
@ -10,27 +10,27 @@
|
|||||||
<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">
|
<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">
|
<li class="flex flex-col">
|
||||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
||||||
<img class="h-full w-full object-cover" src="/images/ICON.png" alt="">
|
<img class="h-full w-full object-cover" src="/images/download/icon.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-6 text-lg lg:text-xl font-semibold tracking-tight text-gray-900">OW_ICON_BLACK</h3>
|
<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">
|
<a href="/images/download/ow_icon_black.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||||
Download Now
|
Download Now
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex flex-col">
|
<li class="flex flex-col">
|
||||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
||||||
<img class="h-full w-full object-cover" src="/images/VERTICAL.png" alt="">
|
<img class="h-full w-full object-cover" src="/images/download/vertical.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-6 text-lg lg:text-xl font-semibold tracking-tight text-gray-900">OW_LOGO_VERTICAL_BLACK</h3>
|
<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">
|
<a href="/images/download/owh_logo_vertical_black.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||||
Download Now
|
Download Now
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex flex-col">
|
<li class="flex flex-col">
|
||||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-100">
|
||||||
<img class="h-full w-full object-cover" src="/images/HORIZONTAL.png" alt="">
|
<img class="h-full w-full object-cover" src="/images/download/horizontal.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-6 text-lg lg:text-xl font-semibold tracking-tight text-gray-900">OW_LOGO_HORIZONTAL_BLACK</h3>
|
<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">
|
<a href="/images/download/owh_logo_horizontal_black.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||||
Download Now
|
Download Now
|
||||||
</a>
|
</a>
|
||||||
@ -43,27 +43,27 @@
|
|||||||
<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">
|
<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">
|
<li class="flex flex-col">
|
||||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
||||||
<img class="h-full w-full object-cover" src="/images/ICON_W.png" alt="">
|
<img class="h-full w-full object-cover" src="/images/download/icon_w.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-6 text-lg lg:text-xl font-semibold tracking-tight text-gray-900">OW_ICON_WHITE</h3>
|
<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">
|
<a href="/images/download/ow_icon_white.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||||
Download Now
|
Download Now
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex flex-col">
|
<li class="flex flex-col">
|
||||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
||||||
<img class="h-full w-full object-cover" src="/images/VERTICAL_W.png" alt="">
|
<img class="h-full w-full object-cover" src="/images/download/vertical_w.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-6 text-lg lg:text-xl font-semibold tracking-tight text-gray-900">OW_LOGO_VERTICAL_WHITE</h3>
|
<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">
|
<a href="/images/download/owh_logo_vertical_white.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||||
Download Now
|
Download Now
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex flex-col">
|
<li class="flex flex-col">
|
||||||
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
<div class="w-full aspect-[3/2] overflow-hidden rounded-2xl bg-gray-300">
|
||||||
<img class="h-full w-full object-cover" src="/images/HORIZONTAL_W.png" alt="">
|
<img class="h-full w-full object-cover" src="/images/download/horizontal_w.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-6 text-lg lg:text-xl font-semibold tracking-tight text-gray-900">OW_LOGO_HORIZONTAL_WHITE</h3>
|
<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">
|
<a href="/images/download/owh_logo_horizontal_white.zip" download class="text-base/7 text-gray-600 hover:underline">
|
||||||
Download Now
|
Download Now
|
||||||
</a>
|
</a>
|
||||||
|