create images

This commit is contained in:
2026-01-08 12:55:18 +05:30
parent 6aaabaee69
commit cdd7b49eba
13 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@
<!-- Back layer: team1a (aerial team huddle - shaped like a circle) --> <!-- Back layer: team1a (aerial team huddle - shaped like a circle) -->
<div class="absolute inset-0 overflow-hidden shadow-2xl opacity-90"> <div class="absolute inset-0 overflow-hidden shadow-2xl opacity-90">
<img <img
src="{% static 'images/team1a.jpg' %}" src="{% static 'images/team1.jpg' %}"
alt="Soccer team in motivational huddle circle on the field" alt="Soccer team in motivational huddle circle on the field"
class="w-full h-full object-cover rounded-tl-[25%]" class="w-full h-full object-cover rounded-tl-[25%]"
> >
@@ -116,7 +116,7 @@
<!-- Image Section --> <!-- Image Section -->
<div class="w-full lg:w-1/2 relative"> <div class="w-full lg:w-1/2 relative">
<img <img
src="{% static 'images/team2.png' %}" src="{% static 'images/team2.jpg' %}"
alt="Tennis coach celebrating victory with arms raised" alt="Tennis coach celebrating victory with arms raised"
class="w-full h-full object-cover" class="w-full h-full object-cover"
> >

View File

@@ -20,7 +20,7 @@ Case Studies
<!-- Image on the right --> <!-- Image on the right -->
<div class="lg:w-1/2 flex justify-end"> <div class="lg:w-1/2 flex justify-end">
<img src="{% static 'images/stoey.png' %}" <img src="{% static 'images/stoey.jpg' %}"
alt="Success story image" alt="Success story image"
class="w-full max-w-md lg:max-w-[33rem] h-60 sm:h-70 md:h-76 lg:h-[30rem] object-cover rounded-[4rem]"> class="w-full max-w-md lg:max-w-[33rem] h-60 sm:h-70 md:h-76 lg:h-[30rem] object-cover rounded-[4rem]">
@@ -96,7 +96,7 @@ Case Studies
<!-- Card 2 --> <!-- Card 2 -->
<div class="bg-[#6d78ff] rounded-[4rem] overflow-hidden flex flex-col"> <div class="bg-[#6d78ff] rounded-[4rem] overflow-hidden flex flex-col">
<img src="{% static 'images/sv.png' %}" <img src="{% static 'images/sv.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]"
/> />
@@ -130,7 +130,7 @@ Case Studies
<!-- Card 3 --> <!-- Card 3 -->
<div class="bg-[#6d78ff] rounded-[4rem] overflow-hidden flex flex-col"> <div class="bg-[#6d78ff] rounded-[4rem] overflow-hidden flex flex-col">
<img src="{% static 'images/stoey.png' %}" <img src="{% static 'images/stoey.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]"
/> />
@@ -197,7 +197,7 @@ Case Studies
<!-- Left: Image + Text --> <!-- Left: Image + Text -->
<div class="flex items-center gap-4"> <div class="flex items-center gap-4">
<img src="{% static 'images/roland.png' %}" <img src="{% static 'images/roland.jpg' %}"
alt="Roland Hofmann" alt="Roland Hofmann"
class="w-20 h-20 rounded-full object-cover" /> class="w-20 h-20 rounded-full object-cover" />
@@ -271,8 +271,8 @@ Case Studies
<!-- Images Row --> <!-- Images Row -->
<div class="flex flex-row justify-center gap-2 flex-wrap"> <div class="flex flex-row justify-center gap-2 flex-wrap">
<img src="{% static 'images/player1.png' %}" alt="Story 1" class="w-[28rem] h-[16rem] object-cover rounded-[4rem]" /> <img src="{% static 'images/player1.jpg' %}" alt="Story 1" class="w-[28rem] h-[16rem] object-cover rounded-[4rem]" />
<img src="{% static 'images/player2.png' %}" alt="Story 2" class="w-[28rem] h-[16rem] object-cover rounded-[4rem]" /> <img src="{% static 'images/player2.jpg' %}" alt="Story 2" class="w-[28rem] h-[16rem] object-cover rounded-[4rem]" />
<img src="{% static 'images/player3.png' %}" alt="Story 3" class="w-[28rem] h-[16rem] object-cover rounded-[4rem]" /> <img src="{% static 'images/player3.png' %}" alt="Story 3" class="w-[28rem] h-[16rem] object-cover rounded-[4rem]" />
</div> </div>
@@ -463,7 +463,7 @@ Case Studies
</div> </div>
</div> </div>

BIN
static/images/player1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
static/images/player2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

BIN
static/images/roland.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

BIN
static/images/stoey.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
static/images/sv.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
static/images/team1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

BIN
static/images/team2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 KiB