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

This commit is contained in:
sasha-astiadi 2025-04-11 17:01:08 +02:00
parent 66034ce553
commit 4624d0153a
3 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
static/images/contact.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -3,7 +3,7 @@
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true"> <div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div> <div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div> </div>
<div class="mx-auto grid max-w-7xl grid-cols-1 lg:grid-cols-2"> <div class="mx-auto grid max-w-7xl grid-cols-1 lg:grid-cols-2 gap-8">
<!-- Left Column: Text Content and Form --> <!-- Left Column: Text Content and Form -->
<div class="relative px-6 pb-20 pt-24 sm:pt-32 lg:static lg:px-8"> <div class="relative px-6 pb-20 pt-24 sm:pt-32 lg:static lg:px-8">
<div class="mx-auto max-w-xl lg:mx-0 lg:max-w-lg"> <div class="mx-auto max-w-xl lg:mx-0 lg:max-w-lg">
@ -34,6 +34,10 @@
</dl> </dl>
</div> </div>
</div> </div>
<!-- Right Column: Image -->
<div class="relative flex items-center justify-center px-6 lg:px-8">
<img src="/images/contact.jpg" alt="Contact" class="w-full h-auto rounded-xl shadow-lg object-cover">
</div>
</div> </div>
</div> </div>
</div> </div>