TomHoax commited on
Commit
32e2002
·
verified ·
1 Parent(s): 2d2e8b9

add this image to all pictures - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +12 -12
  2. prompts.txt +2 -1
index.html CHANGED
@@ -35,13 +35,13 @@
35
  <div class="carousel relative w-full h-96 overflow-hidden rounded-lg shadow-xl">
36
  <div class="carousel-inner flex transition-transform duration-500 ease-in-out">
37
  <div class="carousel-item w-full flex-shrink-0">
38
- <img src="" alt="" class="w-full h-full object-cover bg-gray-200">
39
  </div>
40
  <div class="carousel-item w-full flex-shrink-0">
41
- <img src="" alt="" class="w-full h-full object-cover bg-gray-200">
42
  </div>
43
  <div class="carousel-item w-full flex-shrink-0">
44
- <img src="" alt="" class="w-full h-full object-cover bg-gray-200">
45
  </div>
46
  </div>
47
  <button class="carousel-prev absolute left-4 top-1/2 -translate-y-1/2 bg-white/50 hover:bg-white/75 rounded-full p-2 shadow-md">
@@ -192,42 +192,42 @@
192
 
193
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
194
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
195
- <img src="" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110 bg-gray-200">
196
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
197
  <h3 class="text-white text-xl font-bold">Web Development</h3>
198
  </div>
199
  </div>
200
 
201
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
202
- <img src="" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110 bg-gray-200">
203
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
204
  <h3 class="text-white text-xl font-bold">UI/UX Design</h3>
205
  </div>
206
  </div>
207
 
208
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
209
- <img src="" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110 bg-gray-200">
210
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
211
  <h3 class="text-white text-xl font-bold">Mobile Apps</h3>
212
  </div>
213
  </div>
214
 
215
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
216
- <img src="" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110 bg-gray-200">
217
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
218
  <h3 class="text-white text-xl font-bold">SEO Optimization</h3>
219
  </div>
220
  </div>
221
 
222
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
223
- <img src="" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110 bg-gray-200">
224
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
225
  <h3 class="text-white text-xl font-bold">Cloud Solutions</h3>
226
  </div>
227
  </div>
228
 
229
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
230
- <img src="" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110 bg-gray-200">
231
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
232
  <h3 class="text-white text-xl font-bold">24/7 Support</h3>
233
  </div>
@@ -245,7 +245,7 @@
245
  <div class="portfolio-inner flex transition-transform duration-500 ease-in-out">
246
  <div class="portfolio-item w-full flex-shrink-0 p-4">
247
  <div class="bg-gray-100 rounded-lg p-6 h-full">
248
- <img src="" alt="" class="w-full h-64 object-cover rounded-lg mb-4 bg-gray-200">
249
  <h3 class="text-xl font-bold mb-2">E-Commerce Platform</h3>
250
  <p class="text-gray-700 mb-4">A full-featured online store with payment integration and inventory management.</p>
251
  <div class="flex flex-wrap gap-2">
@@ -257,7 +257,7 @@
257
  </div>
258
  <div class="portfolio-item w-full flex-shrink-0 p-4">
259
  <div class="bg-gray-100 rounded-lg p-6 h-full">
260
- <img src="" alt="" class="w-full h-64 object-cover rounded-lg mb-4 bg-gray-200">
261
  <h3 class="text-xl font-bold mb-2">Fitness App</h3>
262
  <p class="text-gray-700 mb-4">Mobile application for tracking workouts and nutrition with social features.</p>
263
  <div class="flex flex-wrap gap-2">
@@ -268,7 +268,7 @@
268
  </div>
269
  <div class="portfolio-item w-full flex-shrink-0 p-4">
270
  <div class="bg-gray-100 rounded-lg p-6 h-full">
271
- <img src="" alt="" class="w-full h-64 object-cover rounded-lg mb-4 bg-gray-200">
272
  <h3 class="text-xl font-bold mb-2">Corporate Website</h3>
273
  <p class="text-gray-700 mb-4">Modern responsive website with CMS integration for a financial services company.</p>
274
  <div class="flex flex-wrap gap-2">
 
35
  <div class="carousel relative w-full h-96 overflow-hidden rounded-lg shadow-xl">
36
  <div class="carousel-inner flex transition-transform duration-500 ease-in-out">
37
  <div class="carousel-item w-full flex-shrink-0">
38
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-full object-cover">
39
  </div>
40
  <div class="carousel-item w-full flex-shrink-0">
41
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-full object-cover">
42
  </div>
43
  <div class="carousel-item w-full flex-shrink-0">
44
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-full object-cover">
45
  </div>
46
  </div>
47
  <button class="carousel-prev absolute left-4 top-1/2 -translate-y-1/2 bg-white/50 hover:bg-white/75 rounded-full p-2 shadow-md">
 
192
 
193
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
194
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
195
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110">
196
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
197
  <h3 class="text-white text-xl font-bold">Web Development</h3>
198
  </div>
199
  </div>
200
 
201
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
202
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110">
203
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
204
  <h3 class="text-white text-xl font-bold">UI/UX Design</h3>
205
  </div>
206
  </div>
207
 
208
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
209
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110">
210
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
211
  <h3 class="text-white text-xl font-bold">Mobile Apps</h3>
212
  </div>
213
  </div>
214
 
215
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
216
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110">
217
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
218
  <h3 class="text-white text-xl font-bold">SEO Optimization</h3>
219
  </div>
220
  </div>
221
 
222
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
223
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110">
224
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
225
  <h3 class="text-white text-xl font-bold">Cloud Solutions</h3>
226
  </div>
227
  </div>
228
 
229
  <div class="service-card group relative overflow-hidden rounded-lg shadow-lg transition-all duration-300 hover:shadow-xl">
230
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover transition-transform duration-300 group-hover:scale-110">
231
  <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex items-end p-6">
232
  <h3 class="text-white text-xl font-bold">24/7 Support</h3>
233
  </div>
 
245
  <div class="portfolio-inner flex transition-transform duration-500 ease-in-out">
246
  <div class="portfolio-item w-full flex-shrink-0 p-4">
247
  <div class="bg-gray-100 rounded-lg p-6 h-full">
248
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover rounded-lg mb-4">
249
  <h3 class="text-xl font-bold mb-2">E-Commerce Platform</h3>
250
  <p class="text-gray-700 mb-4">A full-featured online store with payment integration and inventory management.</p>
251
  <div class="flex flex-wrap gap-2">
 
257
  </div>
258
  <div class="portfolio-item w-full flex-shrink-0 p-4">
259
  <div class="bg-gray-100 rounded-lg p-6 h-full">
260
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover rounded-lg mb-4">
261
  <h3 class="text-xl font-bold mb-2">Fitness App</h3>
262
  <p class="text-gray-700 mb-4">Mobile application for tracking workouts and nutrition with social features.</p>
263
  <div class="flex flex-wrap gap-2">
 
268
  </div>
269
  <div class="portfolio-item w-full flex-shrink-0 p-4">
270
  <div class="bg-gray-100 rounded-lg p-6 h-full">
271
+ <img src="https://huggingface.co/spaces/TomHoax/test/resolve/main/images/422-4226853_penny-transparent-heads-up-copper-penny-hd-png.png" alt="" class="w-full h-64 object-cover rounded-lg mb-4">
272
  <h3 class="text-xl font-bold mb-2">Corporate Website</h3>
273
  <p class="text-gray-700 mb-4">Modern responsive website with CMS integration for a financial services company.</p>
274
  <div class="flex flex-wrap gap-2">
prompts.txt CHANGED
@@ -16,4 +16,5 @@ make all pictures in every section blank
16
  Make every title centered
17
  change the addres to "L6B2 Tulip st. Metro Manila"
18
  change the phone to "09769934294"
19
- change the email to Tommhoax@gmail.com
 
 
16
  Make every title centered
17
  change the addres to "L6B2 Tulip st. Metro Manila"
18
  change the phone to "09769934294"
19
+ change the email to Tommhoax@gmail.com
20
+ add this image to all pictures