edite o nome para "mateus martins" no cofundador. e adicione uma foto aleatoria para cada um dos dois fundadores - Follow Up Deployment
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -291,10 +291,10 @@
|
|
| 291 |
<div class="flex flex-col md:flex-row space-y-8 md:space-y-0 md:space-x-8">
|
| 292 |
<!-- Founder 1 -->
|
| 293 |
<div class="flex-1 text-center">
|
| 294 |
-
<div class="w-32 h-32 mx-auto mb-4 rounded-full
|
| 295 |
-
<
|
| 296 |
</div>
|
| 297 |
-
<h4 class="text-xl font-bold">Mateus
|
| 298 |
<p class="text-gray-600">Co-Fundador & Desenvolvedor</p>
|
| 299 |
<div class="flex justify-center space-x-3 mt-3">
|
| 300 |
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-linkedin"></i></a>
|
|
@@ -304,8 +304,8 @@
|
|
| 304 |
|
| 305 |
<!-- Founder 2 -->
|
| 306 |
<div class="flex-1 text-center">
|
| 307 |
-
<div class="w-32 h-32 mx-auto mb-4 rounded-full
|
| 308 |
-
<
|
| 309 |
</div>
|
| 310 |
<h4 class="text-xl font-bold">Thallys Falotico</h4>
|
| 311 |
<p class="text-gray-600">Co-Fundador & Designer</p>
|
|
|
|
| 291 |
<div class="flex flex-col md:flex-row space-y-8 md:space-y-0 md:space-x-8">
|
| 292 |
<!-- Founder 1 -->
|
| 293 |
<div class="flex-1 text-center">
|
| 294 |
+
<div class="w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden">
|
| 295 |
+
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Mateus Martins" class="w-full h-full object-cover">
|
| 296 |
</div>
|
| 297 |
+
<h4 class="text-xl font-bold">Mateus Martins</h4>
|
| 298 |
<p class="text-gray-600">Co-Fundador & Desenvolvedor</p>
|
| 299 |
<div class="flex justify-center space-x-3 mt-3">
|
| 300 |
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-linkedin"></i></a>
|
|
|
|
| 304 |
|
| 305 |
<!-- Founder 2 -->
|
| 306 |
<div class="flex-1 text-center">
|
| 307 |
+
<div class="w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden">
|
| 308 |
+
<img src="https://randomuser.me/api/portraits/men/44.jpg" alt="Thallys Falotico" class="w-full h-full object-cover">
|
| 309 |
</div>
|
| 310 |
<h4 class="text-xl font-bold">Thallys Falotico</h4>
|
| 311 |
<p class="text-gray-600">Co-Fundador & Designer</p>
|