fixed images
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -26,7 +26,7 @@
|
||||
<!-- Post 1 -->
|
||||
<div class="bg-[#303033] rounded-[4rem] shadow-lg max-w-sm flex flex-col overflow-hidden">
|
||||
<!-- 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">
|
||||
<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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/formal.jpg' %}"
|
||||
<img src="{% static 'images/blog2.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
class="w-full h-64 object-cover rounded-[4rem]"
|
||||
/>
|
||||
@@ -159,7 +159,7 @@
|
||||
<!-- Duplicate Cards -->
|
||||
<div class="bg-[#303033] rounded-[4rem] overflow-hidden flex flex-col w-[29rem]">
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/prov.png' %}"
|
||||
<img src="{% static 'images/blog1.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/disrupt.png' %}"
|
||||
<img src="{% static 'images/blog3.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/ras.png' %}"
|
||||
<img src="{% static 'images/blog8.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/close.jpg' %}"
|
||||
<img src="{% static 'images/blog4.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/july.jpg' %}"
|
||||
<img src="{% static 'images/blog5.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/women.jpg' %}"
|
||||
<img src="{% static 'images/blog6.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/train.jpg' %}"
|
||||
<img src="{% static 'images/blog7.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
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]">
|
||||
|
||||
<!-- Image -->
|
||||
<img src="{% static 'images/pattelar.jpg' %}"
|
||||
<img src="{% static 'images/blog8.jpg' %}"
|
||||
alt="Former DFB physio"
|
||||
class="w-full h-64 object-cover rounded-[4rem]"
|
||||
/>
|
||||
|
||||
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 129 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB |
@@ -25,7 +25,7 @@
|
||||
|
||||
<!-- CTA Button -->
|
||||
<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">
|
||||
Boost your game
|
||||
</a>
|
||||
@@ -70,7 +70,7 @@
|
||||
</p>
|
||||
|
||||
<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"
|
||||
>
|
||||
Boost your game
|
||||
@@ -81,7 +81,7 @@
|
||||
<!-- RIGHT IMAGE -->
|
||||
<div class="md:w-1/2 flex justify-center">
|
||||
<img
|
||||
src="/static/images/sec-2.jpeg"
|
||||
src="/static/images/sec-2.jpg"
|
||||
alt="Training Image"
|
||||
class="max-w-full shadow-lg"
|
||||
/>
|
||||
@@ -96,7 +96,7 @@
|
||||
<!-- LEFT IMAGE -->
|
||||
<div class="md:w-1/2">
|
||||
<img
|
||||
src="static/images/sec-3.jpeg"
|
||||
src="static/images/sec-3.jpg"
|
||||
alt="Training Image"
|
||||
class="w-full shadow-lg"
|
||||
/>
|
||||
@@ -120,7 +120,7 @@
|
||||
</p>
|
||||
|
||||
<a
|
||||
href="https://app.b-42.com/"
|
||||
href=""
|
||||
class="inline-block bg-black text-[#d0ff23] border-2 border-[#d0ff23]
|
||||
px-8 py-3 rounded-full font-semibold
|
||||
transition-all duration-300 hover:bg-[#d0ff23] hover:text-black"
|
||||
@@ -164,7 +164,7 @@
|
||||
|
||||
<div class="mt-[7rem]">
|
||||
<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"
|
||||
>
|
||||
Boost your game
|
||||
@@ -175,7 +175,7 @@
|
||||
|
||||
<div class="md:w-1/2">
|
||||
<img
|
||||
src="static/images/sec-4.jpeg"
|
||||
src="static/images/sec-4.jpg"
|
||||
alt="Training Image"
|
||||
class="w-full shadow-lg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user