pn1k commited on
Commit
57e0e8f
·
verified ·
1 Parent(s): 158e75d

the "warranty" page is empty, please make it with text "На все изделия мы предоставляем гарантию 12 месяцев

Browse files

Условия, в которых мы живем, всё время меняются. Летняя жара, межсезонные перепады повышенной влажности, и сухость зимнего отопительного периода - все это может повлиять на деревянные изделия. В своей работе мы учитываем влияние климатических факторов.
В течение первого года мебель проходит полный цикл сезонных изменений окружающей среды. Если за это время проявятся конструктивные дефекты нашей мебели - мы беремся исправить их бесплатно, по нашей гарантии.
" - Follow Up Deployment

Files changed (2) hide show
  1. prompts.txt +5 -1
  2. warranty.html +176 -0
prompts.txt CHANGED
@@ -16,4 +16,8 @@ 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
 
 
 
 
 
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
20
+ the "warranty" page is empty, please make it with text "На все изделия мы предоставляем гарантию 12 месяцев
21
+ Условия, в которых мы живем, всё время меняются. Летняя жара, межсезонные перепады повышенной влажности, и сухость зимнего отопительного периода - все это может повлиять на деревянные изделия. В своей работе мы учитываем влияние климатических факторов.
22
+ В течение первого года мебель проходит полный цикл сезонных изменений окружающей среды. Если за это время проявятся конструктивные дефекты нашей мебели - мы беремся исправить их бесплатно, по нашей гарантии.
23
+ "
warranty.html ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Warranty | WoodCraft</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://unpkg.com/feather-icons"></script>
12
+ <style>
13
+ .warranty-bg {
14
+ background-image: url('http://static.photos/workshop/1200x630/14');
15
+ background-size: cover;
16
+ background-position: center;
17
+ }
18
+ .nav-link:hover {
19
+ color: #d1a054;
20
+ transition: all 0.3s ease;
21
+ }
22
+ </style>
23
+ </head>
24
+ <body class="font-sans bg-gray-50">
25
+ <!-- Navigation -->
26
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
27
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
28
+ <div class="flex justify-between h-16">
29
+ <div class="flex items-center">
30
+ <span class="text-xl font-bold text-gray-800">WoodCraft</span>
31
+ </div>
32
+ <div class="hidden md:flex items-center space-x-8">
33
+ <a href="index.html" class="nav-link text-gray-600 hover:text-gray-800">Home</a>
34
+ <a href="about.html" class="nav-link text-gray-600 hover:text-gray-800">About</a>
35
+ <a href="works.html" class="nav-link text-gray-600 hover:text-gray-800">Our Work</a>
36
+ <a href="cooperation.html" class="nav-link text-gray-600 hover:text-gray-800">Cooperation</a>
37
+ <a href="warranty.html" class="nav-link text-gray-800 font-medium">Warranty</a>
38
+ <a href="contacts.html" class="nav-link text-gray-600 hover:text-gray-800">Contacts</a>
39
+ </div>
40
+ <div class="md:hidden flex items-center">
41
+ <button class="mobile-menu-button">
42
+ <i data-feather="menu"></i>
43
+ </button>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </nav>
48
+
49
+ <!-- Hero Section -->
50
+ <section class="warranty-bg min-h-96 flex items-center relative">
51
+ <div class="absolute inset-0 bg-black bg-opacity-40"></div>
52
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10 py-32">
53
+ <div class="text-center" data-aos="fade-up">
54
+ <h1 class="text-4xl md:text-5xl font-bold text-white mb-4">Our Warranty</h1>
55
+ <p class="text-xl text-white">Quality assurance for your peace of mind</p>
56
+ </div>
57
+ </div>
58
+ </section>
59
+
60
+ <!-- Warranty Content -->
61
+ <section class="py-20 bg-white">
62
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
63
+ <div class="max-w-3xl mx-auto" data-aos="fade-up">
64
+ <h2 class="text-3xl font-bold text-gray-800 mb-8">12 Month Warranty</h2>
65
+
66
+ <div class="prose max-w-none text-gray-700">
67
+ <p class="mb-6">На все изделия мы предоставляем гарантию 12 месяцев</p>
68
+
69
+ <p class="mb-6">Условия, в которых мы живем, всё время меняются. Летняя жара, межсезонные перепады повышенной влажности, и сухость зимнего отопительного периода - все это может повлиять на деревянные изделия. В своей работе мы учитываем влияние климатических факторов.</p>
70
+
71
+ <p>В течение первого года мебель проходит полный цикл сезонных изменений окружающей среды. Если за это время проявятся конструктивные дефекты нашей мебели - мы беремся исправить их бесплатно, по нашей гарантии.</p>
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </section>
76
+
77
+ <!-- Additional Info -->
78
+ <section class="py-20 bg-gray-100">
79
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
80
+ <div class="grid md:grid-cols-2 gap-12 items-center">
81
+ <div data-aos="fade-right">
82
+ <img src="http://static.photos/furniture/640x360/29" alt="Woodcraft quality" class="w-full rounded-lg shadow-xl">
83
+ </div>
84
+ <div data-aos="fade-left">
85
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">Our Commitment to Quality</h2>
86
+ <div class="space-y-6">
87
+ <div class="flex items-start">
88
+ <div class="bg-amber-100 rounded-full w-12 h-12 flex items-center justify-center mr-4">
89
+ <i data-feather="check-circle" class="text-amber-700"></i>
90
+ </div>
91
+ <div>
92
+ <h3 class="font-semibold text-lg mb-2">Proper Care Instructions</h3>
93
+ <p class="text-gray-600">We provide detailed care instructions to help you maintain your furniture's beauty for years to come.</p>
94
+ </div>
95
+ </div>
96
+ <div class="flex items-start">
97
+ <div class="bg-amber-100 rounded-full w-12 h-12 flex items-center justify-center mr-4">
98
+ <i data-feather="tool" class="text-amber-700"></i>
99
+ </div>
100
+ <div>
101
+ <h3 class="font-semibold text-lg mb-2">Repair Services</h3>
102
+ <p class="text-gray-600">Our workshop offers professional repair services even after the warranty period expires.</p>
103
+ </div>
104
+ </div>
105
+ <div class="flex items-start">
106
+ <div class="bg-amber-100 rounded-full w-12 h-12 flex items-center justify-center mr-4">
107
+ <i data-feather="shield" class="text-amber-700"></i>
108
+ </div>
109
+ <div>
110
+ <h3 class="font-semibold text-lg mb-2">Material Selection</h3>
111
+ <p class="text-gray-600">We use only properly dried and stabilized wood to minimize seasonal movement.</p>
112
+ </div>
113
+ </div>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </section>
119
+
120
+ <!-- Footer -->
121
+ <footer class="bg-gray-900 text-white py-12">
122
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
123
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
124
+ <div>
125
+ <h3 class="text-xl font-bold mb-4">WoodCraft</h3>
126
+ <p class="text-gray-400">Creating exceptional solid wood furniture since 1995.</p>
127
+ </div>
128
+ <div>
129
+ <h4 class="font-semibold mb-4">Quick Links</h4>
130
+ <ul class="space-y-2">
131
+ <li><a href="index.html" class="text-gray-400 hover:text-white">Home</a></li>
132
+ <li><a href="about.html" class="text-gray-400 hover:text-white">About Us</a></li>
133
+ <li><a href="works.html" class="text-gray-400 hover:text-white">Our Work</a></li>
134
+ <li><a href="warranty.html" class="text-gray-400 hover:text-white">Warranty</a></li>
135
+ </ul>
136
+ </div>
137
+ <div>
138
+ <h4 class="font-semibold mb-4">Information</h4>
139
+ <ul class="space-y-2">
140
+ <li><a href="cooperation.html" class="text-gray-400 hover:text-white">Cooperation</a></li>
141
+ <li><a href="contacts.html" class="text-gray-400 hover:text-white">Contact Us</a></li>
142
+ <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li>
143
+ <li><a href="#" class="text-gray-400 hover:text-white">Terms of Service</a></li>
144
+ </ul>
145
+ </div>
146
+ <div>
147
+ <h4 class="font-semibold mb-4">Contact</h4>
148
+ <address class="not-italic text-gray-400">
149
+ <p>123 Woodcraft Lane</p>
150
+ <p>Artisan District, 10001</p>
151
+ <p class="mt-2">Phone: (123) 456-7890</p>
152
+ <p>Email: info@woodcraft.com</p>
153
+ </address>
154
+ </div>
155
+ </div>
156
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
157
+ <p>&copy; 2023 WoodCraft. All rights reserved.</p>
158
+ </div>
159
+ </div>
160
+ </footer>
161
+
162
+ <script>
163
+ AOS.init({
164
+ duration: 800,
165
+ easing: 'ease-in-out',
166
+ once: true
167
+ });
168
+ feather.replace();
169
+
170
+ // Mobile menu toggle
171
+ document.querySelector('.mobile-menu-button').addEventListener('click', function() {
172
+ alert('Mobile menu would open here in a complete implementation');
173
+ });
174
+ </script>
175
+ </body>
176
+ </html>