Updated team

This commit is contained in:
directlx 2026-01-26 18:24:54 -05:00
parent eca8dab1a8
commit 56933f6e5c
1 changed files with 3 additions and 25 deletions

View File

@ -95,34 +95,12 @@
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="card text-center"> <div class="card text-center">
<div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold"> <div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold">
JD JH
</div> </div>
<h3 class="text-xl font-semibold text-gray-900">John Doe</h3> <h3 class="text-xl font-semibold text-gray-900">Johannes</h3>
<p class="text-accent-500 mb-3">Founder & CEO</p> <p class="text-accent-500 mb-3">Founder & CEO</p>
<p class="text-gray-600 text-sm"> <p class="text-gray-600 text-sm">
15+ years in software development. Passionate about clean code and scalable architectures. 25+ years in software development. Passionate about clean code and scalable architectures.
</p>
</div>
<div class="card text-center">
<div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold">
JS
</div>
<h3 class="text-xl font-semibold text-gray-900">Jane Smith</h3>
<p class="text-accent-500 mb-3">Lead Developer</p>
<p class="text-gray-600 text-sm">
Full-stack expert with a focus on modern web technologies and user experience.
</p>
</div>
<div class="card text-center">
<div class="w-24 h-24 bg-gradient-to-br from-primary-400 to-primary-600 rounded-full mx-auto mb-4 flex items-center justify-center text-white text-2xl font-bold">
MJ
</div>
<h3 class="text-xl font-semibold text-gray-900">Mike Johnson</h3>
<p class="text-accent-500 mb-3">Solutions Architect</p>
<p class="text-gray-600 text-sm">
Cloud infrastructure specialist ensuring our solutions are robust and scalable.
</p> </p>
</div> </div>
</div> </div>