mateusbmo commited on
Commit
fa4cd3b
·
verified ·
1 Parent(s): 3e1deab

edite o nome para "mateus martins" no cofundador. e adicione uma foto aleatoria para cada um dos dois fundadores - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. 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 bg-gradient-to-r from-blue-100 to-purple-100 flex items-center justify-center overflow-hidden">
295
- <i class="fas fa-user-tie text-4xl text-blue-600"></i>
296
  </div>
297
- <h4 class="text-xl font-bold">Mateus Martin</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,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 bg-gradient-to-r from-purple-100 to-pink-100 flex items-center justify-center overflow-hidden">
308
- <i class="fas fa-user-tie text-4xl text-purple-600"></i>
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>