otienokevino commited on
Commit
516e59f
·
verified ·
1 Parent(s): 8fb260a

Chang the website name to Designify - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +441 -18
index.html CHANGED
@@ -1,20 +1,443 @@
1
  <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>My app</title>
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <meta charset="utf-8">
7
  <script src="https://cdn.tailwindcss.com"></script>
8
- </head>
9
- <body class="flex justify-center items-center h-screen overflow-hidden bg-white font-sans text-center px-6">
10
- <div class="w-full">
11
- <span class="text-xs rounded-full mb-2 inline-block px-2 py-1 border border-amber-500/15 bg-amber-500/15 text-amber-500">🔥 New version dropped!</span>
12
- <h1 class="text-4xl lg:text-6xl font-bold font-sans">
13
- <span class="text-2xl lg:text-4xl text-gray-400 block font-medium">I'm ready to work,</span>
14
- Ask me anything.
15
- </h1>
16
- </div>
17
- <img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="absolute bottom-8 left-0 w-[100px] transform rotate-[30deg]" />
18
- <script></script>
19
- <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=otienokevino/designify" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
20
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Designify | Premium Website Templates</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
12
+ }
13
+ .screenshot-item {
14
+ transition: all 0.3s ease;
15
+ }
16
+ .screenshot-item:hover {
17
+ transform: translateY(-5px);
18
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
19
+ }
20
+ .filter-active {
21
+ background-color: #4f46e5;
22
+ color: white;
23
+ }
24
+ </style>
25
+ </head>
26
+ <body class="bg-gray-50 font-sans">
27
+ <!-- Navigation -->
28
+ <nav class="gradient-bg text-white shadow-lg">
29
+ <div class="container mx-auto px-4 py-4">
30
+ <div class="flex justify-between items-center">
31
+ <div class="flex items-center space-x-2">
32
+ <i class="fas fa-camera-retro text-2xl"></i>
33
+ <span class="text-xl font-bold">Designify</span>
34
+ </div>
35
+ <div class="hidden md:flex space-x-6">
36
+ <a href="#" class="hover:text-gray-200">Home</a>
37
+ <a href="#" class="hover:text-gray-200">Templates</a>
38
+ <a href="#" class="hover:text-gray-200">Pricing</a>
39
+ <a href="#" class="hover:text-gray-200">Contact</a>
40
+ </div>
41
+ <div class="flex items-center space-x-4">
42
+ <button class="bg-white text-indigo-600 px-4 py-2 rounded-full font-medium hover:bg-gray-100 transition">
43
+ Sign In
44
+ </button>
45
+ <button class="md:hidden text-white">
46
+ <i class="fas fa-bars text-2xl"></i>
47
+ </button>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </nav>
52
+
53
+ <!-- Hero Section -->
54
+ <section class="gradient-bg text-white py-16 md:py-24">
55
+ <div class="container mx-auto px-4 text-center">
56
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Premium Website Templates</h1>
57
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Showcase your digital products with beautiful screenshots. Perfect for selling websites, themes, and marketing materials.</p>
58
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
59
+ <button class="bg-white text-indigo-600 px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition">
60
+ Browse Templates
61
+ </button>
62
+ <button class="bg-transparent border-2 border-white px-8 py-3 rounded-full font-bold hover:bg-white hover:text-indigo-600 transition">
63
+ Learn More
64
+ </button>
65
+ </div>
66
+ </div>
67
+ </section>
68
+
69
+ <!-- Filter Section -->
70
+ <section class="bg-white py-8 shadow-sm">
71
+ <div class="container mx-auto px-4">
72
+ <div class="flex flex-wrap justify-center gap-3">
73
+ <button onclick="filterItems('all')" class="filter-btn px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition filter-active">
74
+ All Templates
75
+ </button>
76
+ <button onclick="filterItems('ecommerce')" class="filter-btn px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
77
+ <i class="fas fa-shopping-cart mr-2"></i> E-commerce
78
+ </button>
79
+ <button onclick="filterItems('portfolio')" class="filter-btn px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
80
+ <i class="fas fa-briefcase mr-2"></i> Portfolio
81
+ </button>
82
+ <button onclick="filterItems('blog')" class="filter-btn px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
83
+ <i class="fas fa-blog mr-2"></i> Blog
84
+ </button>
85
+ <button onclick="filterItems('landing')" class="filter-btn px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
86
+ <i class="fas fa-rocket mr-2"></i> Landing Pages
87
+ </button>
88
+ <button onclick="filterItems('premium')" class="filter-btn px-4 py-2 rounded-full bg-gray-100 hover:bg-gray-200 transition">
89
+ <i class="fas fa-crown mr-2"></i> Premium
90
+ </button>
91
+ </div>
92
+ </div>
93
+ </section>
94
+
95
+ <!-- Screenshot Gallery -->
96
+ <section class="py-12 bg-gray-50">
97
+ <div class="container mx-auto px-4">
98
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
99
+ <!-- Item 1 -->
100
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md ecommerce premium" data-category="ecommerce premium">
101
+ <div class="relative">
102
+ <img src="https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
103
+ alt="E-commerce Template" class="w-full h-64 object-cover">
104
+ <div class="absolute top-2 right-2 bg-yellow-500 text-white px-2 py-1 rounded text-xs font-bold">
105
+ PREMIUM
106
+ </div>
107
+ </div>
108
+ <div class="p-4">
109
+ <h3 class="font-bold text-lg mb-2">ShopEase Pro</h3>
110
+ <p class="text-gray-600 mb-4">Modern e-commerce template with product showcase and cart functionality.</p>
111
+ <div class="flex justify-between items-center">
112
+ <span class="font-bold text-indigo-600">$89</span>
113
+ <button class="text-indigo-600 hover:text-indigo-800">
114
+ <i class="fas fa-eye mr-1"></i> Preview
115
+ </button>
116
+ </div>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Item 2 -->
121
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md portfolio" data-category="portfolio">
122
+ <div class="relative">
123
+ <img src="https://images.unsplash.com/photo-1467232004584-a241de8bcf5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80"
124
+ alt="Portfolio Template" class="w-full h-64 object-cover">
125
+ </div>
126
+ <div class="p-4">
127
+ <h3 class="font-bold text-lg mb-2">CreativeFolio</h3>
128
+ <p class="text-gray-600 mb-4">Minimal portfolio template perfect for designers and photographers.</p>
129
+ <div class="flex justify-between items-center">
130
+ <span class="font-bold text-indigo-600">$49</span>
131
+ <button class="text-indigo-600 hover:text-indigo-800">
132
+ <i class="fas fa-eye mr-1"></i> Preview
133
+ </button>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Item 3 -->
139
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md blog" data-category="blog">
140
+ <div class="relative">
141
+ <img src="https://images.unsplash.com/photo-1545239351-ef35f43d514b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80"
142
+ alt="Blog Template" class="w-full h-64 object-cover">
143
+ </div>
144
+ <div class="p-4">
145
+ <h3 class="font-bold text-lg mb-2">BlogWave</h3>
146
+ <p class="text-gray-600 mb-4">Clean blog template with featured posts and newsletter integration.</p>
147
+ <div class="flex justify-between items-center">
148
+ <span class="font-bold text-indigo-600">$39</span>
149
+ <button class="text-indigo-600 hover:text-indigo-800">
150
+ <i class="fas fa-eye mr-1"></i> Preview
151
+ </button>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Item 4 -->
157
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md landing" data-category="landing">
158
+ <div class="relative">
159
+ <img src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
160
+ alt="Landing Page Template" class="w-full h-64 object-cover">
161
+ </div>
162
+ <div class="p-4">
163
+ <h3 class="font-bold text-lg mb-2">LaunchPad</h3>
164
+ <p class="text-gray-600 mb-4">High-converting landing page template for products and services.</p>
165
+ <div class="flex justify-between items-center">
166
+ <span class="font-bold text-indigo-600">$59</span>
167
+ <button class="text-indigo-600 hover:text-indigo-800">
168
+ <i class="fas fa-eye mr-1"></i> Preview
169
+ </button>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Item 5 -->
175
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md ecommerce premium" data-category="ecommerce premium">
176
+ <div class="relative">
177
+ <img src="https://images.unsplash.com/photo-1481487196290-c152efe08355?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1460&q=80"
178
+ alt="E-commerce Template" class="w-full h-64 object-cover">
179
+ <div class="absolute top-2 right-2 bg-yellow-500 text-white px-2 py-1 rounded text-xs font-bold">
180
+ PREMIUM
181
+ </div>
182
+ </div>
183
+ <div class="p-4">
184
+ <h3 class="font-bold text-lg mb-2">FashionHub</h3>
185
+ <p class="text-gray-600 mb-4">Stylish e-commerce template for fashion brands with lookbook feature.</p>
186
+ <div class="flex justify-between items-center">
187
+ <span class="font-bold text-indigo-600">$99</span>
188
+ <button class="text-indigo-600 hover:text-indigo-800">
189
+ <i class="fas fa-eye mr-1"></i> Preview
190
+ </button>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Item 6 -->
196
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md portfolio" data-category="portfolio">
197
+ <div class="relative">
198
+ <img src="https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
199
+ alt="Portfolio Template" class="w-full h-64 object-cover">
200
+ </div>
201
+ <div class="p-4">
202
+ <h3 class="font-bold text-lg mb-2">DevPort</h3>
203
+ <p class="text-gray-600 mb-4">Developer portfolio with code snippets and project showcase.</p>
204
+ <div class="flex justify-between items-center">
205
+ <span class="font-bold text-indigo-600">$45</span>
206
+ <button class="text-indigo-600 hover:text-indigo-800">
207
+ <i class="fas fa-eye mr-1"></i> Preview
208
+ </button>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Item 7 -->
214
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md blog premium" data-category="blog premium">
215
+ <div class="relative">
216
+ <img src="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
217
+ alt="Blog Template" class="w-full h-64 object-cover">
218
+ <div class="absolute top-2 right-2 bg-yellow-500 text-white px-2 py-1 rounded text-xs font-bold">
219
+ PREMIUM
220
+ </div>
221
+ </div>
222
+ <div class="p-4">
223
+ <h3 class="font-bold text-lg mb-2">Writer's Den</h3>
224
+ <p class="text-gray-600 mb-4">Elegant blog template with typography-focused design for writers.</p>
225
+ <div class="flex justify-between items-center">
226
+ <span class="font-bold text-indigo-600">$69</span>
227
+ <button class="text-indigo-600 hover:text-indigo-800">
228
+ <i class="fas fa-eye mr-1"></i> Preview
229
+ </button>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Item 8 -->
235
+ <div class="screenshot-item bg-white rounded-lg overflow-hidden shadow-md landing" data-category="landing">
236
+ <div class="relative">
237
+ <img src="https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80"
238
+ alt="Landing Page Template" class="w-full h-64 object-cover">
239
+ </div>
240
+ <div class="p-4">
241
+ <h3 class="font-bold text-lg mb-2">AppLaunch</h3>
242
+ <p class="text-gray-600 mb-4">Mobile app landing page with feature highlights and testimonials.</p>
243
+ <div class="flex justify-between items-center">
244
+ <span class="font-bold text-indigo-600">$55</span>
245
+ <button class="text-indigo-600 hover:text-indigo-800">
246
+ <i class="fas fa-eye mr-1"></i> Preview
247
+ </button>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="text-center mt-12">
254
+ <button class="bg-indigo-600 text-white px-6 py-3 rounded-full font-bold hover:bg-indigo-700 transition">
255
+ Load More Templates
256
+ </button>
257
+ </div>
258
+ </div>
259
+ </section>
260
+
261
+ <!-- Features Section -->
262
+ <section class="py-16 bg-white">
263
+ <div class="container mx-auto px-4">
264
+ <h2 class="text-3xl font-bold text-center mb-12">Why Choose Our Templates</h2>
265
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
266
+ <div class="text-center p-6 rounded-lg hover:shadow-lg transition">
267
+ <div class="bg-indigo-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
268
+ <i class="fas fa-mobile-alt text-indigo-600 text-2xl"></i>
269
+ </div>
270
+ <h3 class="text-xl font-bold mb-3">Fully Responsive</h3>
271
+ <p class="text-gray-600">All our templates look perfect on any device, from mobile phones to desktop computers.</p>
272
+ </div>
273
+ <div class="text-center p-6 rounded-lg hover:shadow-lg transition">
274
+ <div class="bg-indigo-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
275
+ <i class="fas fa-code text-indigo-600 text-2xl"></i>
276
+ </div>
277
+ <h3 class="text-xl font-bold mb-3">Clean Code</h3>
278
+ <p class="text-gray-600">Well-documented and organized code makes customization easy for developers.</p>
279
+ </div>
280
+ <div class="text-center p-6 rounded-lg hover:shadow-lg transition">
281
+ <div class="bg-indigo-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
282
+ <i class="fas fa-palette text-indigo-600 text-2xl"></i>
283
+ </div>
284
+ <h3 class="text-xl font-bold mb-3">Customizable</h3>
285
+ <p class="text-gray-600">Change colors, fonts, and layouts to match your brand identity effortlessly.</p>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </section>
290
+
291
+ <!-- Testimonials -->
292
+ <section class="py-16 bg-gray-100">
293
+ <div class="container mx-auto px-4">
294
+ <h2 class="text-3xl font-bold text-center mb-12">What Our Customers Say</h2>
295
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
296
+ <div class="bg-white p-8 rounded-lg shadow-sm">
297
+ <div class="flex items-center mb-4">
298
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
299
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-full h-full object-cover">
300
+ </div>
301
+ <div>
302
+ <h4 class="font-bold">Sarah Johnson</h4>
303
+ <p class="text-gray-500 text-sm">Web Designer</p>
304
+ </div>
305
+ </div>
306
+ <p class="text-gray-700">"The portfolio template I purchased was exactly what I needed. The design is modern and the code was easy to customize. My clients love the new look!"</p>
307
+ <div class="mt-4 text-yellow-400">
308
+ <i class="fas fa-star"></i>
309
+ <i class="fas fa-star"></i>
310
+ <i class="fas fa-star"></i>
311
+ <i class="fas fa-star"></i>
312
+ <i class="fas fa-star"></i>
313
+ </div>
314
+ </div>
315
+ <div class="bg-white p-8 rounded-lg shadow-sm">
316
+ <div class="flex items-center mb-4">
317
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
318
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-full h-full object-cover">
319
+ </div>
320
+ <div>
321
+ <h4 class="font-bold">Michael Chen</h4>
322
+ <p class="text-gray-500 text-sm">E-commerce Entrepreneur</p>
323
+ </div>
324
+ </div>
325
+ <p class="text-gray-700">"The FashionHub template helped me launch my online store in just 3 days. The built-in features saved me hundreds of dollars in development costs."</p>
326
+ <div class="mt-4 text-yellow-400">
327
+ <i class="fas fa-star"></i>
328
+ <i class="fas fa-star"></i>
329
+ <i class="fas fa-star"></i>
330
+ <i class="fas fa-star"></i>
331
+ <i class="fas fa-star-half-alt"></i>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+ </section>
337
+
338
+ <!-- CTA Section -->
339
+ <section class="gradient-bg text-white py-16">
340
+ <div class="container mx-auto px-4 text-center">
341
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Showcase Your Work?</h2>
342
+ <p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of satisfied customers who have transformed their online presence with our premium templates.</p>
343
+ <button class="bg-white text-indigo-600 px-8 py-3 rounded-full font-bold hover:bg-gray-100 transition">
344
+ Get Started Today
345
+ </button>
346
+ </div>
347
+ </section>
348
+
349
+ <!-- Footer -->
350
+ <footer class="bg-gray-900 text-white py-12">
351
+ <div class="container mx-auto px-4">
352
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
353
+ <div>
354
+ <div class="flex items-center space-x-2 mb-4">
355
+ <i class="fas fa-camera-retro text-2xl"></i>
356
+ <span class="text-xl font-bold">Designify</span>
357
+ </div>
358
+ <p class="text-gray-400">Premium website templates and screenshots for your next project.</p>
359
+ <div class="flex space-x-4 mt-4">
360
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
361
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
362
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
363
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
364
+ </div>
365
+ </div>
366
+ <div>
367
+ <h3 class="font-bold text-lg mb-4">Templates</h3>
368
+ <ul class="space-y-2">
369
+ <li><a href="#" class="text-gray-400 hover:text-white">E-commerce</a></li>
370
+ <li><a href="#" class="text-gray-400 hover:text-white">Portfolio</a></li>
371
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
372
+ <li><a href="#" class="text-gray-400 hover:text-white">Landing Pages</a></li>
373
+ <li><a href="#" class="text-gray-400 hover:text-white">Premium</a></li>
374
+ </ul>
375
+ </div>
376
+ <div>
377
+ <h3 class="font-bold text-lg mb-4">Company</h3>
378
+ <ul class="space-y-2">
379
+ <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li>
380
+ <li><a href="#" class="text-gray-400 hover:text-white">Careers</a></li>
381
+ <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li>
382
+ <li><a href="#" class="text-gray-400 hover:text-white">Press</a></li>
383
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
384
+ </ul>
385
+ </div>
386
+ <div>
387
+ <h3 class="font-bold text-lg mb-4">Support</h3>
388
+ <ul class="space-y-2">
389
+ <li><a href="#" class="text-gray-400 hover:text-white">Help Center</a></li>
390
+ <li><a href="#" class="text-gray-400 hover:text-white">Documentation</a></li>
391
+ <li><a href="#" class="text-gray-400 hover:text-white">Community</a></li>
392
+ <li><a href="#" class="text-gray-400 hover:text-white">Status</a></li>
393
+ <li><a href="#" class="text-gray-400 hover:text-white">FAQ</a></li>
394
+ </ul>
395
+ </div>
396
+ </div>
397
+ <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
398
+ <p>&copy; 2023 Designify. All rights reserved.</p>
399
+ </div>
400
+ </div>
401
+ </footer>
402
+
403
+ <script>
404
+ // Filter functionality
405
+ function filterItems(category) {
406
+ const items = document.querySelectorAll('.screenshot-item');
407
+ const filterButtons = document.querySelectorAll('.filter-btn');
408
+
409
+ // Update active button
410
+ filterButtons.forEach(button => {
411
+ if (button.textContent.trim().toLowerCase().includes(category) ||
412
+ (category === 'all' && button.textContent.trim() === 'All Templates')) {
413
+ button.classList.add('filter-active');
414
+ } else {
415
+ button.classList.remove('filter-active');
416
+ }
417
+ });
418
+
419
+ // Filter items
420
+ items.forEach(item => {
421
+ if (category === 'all') {
422
+ item.style.display = 'block';
423
+ } else {
424
+ if (item.dataset.category.includes(category)) {
425
+ item.style.display = 'block';
426
+ } else {
427
+ item.style.display = 'none';
428
+ }
429
+ }
430
+ });
431
+ }
432
+
433
+ // Preview modal functionality (simplified for this example)
434
+ document.querySelectorAll('.screenshot-item button').forEach(button => {
435
+ button.addEventListener('click', function() {
436
+ const item = this.closest('.screenshot-item');
437
+ const title = item.querySelector('h3').textContent;
438
+ alert(`Previewing: ${title}\n\nThis would normally open a modal with a larger screenshot and more details.`);
439
+ });
440
+ });
441
+ </script>
442
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=otienokevino/designify" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
443
+ </html>