edit text size
Some checks are pending
ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
sasha-astiadi 2025-04-08 15:50:57 +02:00
parent ef0f15391f
commit 9190cb98eb

View File

@ -1,8 +1,8 @@
<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">
<div class="mx-auto max-w-3xl 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>
<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>
</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>
@ -12,7 +12,7 @@
<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="">
</div>
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_ICON_BLACK</h3>
<h3 class="mt-6 text-lg lg:text-xl 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>
@ -21,7 +21,7 @@
<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="">
</div>
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_VERTICAL_BLACK</h3>
<h3 class="mt-6 text-lg lg:text-xl 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>
@ -30,7 +30,7 @@
<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="">
</div>
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_HORIZONTAL_BLACK</h3>
<h3 class="mt-6 text-lg lg:text-xl 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>
@ -45,7 +45,7 @@
<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="">
</div>
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_ICON_WHITE</h3>
<h3 class="mt-6 text-lg lg:text-xl 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>
@ -54,7 +54,7 @@
<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="">
</div>
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_VERTICAL_WHITE</h3>
<h3 class="mt-6 text-lg lg:text-xl 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>
@ -63,7 +63,7 @@
<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="">
</div>
<h3 class="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">OW_LOGO_HORIZONTAL_WHITE</h3>
<h3 class="mt-6 text-lg lg:text-xl 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>