Ugokevin commited on
Commit
703d6d4
·
verified ·
1 Parent(s): 2ab09de

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +471 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: My First
3
- emoji: 📈
4
- colorFrom: purple
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: my-first
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,471 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </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>PixelCraft - Website Design Studio</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
+ .hero-gradient {
11
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
12
+ }
13
+ .service-card:hover {
14
+ transform: translateY(-10px);
15
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
16
+ }
17
+ .work-item:hover .work-overlay {
18
+ opacity: 1;
19
+ }
20
+ .work-overlay {
21
+ transition: all 0.3s ease;
22
+ background: rgba(102, 126, 234, 0.9);
23
+ }
24
+ </style>
25
+ </head>
26
+ <body class="font-sans antialiased text-gray-800">
27
+ <!-- Header -->
28
+ <header class="sticky top-0 z-50 bg-white shadow-sm">
29
+ <div class="container mx-auto px-6 py-4 flex justify-between items-center">
30
+ <div class="flex items-center">
31
+ <a href="https://via.placeholder.com/150" target="_blank" class="flex items-center">
32
+ <img src="https://via.placeholder.com/50x50?text=PC" alt="PixelCraft Logo" class="h-10 w-10 rounded-full">
33
+ <span class="ml-3 text-xl font-bold text-indigo-600">PixelCraft</span>
34
+ </a>
35
+ </div>
36
+ <nav class="hidden md:flex space-x-8">
37
+ <a href="#services" class="text-gray-600 hover:text-indigo-600 transition">Services</a>
38
+ <a href="#work" class="text-gray-600 hover:text-indigo-600 transition">Work</a>
39
+ <a href="#about" class="text-gray-600 hover:text-indigo-600 transition">About</a>
40
+ <a href="#contact" class="text-gray-600 hover:text-indigo-600 transition">Contact</a>
41
+ </nav>
42
+ <button class="md:hidden text-gray-600 focus:outline-none">
43
+ <i class="fas fa-bars text-2xl"></i>
44
+ </button>
45
+ </div>
46
+ </header>
47
+
48
+ <!-- Hero Section -->
49
+ <section class="hero-gradient text-white">
50
+ <div class="container mx-auto px-6 py-20 md:py-32">
51
+ <div class="flex flex-col md:flex-row items-center">
52
+ <!-- Content Section -->
53
+ <div class="md:w-1/2 mb-12 md:mb-0 md:pr-10">
54
+ <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Crafting Digital Experiences That Inspire</h1>
55
+ <p class="text-xl mb-8 opacity-90">We design and develop beautiful, functional websites that help your business stand out in the digital landscape.</p>
56
+ <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
57
+ <a href="#contact" class="bg-white text-indigo-600 px-8 py-3 rounded-full font-semibold text-center hover:bg-gray-100 transition duration-300">Get Started</a>
58
+ <a href="#work" class="border-2 border-white px-8 py-3 rounded-full font-semibold text-center hover:bg-white hover:bg-opacity-10 transition duration-300">View Work</a>
59
+ </div>
60
+ </div>
61
+
62
+ <!-- Image Section -->
63
+ <div class="md:w-1/2">
64
+ <div class="relative">
65
+ <div class="absolute -top-6 -left-6 w-full h-full border-2 border-indigo-300 rounded-lg z-0"></div>
66
+ <img src="https://images.unsplash.com/photo-1547658719-da2b51169166?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1064&q=80"
67
+ alt="Website design on laptop and mobile"
68
+ class="relative z-10 rounded-lg shadow-xl w-full h-auto">
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
73
+ </section>
74
+
75
+ <!-- Services Section -->
76
+ <section id="services" class="py-20 bg-gray-50">
77
+ <div class="container mx-auto px-6">
78
+ <div class="text-center mb-16">
79
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Our Services</h2>
80
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">We offer comprehensive digital solutions tailored to your business needs</p>
81
+ </div>
82
+
83
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
84
+ <!-- Service 1 -->
85
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300">
86
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
87
+ <i class="fas fa-paint-brush text-indigo-600 text-2xl"></i>
88
+ </div>
89
+ <h3 class="text-xl font-bold mb-3">UI/UX Design</h3>
90
+ <p class="text-gray-600 mb-4">We create intuitive and beautiful interfaces that enhance user experience and drive engagement.</p>
91
+ <a href="#" class="text-indigo-600 font-semibold inline-flex items-center">
92
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
93
+ </a>
94
+ </div>
95
+
96
+ <!-- Service 2 -->
97
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300">
98
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
99
+ <i class="fas fa-code text-indigo-600 text-2xl"></i>
100
+ </div>
101
+ <h3 class="text-xl font-bold mb-3">Web Development</h3>
102
+ <p class="text-gray-600 mb-4">Custom-built websites with clean code, fast loading times, and responsive design for all devices.</p>
103
+ <a href="#" class="text-indigo-600 font-semibold inline-flex items-center">
104
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
105
+ </a>
106
+ </div>
107
+
108
+ <!-- Service 3 -->
109
+ <div class="service-card bg-white p-8 rounded-xl shadow-md transition duration-300">
110
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mb-6">
111
+ <i class="fas fa-shopping-cart text-indigo-600 text-2xl"></i>
112
+ </div>
113
+ <h3 class="text-xl font-bold mb-3">E-Commerce</h3>
114
+ <p class="text-gray-600 mb-4">Complete online store solutions with secure payment gateways and inventory management.</p>
115
+ <a href="#" class="text-indigo-600 font-semibold inline-flex items-center">
116
+ Learn more <i class="fas fa-arrow-right ml-2"></i>
117
+ </a>
118
+ </div>
119
+ </div>
120
+ </div>
121
+ </section>
122
+
123
+ <!-- Work Section -->
124
+ <section id="work" class="py-20">
125
+ <div class="container mx-auto px-6">
126
+ <div class="text-center mb-16">
127
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Our Portfolio</h2>
128
+ <p class="text-xl text-gray-600 max-w-2xl mx-auto">See how we've helped businesses transform their digital presence</p>
129
+ </div>
130
+
131
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
132
+ <!-- Work 1 -->
133
+ <div class="work-item relative rounded-xl overflow-hidden">
134
+ <img src="https://images.unsplash.com/photo-1551650975-87deedd944c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80"
135
+ alt="E-commerce website"
136
+ class="w-full h-64 object-cover">
137
+ <div class="work-overlay absolute inset-0 flex items-center justify-center opacity-0">
138
+ <div class="text-center p-6">
139
+ <h3 class="text-2xl font-bold text-white mb-2">Fashion Boutique</h3>
140
+ <p class="text-white mb-4">Modern e-commerce platform with AR try-on feature</p>
141
+ <a href="#" class="inline-block bg-white text-indigo-600 px-4 py-2 rounded-full font-semibold">View Case Study</a>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Work 2 -->
147
+ <div class="work-item relative rounded-xl overflow-hidden">
148
+ <img src="https://images.unsplash.com/photo-1467232004584-a241de8b3885?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1169&q=80"
149
+ alt="Travel website"
150
+ class="w-full h-64 object-cover">
151
+ <div class="work-overlay absolute inset-0 flex items-center justify-center opacity-0">
152
+ <div class="text-center p-6">
153
+ <h3 class="text-2xl font-bold text-white mb-2">Adventure Travel</h3>
154
+ <p class="text-white mb-4">Interactive travel booking platform with 3D maps</p>
155
+ <a href="#" class="inline-block bg-white text-indigo-600 px-4 py-2 rounded-full font-semibold">View Case Study</a>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Work 3 -->
161
+ <div class="work-item relative rounded-xl overflow-hidden">
162
+ <img src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80"
163
+ alt="SaaS dashboard"
164
+ class="w-full h-64 object-cover">
165
+ <div class="work-overlay absolute inset-0 flex items-center justify-center opacity-0">
166
+ <div class="text-center p-6">
167
+ <h3 class="text-2xl font-bold text-white mb-2">Analytics Dashboard</h3>
168
+ <p class="text-white mb-4">Custom data visualization for enterprise SaaS</p>
169
+ <a href="#" class="inline-block bg-white text-indigo-600 px-4 py-2 rounded-full font-semibold">View Case Study</a>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="text-center mt-12">
176
+ <a href="#" class="inline-block bg-indigo-600 text-white px-8 py-3 rounded-full font-semibold hover:bg-indigo-700 transition duration-300">View All Projects</a>
177
+ </div>
178
+ </div>
179
+ </section>
180
+
181
+ <!-- About Section -->
182
+ <section id="about" class="py-20 bg-gray-50">
183
+ <div class="container mx-auto px-6">
184
+ <div class="flex flex-col lg:flex-row items-center">
185
+ <div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
186
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">About PixelCraft</h2>
187
+ <p class="text-lg text-gray-600 mb-6">
188
+ Founded in 2015, PixelCraft has grown from a small design studio to a full-service digital agency.
189
+ Our team of designers, developers, and strategists work together to create digital experiences that
190
+ not only look beautiful but drive real business results.
191
+ </p>
192
+ <p class="text-lg text-gray-600 mb-8">
193
+ We believe in a collaborative approach, working closely with our clients to understand their goals
194
+ and create solutions that exceed expectations. Our process combines creativity with data-driven
195
+ insights to deliver measurable success.
196
+ </p>
197
+ <div class="flex flex-wrap gap-4">
198
+ <div class="bg-white px-6 py-4 rounded-lg shadow-sm">
199
+ <div class="text-3xl font-bold text-indigo-600">150+</div>
200
+ <div class="text-gray-600">Projects Completed</div>
201
+ </div>
202
+ <div class="bg-white px-6 py-4 rounded-lg shadow-sm">
203
+ <div class="text-3xl font-bold text-indigo-600">98%</div>
204
+ <div class="text-gray-600">Client Satisfaction</div>
205
+ </div>
206
+ <div class="bg-white px-6 py-4 rounded-lg shadow-sm">
207
+ <div class="text-3xl font-bold text-indigo-600">8</div>
208
+ <div class="text-gray-600">Industry Awards</div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ <div class="lg:w-1/2">
213
+ <div class="relative">
214
+ <img src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80"
215
+ alt="Our team working"
216
+ class="rounded-xl shadow-lg w-full">
217
+ <div class="absolute -bottom-6 -right-6 bg-indigo-600 text-white p-6 rounded-xl shadow-lg">
218
+ <div class="text-2xl font-bold">8 Years</div>
219
+ <div class="text-white opacity-90">of Excellence</div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </section>
226
+
227
+ <!-- Testimonials -->
228
+ <section class="py-20 bg-indigo-600 text-white">
229
+ <div class="container mx-auto px-6">
230
+ <div class="text-center mb-16">
231
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">What Our Clients Say</h2>
232
+ <p class="text-xl opacity-90 max-w-2xl mx-auto">Don't just take our word for it - hear from businesses we've helped grow</p>
233
+ </div>
234
+
235
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
236
+ <!-- Testimonial 1 -->
237
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl">
238
+ <div class="flex items-center mb-6">
239
+ <img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-12 h-12 rounded-full">
240
+ <div class="ml-4">
241
+ <h4 class="font-bold">Sarah Johnson</h4>
242
+ <p class="text-sm opacity-80">CEO, Fashion Boutique</p>
243
+ </div>
244
+ </div>
245
+ <p class="opacity-90 mb-4">
246
+ "PixelCraft transformed our online store into a conversion machine. Our sales increased by 240% in just three months after the redesign."
247
+ </p>
248
+ <div class="flex text-yellow-300">
249
+ <i class="fas fa-star"></i>
250
+ <i class="fas fa-star"></i>
251
+ <i class="fas fa-star"></i>
252
+ <i class="fas fa-star"></i>
253
+ <i class="fas fa-star"></i>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Testimonial 2 -->
258
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl">
259
+ <div class="flex items-center mb-6">
260
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-12 h-12 rounded-full">
261
+ <div class="ml-4">
262
+ <h4 class="font-bold">Michael Chen</h4>
263
+ <p class="text-sm opacity-80">Founder, TechStart</p>
264
+ </div>
265
+ </div>
266
+ <p class="opacity-90 mb-4">
267
+ "The dashboard they built for our SaaS product is incredibly intuitive. Our customer support tickets dropped by 60% after launch."
268
+ </p>
269
+ <div class="flex text-yellow-300">
270
+ <i class="fas fa-star"></i>
271
+ <i class="fas fa-star"></i>
272
+ <i class="fas fa-star"></i>
273
+ <i class="fas fa-star"></i>
274
+ <i class="fas fa-star"></i>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Testimonial 3 -->
279
+ <div class="bg-white bg-opacity-10 p-8 rounded-xl">
280
+ <div class="flex items-center mb-6">
281
+ <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emma Rodriguez" class="w-12 h-12 rounded-full">
282
+ <div class="ml-4">
283
+ <h4 class="font-bold">Emma Rodriguez</h4>
284
+ <p class="text-sm opacity-80">Marketing Director, GreenLife</p>
285
+ </div>
286
+ </div>
287
+ <p class="opacity-90 mb-4">
288
+ "Working with PixelCraft was a game-changer. They understood our brand perfectly and delivered beyond our expectations."
289
+ </p>
290
+ <div class="flex text-yellow-300">
291
+ <i class="fas fa-star"></i>
292
+ <i class="fas fa-star"></i>
293
+ <i class="fas fa-star"></i>
294
+ <i class="fas fa-star"></i>
295
+ <i class="fas fa-star"></i>
296
+ </div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ </section>
301
+
302
+ <!-- Contact Section -->
303
+ <section id="contact" class="py-20 bg-white">
304
+ <div class="container mx-auto px-6">
305
+ <div class="max-w-4xl mx-auto">
306
+ <div class="text-center mb-16">
307
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Ready to Start Your Project?</h2>
308
+ <p class="text-xl text-gray-600">Get in touch with us today to discuss how we can help bring your vision to life.</p>
309
+ </div>
310
+
311
+ <div class="bg-gray-50 rounded-xl shadow-md p-8 md:p-12">
312
+ <form class="space-y-6">
313
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
314
+ <div>
315
+ <label for="name" class="block text-gray-700 font-medium mb-2">Name</label>
316
+ <input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
317
+ </div>
318
+ <div>
319
+ <label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
320
+ <input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
321
+ </div>
322
+ </div>
323
+ <div>
324
+ <label for="subject" class="block text-gray-700 font-medium mb-2">Subject</label>
325
+ <input type="text" id="subject" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500">
326
+ </div>
327
+ <div>
328
+ <label for="message" class="block text-gray-700 font-medium mb-2">Message</label>
329
+ <textarea id="message" rows="5" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500"></textarea>
330
+ </div>
331
+ <div>
332
+ <button type="submit" class="w-full bg-indigo-600 text-white px-6 py-4 rounded-lg font-semibold hover:bg-indigo-700 transition duration-300">
333
+ Send Message
334
+ </button>
335
+ </div>
336
+ </form>
337
+ </div>
338
+
339
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12">
340
+ <div class="text-center">
341
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mx-auto mb-4">
342
+ <i class="fas fa-map-marker-alt text-indigo-600 text-2xl"></i>
343
+ </div>
344
+ <h3 class="text-xl font-bold mb-2">Location</h3>
345
+ <p class="text-gray-600">123 Design Street<br>Creative City, CA 90210</p>
346
+ </div>
347
+ <div class="text-center">
348
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mx-auto mb-4">
349
+ <i class="fas fa-phone-alt text-indigo-600 text-2xl"></i>
350
+ </div>
351
+ <h3 class="text-xl font-bold mb-2">Phone</h3>
352
+ <p class="text-gray-600">(123) 456-7890<br>Mon-Fri, 9am-5pm</p>
353
+ </div>
354
+ <div class="text-center">
355
+ <div class="w-16 h-16 bg-indigo-100 rounded-full flex items-center justify-center mx-auto mb-4">
356
+ <i class="fas fa-envelope text-indigo-600 text-2xl"></i>
357
+ </div>
358
+ <h3 class="text-xl font-bold mb-2">Email</h3>
359
+ <p class="text-gray-600">hello@pixelcraft.com<br>24/7 Support</p>
360
+ </div>
361
+ </div>
362
+ </div>
363
+ </div>
364
+ </section>
365
+
366
+ <!-- Footer -->
367
+ <footer class="bg-gray-900 text-white py-12">
368
+ <div class="container mx-auto px-6">
369
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
370
+ <div>
371
+ <a href="https://via.placeholder.com/150" target="_blank" class="flex items-center mb-6">
372
+ <img src="https://via.placeholder.com/50x50?text=PC" alt="PixelCraft Logo" class="h-10 w-10 rounded-full">
373
+ <span class="ml-3 text-xl font-bold">PixelCraft</span>
374
+ </a>
375
+ <p class="text-gray-400 mb-4">Crafting digital experiences that inspire and convert.</p>
376
+ <div class="flex space-x-4">
377
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
378
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
379
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
380
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a>
381
+ </div>
382
+ </div>
383
+ <div>
384
+ <h3 class="text-lg font-semibold mb-4">Services</h3>
385
+ <ul class="space-y-2">
386
+ <li><a href="#" class="text-gray-400 hover:text-white transition">UI/UX Design</a></li>
387
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Web Development</a></li>
388
+ <li><a href="#" class="text-gray-400 hover:text-white transition">E-Commerce</a></li>
389
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Branding</a></li>
390
+ <li><a href="#" class="text-gray-400 hover:text-white transition">SEO</a></li>
391
+ </ul>
392
+ </div>
393
+ <div>
394
+ <h3 class="text-lg font-semibold mb-4">Company</h3>
395
+ <ul class="space-y-2">
396
+ <li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
397
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>
398
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
399
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Press</a></li>
400
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Contact</a></li>
401
+ </ul>
402
+ </div>
403
+ <div>
404
+ <h3 class="text-lg font-semibold mb-4">Newsletter</h3>
405
+ <p class="text-gray-400 mb-4">Subscribe to our newsletter for the latest updates.</p>
406
+ <form class="flex">
407
+ <input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-800 w-full">
408
+ <button type="submit" class="bg-indigo-600 px-4 py-2 rounded-r-lg hover:bg-indigo-700 transition">
409
+ <i class="fas fa-paper-plane"></i>
410
+ </button>
411
+ </form>
412
+ </div>
413
+ </div>
414
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
415
+ <p class="text-gray-400 mb-4 md:mb-0">© 2023 PixelCraft. All rights reserved.</p>
416
+ <div class="flex space-x-6">
417
+ <a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a>
418
+ <a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a>
419
+ <a href="#" class="text-gray-400 hover:text-white transition">Cookies</a>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ </footer>
424
+
425
+ <script>
426
+ // Simple JavaScript for mobile menu toggle
427
+ document.addEventListener('DOMContentLoaded', function() {
428
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
429
+ const navMenu = document.querySelector('nav');
430
+
431
+ mobileMenuButton.addEventListener('click', function() {
432
+ navMenu.classList.toggle('hidden');
433
+ navMenu.classList.toggle('flex');
434
+ navMenu.classList.toggle('flex-col');
435
+ navMenu.classList.toggle('absolute');
436
+ navMenu.classList.toggle('top-16');
437
+ navMenu.classList.toggle('left-0');
438
+ navMenu.classList.toggle('right-0');
439
+ navMenu.classList.toggle('bg-white');
440
+ navMenu.classList.toggle('p-4');
441
+ navMenu.classList.toggle('shadow-md');
442
+ navMenu.classList.toggle('space-y-4');
443
+ navMenu.classList.toggle('space-x-8');
444
+ });
445
+
446
+ // Smooth scrolling for anchor links
447
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
448
+ anchor.addEventListener('click', function (e) {
449
+ e.preventDefault();
450
+
451
+ const targetId = this.getAttribute('href');
452
+ if (targetId === '#') return;
453
+
454
+ const targetElement = document.querySelector(targetId);
455
+ if (targetElement) {
456
+ window.scrollTo({
457
+ top: targetElement.offsetTop - 80,
458
+ behavior: 'smooth'
459
+ });
460
+
461
+ // Close mobile menu if open
462
+ if (!navMenu.classList.contains('hidden')) {
463
+ mobileMenuButton.click();
464
+ }
465
+ }
466
+ });
467
+ });
468
+ });
469
+ </script>
470
+ <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=Ugokevin/my-first" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
471
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ create website designer site. the header hero should be a two section, one image the other content. the logo should link to external image source