Spaces:
Running
Running
change the image
Browse files- about.html +7 -7
- index.html +2 -2
about.html
CHANGED
|
@@ -141,9 +141,9 @@
|
|
| 141 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 142 |
<!-- Team Member 1 -->
|
| 143 |
<div class="group">
|
| 144 |
-
|
| 145 |
-
<img src="http://static.photos/people/640x360/
|
| 146 |
-
|
| 147 |
<div class="absolute bottom-0 left-0 p-4">
|
| 148 |
<h3 class="text-xl font-bold text-white">Alex Johnson</h3>
|
| 149 |
<p class="text-yellow-500">CEO & Founder</p>
|
|
@@ -157,8 +157,8 @@
|
|
| 157 |
<!-- Team Member 2 -->
|
| 158 |
<div class="group">
|
| 159 |
<div class="relative overflow-hidden rounded-lg border-2 border-red-500 mb-4 h-64">
|
| 160 |
-
<img src="http://static.photos/people/640x360/
|
| 161 |
-
|
| 162 |
<div class="absolute bottom-0 left-0 p-4">
|
| 163 |
<h3 class="text-xl font-bold text-white">Sarah Chen</h3>
|
| 164 |
<p class="text-red-500">CTO</p>
|
|
@@ -172,8 +172,8 @@
|
|
| 172 |
<!-- Team Member 3 -->
|
| 173 |
<div class="group">
|
| 174 |
<div class="relative overflow-hidden rounded-lg border-2 border-yellow-500 mb-4 h-64">
|
| 175 |
-
<img src="http://static.photos/people/640x360/
|
| 176 |
-
|
| 177 |
<div class="absolute bottom-0 left-0 p-4">
|
| 178 |
<h3 class="text-xl font-bold text-white">Marcus Wright</h3>
|
| 179 |
<p class="text-yellow-500">Head of Coaching</p>
|
|
|
|
| 141 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 142 |
<!-- Team Member 1 -->
|
| 143 |
<div class="group">
|
| 144 |
+
<div class="relative overflow-hidden rounded-lg border-2 border-yellow-500 mb-4 h-64">
|
| 145 |
+
<img src="http://static.photos/people/640x360/124" alt="Alex Johnson" class="w-full h-full object-cover group-hover:scale-105 transition duration-500">
|
| 146 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
|
| 147 |
<div class="absolute bottom-0 left-0 p-4">
|
| 148 |
<h3 class="text-xl font-bold text-white">Alex Johnson</h3>
|
| 149 |
<p class="text-yellow-500">CEO & Founder</p>
|
|
|
|
| 157 |
<!-- Team Member 2 -->
|
| 158 |
<div class="group">
|
| 159 |
<div class="relative overflow-hidden rounded-lg border-2 border-red-500 mb-4 h-64">
|
| 160 |
+
<img src="http://static.photos/people/640x360/125" alt="Sarah Chen" class="w-full h-full object-cover group-hover:scale-105 transition duration-500">
|
| 161 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
|
| 162 |
<div class="absolute bottom-0 left-0 p-4">
|
| 163 |
<h3 class="text-xl font-bold text-white">Sarah Chen</h3>
|
| 164 |
<p class="text-red-500">CTO</p>
|
|
|
|
| 172 |
<!-- Team Member 3 -->
|
| 173 |
<div class="group">
|
| 174 |
<div class="relative overflow-hidden rounded-lg border-2 border-yellow-500 mb-4 h-64">
|
| 175 |
+
<img src="http://static.photos/people/640x360/126" alt="Marcus Wright" class="w-full h-full object-cover group-hover:scale-105 transition duration-500">
|
| 176 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-80"></div>
|
| 177 |
<div class="absolute bottom-0 left-0 p-4">
|
| 178 |
<h3 class="text-xl font-bold text-white">Marcus Wright</h3>
|
| 179 |
<p class="text-yellow-500">Head of Coaching</p>
|
index.html
CHANGED
|
@@ -462,8 +462,8 @@ Get Started
|
|
| 462 |
<div class="flex flex-col md:flex-row items-center">
|
| 463 |
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
|
| 464 |
<div class="relative mb-8">
|
| 465 |
-
<img src="http://static.photos/people/640x360/
|
| 466 |
-
|
| 467 |
<i data-feather="user" class="inline mr-2"></i> Elite Coaches
|
| 468 |
</div>
|
| 469 |
</div>
|
|
|
|
| 462 |
<div class="flex flex-col md:flex-row items-center">
|
| 463 |
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
|
| 464 |
<div class="relative mb-8">
|
| 465 |
+
<img src="http://static.photos/people/640x360/123" alt="Coach" class="rounded-lg border-2 border-yellow-500 hovered-element">
|
| 466 |
+
<div class="absolute bottom-0 left-0 bg-yellow-500 text-black px-4 py-2 rounded-tr-lg">
|
| 467 |
<i data-feather="user" class="inline mr-2"></i> Elite Coaches
|
| 468 |
</div>
|
| 469 |
</div>
|