Skip to content

Commit

Permalink
use appropriate classes for team images
Browse files Browse the repository at this point in the history
  • Loading branch information
freedompraise committed May 15, 2024
1 parent e950e31 commit abfdbcd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h2 class="w-full text-3xl font-bold leading-tight text-center">Our Team</h2>

<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
<article class="bg-gray-100 rounded-lg shadow-lg overflow-hidden">
<img src="images/Pastor_Bree_Elite Global.jpg" alt="CEO" class="w-full h-auto" />
<img src="images/Pastor_Bree_Elite Global.jpg" alt="CEO" class="w-full h-64 object-cover object-top" />
<div class="p-4">
<p class="font-mono text-xl">Mr. Vwakpor Efuetanu</p>
<p class="font-bold text-blue-600">CEO</p>
Expand All @@ -100,7 +100,7 @@ <h2 class="w-full text-3xl font-bold leading-tight text-center">Our Team</h2>
</article>

<article class="bg-gray-100 rounded-lg shadow-lg overflow-hidden">
<img src="images/Mr Richard.jpg" alt="Managing Director" class="w-full h-auto" />
<img src="images/Mr Richard.jpg" alt="Managing Director" class="w-full h-64 object-cover object-top" />
<div class="p-4">
<p class="font-mono text-xl">Mr. Richard Efuetanu</p>
<p class="font-bold text-blue-600">Managing Director</p>
Expand All @@ -109,15 +109,16 @@ <h2 class="w-full text-3xl font-bold leading-tight text-center">Our Team</h2>
</article>

<article class="bg-gray-100 rounded-lg shadow-lg overflow-hidden">
<img src="images/Mrs Efuetanu.jpg" alt="Human Resource Manager" class="w-full h-auto lg:h-100" />
<img src="images/Mrs Efuetanu.jpg" alt="Human Resource Manager" class="w-full h-64 object-cover" />
<div class="p-4">
<p class="font-mono text-xl">Mrs. Favour Efuetanu</p>
<p class="font-bold text-blue-600">Human Resource Manager</p>
<p class="mt-2 text-sm">Favour embodies a blend of quick-witted learning, logic, and empathy in her approach to HR management. Her ability to understand and navigate complex interpersonal dynamics enables her to effectively address challenges and foster a positive work environment within the organization.</p>
</div>
</article>
</div>
</section>
</section>



<section class="testimonials w-full flex flex-col text-black" id="testimonials">
Expand Down

0 comments on commit abfdbcd

Please sign in to comment.