pn1k commited on
Commit
158e75d
·
verified ·
1 Parent(s): 5dcf073

let's add a gallery in "our work" named "solid wood furniture" containing these pictures https://woodcraft.moscow/assets/images/image7.jpeg

Browse files

VM8254:1 https://woodcraft.moscow/assets/images/dweb-foto-image4.jpeg
VM8254:1 https://woodcraft.moscow/assets/images/img-4312.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-4316.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-3903.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-4330.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-4378.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-3919.jpg
VM8254:1 https://woodcraft.moscow/assets/images/image3-1.jpeg
VM8254:1 https://woodcraft.moscow/assets/images/img-2157.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-20180416-wa0015.jpg
VM8254:1 https://woodcraft.moscow/assets/images/img-20170222.jpg - Follow Up Deployment

Files changed (3) hide show
  1. index.html +1 -1
  2. prompts.txt +15 -1
  3. works.html +49 -1
index.html CHANGED
@@ -11,7 +11,7 @@
11
  <script src="https://unpkg.com/feather-icons"></script>
12
  <style>
13
  .hero-bg {
14
- background-image: url('http://static.photos/furniture/1200x630/1');
15
  background-size: cover;
16
  background-position: center;
17
  }
 
11
  <script src="https://unpkg.com/feather-icons"></script>
12
  <style>
13
  .hero-bg {
14
+ background-image: url('https://woodcraft.moscow/assets/images/img-4014a.jpg');
15
  background-size: cover;
16
  background-position: center;
17
  }
prompts.txt CHANGED
@@ -2,4 +2,18 @@ let's create site for furniture workshop. start page topic is "EXCLUSIVE SOLID W
2
  replace the images with images that match the site's theme.
3
  replace background image on "about" page with image about furniture workshop.
4
  replace background image on "our work" page with image about wood furniture
5
- in "our work" page there will be some kind of gallery like our project -> photo gallery from this project.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  replace the images with images that match the site's theme.
3
  replace background image on "about" page with image about furniture workshop.
4
  replace background image on "our work" page with image about wood furniture
5
+ in "our work" page there will be some kind of gallery like our project -> photo gallery from this project.
6
+ set image from "https://woodcraft.moscow/assets/images/img-4014a.jpg" as background image for start page.
7
+ set image from "https://woodcraft.moscow/assets/images/img-4451a.jpg" as background image for "our work" page
8
+ let's add a gallery in "our work" named "solid wood furniture" containing these pictures https://woodcraft.moscow/assets/images/image7.jpeg
9
+ VM8254:1 https://woodcraft.moscow/assets/images/dweb-foto-image4.jpeg
10
+ VM8254:1 https://woodcraft.moscow/assets/images/img-4312.jpg
11
+ VM8254:1 https://woodcraft.moscow/assets/images/img-4316.jpg
12
+ VM8254:1 https://woodcraft.moscow/assets/images/img-3903.jpg
13
+ VM8254:1 https://woodcraft.moscow/assets/images/img-4330.jpg
14
+ VM8254:1 https://woodcraft.moscow/assets/images/img-4378.jpg
15
+ VM8254:1 https://woodcraft.moscow/assets/images/img-3919.jpg
16
+ VM8254:1 https://woodcraft.moscow/assets/images/image3-1.jpeg
17
+ VM8254:1 https://woodcraft.moscow/assets/images/img-2157.jpg
18
+ VM8254:1 https://woodcraft.moscow/assets/images/img-20180416-wa0015.jpg
19
+ VM8254:1 https://woodcraft.moscow/assets/images/img-20170222.jpg
works.html CHANGED
@@ -11,7 +11,7 @@
11
  <script src="https://unpkg.com/feather-icons"></script>
12
  <style>
13
  .gallery-bg {
14
- background-image: url('http://static.photos/furniture/1200x630/50');
15
  background-size: cover;
16
  background-position: center;
17
  }
@@ -279,6 +279,54 @@
279
  </div>
280
  </section>
281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  <!-- Custom Projects -->
283
  <section class="py-20 bg-gray-100">
284
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 
11
  <script src="https://unpkg.com/feather-icons"></script>
12
  <style>
13
  .gallery-bg {
14
+ background-image: url('https://woodcraft.moscow/assets/images/img-4451a.jpg');
15
  background-size: cover;
16
  background-position: center;
17
  }
 
279
  </div>
280
  </section>
281
 
282
+ <!-- Solid Wood Furniture Gallery -->
283
+ <section class="py-20 bg-white">
284
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
285
+ <div class="text-center mb-16" data-aos="fade-up">
286
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Solid Wood Furniture</h2>
287
+ <div class="w-24 h-1 bg-amber-600 mx-auto"></div>
288
+ </div>
289
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
290
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in">
291
+ <img src="https://woodcraft.moscow/assets/images/image7.jpeg" alt="Solid wood furniture" class="w-full h-64 object-cover">
292
+ </div>
293
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="100">
294
+ <img src="https://woodcraft.moscow/assets/images/dweb-foto-image4.jpeg" alt="Solid wood furniture" class="w-full h-64 object-cover">
295
+ </div>
296
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="200">
297
+ <img src="https://woodcraft.moscow/assets/images/img-4312.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
298
+ </div>
299
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in">
300
+ <img src="https://woodcraft.moscow/assets/images/img-4316.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
301
+ </div>
302
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="100">
303
+ <img src="https://woodcraft.moscow/assets/images/img-3903.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
304
+ </div>
305
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="200">
306
+ <img src="https://woodcraft.moscow/assets/images/img-4330.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
307
+ </div>
308
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in">
309
+ <img src="https://woodcraft.moscow/assets/images/img-4378.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
310
+ </div>
311
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="100">
312
+ <img src="https://woodcraft.moscow/assets/images/img-3919.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
313
+ </div>
314
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="200">
315
+ <img src="https://woodcraft.moscow/assets/images/image3-1.jpeg" alt="Solid wood furniture" class="w-full h-64 object-cover">
316
+ </div>
317
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in">
318
+ <img src="https://woodcraft.moscow/assets/images/img-2157.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
319
+ </div>
320
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="100">
321
+ <img src="https://woodcraft.moscow/assets/images/img-20180416-wa0015.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
322
+ </div>
323
+ <div class="gallery-item bg-white rounded-lg overflow-hidden shadow-md" data-aos="zoom-in" data-aos-delay="200">
324
+ <img src="https://woodcraft.moscow/assets/images/img-20170222.jpg" alt="Solid wood furniture" class="w-full h-64 object-cover">
325
+ </div>
326
+ </div>
327
+ </div>
328
+ </section>
329
+
330
  <!-- Custom Projects -->
331
  <section class="py-20 bg-gray-100">
332
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">