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

This commit is contained in:
sasha-astiadi 2025-04-08 15:41:20 +02:00
parent b1ff904e16
commit aa62398676
13 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

View File

@ -10,7 +10,7 @@
<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="">
<img class="h-full w-full object-cover" src="/img/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">
@ -19,7 +19,7 @@
</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="">
<img class="h-full w-full object-cover" src="/img/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">
@ -28,7 +28,7 @@
</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="">
<img class="h-full w-full object-cover" src="/img/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">
@ -43,7 +43,7 @@
<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="">
<img class="h-full w-full object-cover" src="/img/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">
@ -52,7 +52,7 @@
</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="">
<img class="h-full w-full object-cover" src="/img/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">
@ -61,7 +61,7 @@
</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="">
<img class="h-full w-full object-cover" src="/img/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">