fixed images

This commit is contained in:
2026-01-08 15:32:50 +05:30
parent 3c01ef9af5
commit 07fcc455d7
7 changed files with 17 additions and 17 deletions

View File

@@ -26,7 +26,7 @@
<!-- Post 1 --> <!-- Post 1 -->
<div class="bg-[#303033] rounded-[4rem] shadow-lg max-w-sm flex flex-col overflow-hidden"> <div class="bg-[#303033] rounded-[4rem] shadow-lg max-w-sm flex flex-col overflow-hidden">
<!-- Image with all corners rounded --> <!-- Image with all corners rounded -->
<img src="{% static 'images/prov.png' %}" alt="Recover like a Pro" class="w-full object-cover rounded-[4rem]" /> <img src="{% static 'images/blog1.jpg' %}" alt="Recover like a Pro" class="w-full object-cover rounded-[4rem]" />
<div class="p-6 flex flex-col flex-grow justify-between text-left"> <div class="p-6 flex flex-col flex-grow justify-between text-left">
<p class="text-gray-300 text-sm mb-2 font-bold">November 5, 2025</p> <p class="text-gray-300 text-sm mb-2 font-bold">November 5, 2025</p>
@@ -108,7 +108,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/formal.jpg' %}" <img src="{% static 'images/blog2.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -159,7 +159,7 @@
<!-- Duplicate Cards --> <!-- Duplicate Cards -->
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/prov.png' %}" <img src="{% static 'images/blog1.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -265,7 +265,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/disrupt.png' %}" <img src="{% static 'images/blog3.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -372,7 +372,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/ras.png' %}" <img src="{% static 'images/blog8.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -424,7 +424,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/close.jpg' %}" <img src="{% static 'images/blog4.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -477,7 +477,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/july.jpg' %}" <img src="{% static 'images/blog5.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -530,7 +530,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/women.jpg' %}" <img src="{% static 'images/blog6.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -581,7 +581,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/train.jpg' %}" <img src="{% static 'images/blog7.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />
@@ -634,7 +634,7 @@
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]"> <div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
<!-- Image --> <!-- Image -->
<img src="{% static 'images/pattelar.jpg' %}" <img src="{% static 'images/blog8.jpg' %}"
alt="Former DFB physio" alt="Former DFB physio"
class="w-full h-64 object-cover rounded-[4rem]" class="w-full h-64 object-cover rounded-[4rem]"
/> />

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -25,7 +25,7 @@
<!-- CTA Button --> <!-- CTA Button -->
<div class="mt-6 pointer-events-auto"> <div class="mt-6 pointer-events-auto">
<a href="https://app.b-42.com/" <a href=""
class="inline-block bg-white text-black px-8 py-3 rounded-lg font-semibold transition-all hover:bg-gray-200"> class="inline-block bg-white text-black px-8 py-3 rounded-lg font-semibold transition-all hover:bg-gray-200">
Boost your game Boost your game
</a> </a>
@@ -70,7 +70,7 @@
</p> </p>
<a <a
href="https://app.b-42.com/" href=""
class="inline-block bg-[#6d7cff] hover:bg-[#5b6bf5] transition px-8 py-3 rounded-full font-semibold text-white" class="inline-block bg-[#6d7cff] hover:bg-[#5b6bf5] transition px-8 py-3 rounded-full font-semibold text-white"
> >
Boost your game Boost your game
@@ -81,7 +81,7 @@
<!-- RIGHT IMAGE --> <!-- RIGHT IMAGE -->
<div class="md:w-1/2 flex justify-center"> <div class="md:w-1/2 flex justify-center">
<img <img
src="/static/images/sec-2.jpeg" src="/static/images/sec-2.jpg"
alt="Training Image" alt="Training Image"
class="max-w-full shadow-lg" class="max-w-full shadow-lg"
/> />
@@ -96,7 +96,7 @@
<!-- LEFT IMAGE --> <!-- LEFT IMAGE -->
<div class="md:w-1/2"> <div class="md:w-1/2">
<img <img
src="static/images/sec-3.jpeg" src="static/images/sec-3.jpg"
alt="Training Image" alt="Training Image"
class="w-full shadow-lg" class="w-full shadow-lg"
/> />
@@ -120,7 +120,7 @@
</p> </p>
<a <a
href="https://app.b-42.com/" href=""
class="inline-block bg-black text-[#d0ff23] border-2 border-[#d0ff23] class="inline-block bg-black text-[#d0ff23] border-2 border-[#d0ff23]
px-8 py-3 rounded-full font-semibold px-8 py-3 rounded-full font-semibold
transition-all duration-300 hover:bg-[#d0ff23] hover:text-black" transition-all duration-300 hover:bg-[#d0ff23] hover:text-black"
@@ -164,7 +164,7 @@
<div class="mt-[7rem]"> <div class="mt-[7rem]">
<a <a
href="https://app.b-42.com/" href=""
class="inline-block bg-[#6d7cff] hover:bg-[#5b6bf5] transition px-8 py-3 rounded-full font-semibold text-white" class="inline-block bg-[#6d7cff] hover:bg-[#5b6bf5] transition px-8 py-3 rounded-full font-semibold text-white"
> >
Boost your game Boost your game
@@ -175,7 +175,7 @@
<div class="md:w-1/2"> <div class="md:w-1/2">
<img <img
src="static/images/sec-4.jpeg" src="static/images/sec-4.jpg"
alt="Training Image" alt="Training Image"
class="w-full shadow-lg" class="w-full shadow-lg"
/> />