mateusbmo commited on
Commit
a225512
verified
1 Parent(s): 22263ef

ta bem legal, agora tira o "more website eamples" - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +36 -1
index.html CHANGED
@@ -117,7 +117,42 @@
117
  </div>
118
  </div>
119
  <div class="md:w-1/2 flex justify-center">
120
- <img src="https://cdn.pixabay.com/photo/2019/07/14/16/27/pen-4337521_1280.png" alt="Website development" class="w-full max-w-md floating">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  </div>
122
  </div>
123
  </section>
 
117
  </div>
118
  </div>
119
  <div class="md:w-1/2 flex justify-center">
120
+ <div class="relative w-full max-w-md">
121
+ <div class="floating">
122
+ <div class="grid grid-cols-2 gap-2">
123
+ <!-- Restaurant Example -->
124
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
125
+ <img src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80"
126
+ alt="Restaurant website example"
127
+ class="w-full h-full object-cover">
128
+ <div class="absolute inset-0 bg-black bg-opacity-0 hover:bg-opacity-20 transition duration-300 flex items-center justify-center opacity-0 hover:opacity-100">
129
+ <span class="text-white font-bold text-lg">Restaurante</span>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Dental Clinic Example -->
134
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
135
+ <img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80"
136
+ alt="Dental clinic website example"
137
+ class="w-full h-full object-cover">
138
+ <div class="absolute inset-0 bg-black bg-opacity-0 hover:bg-opacity-20 transition duration-300 flex items-center justify-center opacity-0 hover:opacity-100">
139
+ <span class="text-white font-bold text-lg">Cl铆nica Odontol贸gica</span>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Barbershop Example -->
144
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
145
+ <img src="https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80"
146
+ alt="Barbershop website example"
147
+ class="w-full h-full object-cover">
148
+ <div class="absolute inset-0 bg-black bg-opacity-0 hover:bg-opacity-20 transition duration-300 flex items-center justify-center opacity-0 hover:opacity-100">
149
+ <span class="text-white font-bold text-lg">Barbearia</span>
150
+ </div>
151
+ </div>
152
+
153
+ </div>
154
+ </div>
155
+ </div>
156
  </div>
157
  </div>
158
  </section>