pagezyhf HF Staff commited on
Commit
34705b0
·
verified ·
1 Parent(s): 8df448b

https://www.arbio.com/

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +377 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Arbio Green Thumb Haven
3
- emoji: 😻
4
- colorFrom: pink
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: Arbio Green Thumb Haven 🌱
3
+ colorFrom: purple
4
+ colorTo: pink
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,378 @@
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>Arbio - Sustainable Living</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: {
15
+ 50: '#f0fdf4',
16
+ 100: '#dcfce7',
17
+ 200: '#bbf7d0',
18
+ 300: '#86efac',
19
+ 400: '#4ade80',
20
+ 500: '#22c55e',
21
+ 600: '#16a34a',
22
+ 700: '#15803d',
23
+ 800: '#166534',
24
+ 900: '#14532d',
25
+ },
26
+ secondary: {
27
+ 50: '#f8fafc',
28
+ 100: '#f1f5f9',
29
+ 200: '#e2e8f0',
30
+ 300: '#cbd5e1',
31
+ 400: '#94a3b8',
32
+ 500: '#64748b',
33
+ 600: '#475569',
34
+ 700: '#334155',
35
+ 800: '#1e293b',
36
+ 900: '#0f172a',
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ </script>
43
+ <script src="https://unpkg.com/feather-icons"></script>
44
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
45
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
46
+ <style>
47
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
48
+ body {
49
+ font-family: 'Poppins', sans-serif;
50
+ }
51
+ .hero-bg {
52
+ background-image: url('http://static.photos/nature/1200x630/42');
53
+ background-size: cover;
54
+ background-position: center;
55
+ background-blend-mode: overlay;
56
+ }
57
+ .nav-link:hover {
58
+ background-color: rgba(255, 255, 255, 0.1);
59
+ }
60
+ .card-hover:hover {
61
+ transform: translateY(-5px);
62
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
63
+ }
64
+ .transition-all {
65
+ transition: all 0.3s ease;
66
+ }
67
+ </style>
68
+ </head>
69
+ <body class="bg-gray-50 text-secondary-900">
70
+ <!-- Navigation -->
71
+ <nav class="bg-primary-900 text-white shadow-lg">
72
+ <div class="container mx-auto px-6 py-3">
73
+ <div class="flex items-center justify-between">
74
+ <div class="flex items-center space-x-4">
75
+ <i data-feather="leaf" class="w-8 h-8 text-primary-300"></i>
76
+ <span class="text-xl font-bold">Arbio</span>
77
+ </div>
78
+ <div class="hidden md:flex items-center space-x-8">
79
+ <a href="#" class="nav-link px-3 py-2 rounded-md transition-all">Home</a>
80
+ <a href="#" class="nav-link px-3 py-2 rounded-md transition-all">Our Mission</a>
81
+ <a href="#" class="nav-link px-3 py-2 rounded-md transition-all">Products</a>
82
+ <a href="#" class="nav-link px-3 py-2 rounded-md transition-all">Blog</a>
83
+ <a href="#" class="bg-primary-500 hover:bg-primary-600 text-white px-4 py-2 rounded-md transition-all">Join Us</a>
84
+ </div>
85
+ <button class="md:hidden focus:outline-none">
86
+ <i data-feather="menu" class="w-6 h-6"></i>
87
+ </button>
88
+ </div>
89
+ </div>
90
+ </nav>
91
+
92
+ <!-- Hero Section -->
93
+ <section class="hero-bg bg-primary-700 text-white py-20 md:py-32">
94
+ <div class="container mx-auto px-6 text-center">
95
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Grow Green, Live Clean</h1>
96
+ <p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto">Join our movement towards a sustainable future with eco-friendly solutions for your home and garden.</p>
97
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
98
+ <button class="bg-white text-primary-700 hover:bg-gray-100 px-6 py-3 rounded-lg font-medium transition-all shadow-lg">
99
+ Explore Products
100
+ </button>
101
+ <button class="bg-primary-500 hover:bg-primary-600 text-white px-6 py-3 rounded-lg font-medium transition-all shadow-lg">
102
+ Learn More
103
+ </button>
104
+ </div>
105
+ </div>
106
+ </section>
107
+
108
+ <!-- Features Section -->
109
+ <section class="py-16 bg-white">
110
+ <div class="container mx-auto px-6">
111
+ <h2 class="text-3xl font-bold text-center mb-12">Why Choose Arbio?</h2>
112
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
113
+ <div class="card-hover bg-gray-50 p-8 rounded-xl shadow-md transition-all">
114
+ <div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-4">
115
+ <i data-feather="award" class="w-8 h-8 text-primary-600"></i>
116
+ </div>
117
+ <h3 class="text-xl font-semibold mb-3">Eco-Certified</h3>
118
+ <p class="text-secondary-600">All our products meet the highest environmental standards and certifications.</p>
119
+ </div>
120
+ <div class="card-hover bg-gray-50 p-8 rounded-xl shadow-md transition-all">
121
+ <div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-4">
122
+ <i data-feather="droplet" class="w-8 h-8 text-primary-600"></i>
123
+ </div>
124
+ <h3 class="text-xl font-semibold mb-3">Water Saving</h3>
125
+ <p class="text-secondary-600">Our solutions help reduce water consumption by up to 50% in your garden.</p>
126
+ </div>
127
+ <div class="card-hover bg-gray-50 p-8 rounded-xl shadow-md transition-all">
128
+ <div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mb-4">
129
+ <i data-feather="zap" class="w-8 h-8 text-primary-600"></i>
130
+ </div>
131
+ <h3 class="text-xl font-semibold mb-3">Fast Growth</h3>
132
+ <p class="text-secondary-600">Experience accelerated plant growth with our organic nutrient formulas.</p>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ </section>
137
+
138
+ <!-- Product Showcase -->
139
+ <section class="py-16 bg-gray-50">
140
+ <div class="container mx-auto px-6">
141
+ <h2 class="text-3xl font-bold text-center mb-12">Featured Products</h2>
142
+ <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
143
+ <!-- Product 1 -->
144
+ <div class="card-hover bg-white rounded-xl overflow-hidden shadow-md transition-all">
145
+ <img src="http://static.photos/garden/640x360/1" alt="Organic Compost" class="w-full h-48 object-cover">
146
+ <div class="p-6">
147
+ <div class="flex justify-between items-start">
148
+ <h3 class="text-lg font-semibold">Organic Compost</h3>
149
+ <span class="bg-primary-100 text-primary-800 text-xs px-2 py-1 rounded">Bestseller</span>
150
+ </div>
151
+ <p class="text-secondary-600 text-sm mt-2">Nutrient-rich compost for all plant types</p>
152
+ <div class="mt-4 flex items-center justify-between">
153
+ <span class="font-bold">$19.99</span>
154
+ <button class="bg-primary-500 hover:bg-primary-600 text-white px-3 py-1 rounded text-sm transition-all">
155
+ Add to Cart
156
+ </button>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Product 2 -->
162
+ <div class="card-hover bg-white rounded-xl overflow-hidden shadow-md transition-all">
163
+ <img src="http://static.photos/garden/640x360/2" alt="Self-Watering Planter" class="w-full h-48 object-cover">
164
+ <div class="p-6">
165
+ <h3 class="text-lg font-semibold">Self-Watering Planter</h3>
166
+ <p class="text-secondary-600 text-sm mt-2">Smart design reduces water usage</p>
167
+ <div class="mt-4 flex items-center justify-between">
168
+ <span class="font-bold">$34.99</span>
169
+ <button class="bg-primary-500 hover:bg-primary-600 text-white px-3 py-1 rounded text-sm transition-all">
170
+ Add to Cart
171
+ </button>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Product 3 -->
177
+ <div class="card-hover bg-white rounded-xl overflow-hidden shadow-md transition-all">
178
+ <img src="http://static.photos/garden/640x360/3" alt="Solar Garden Lights" class="w-full h-48 object-cover">
179
+ <div class="p-6">
180
+ <h3 class="text-lg font-semibold">Solar Garden Lights</h3>
181
+ <p class="text-secondary-600 text-sm mt-2">Eco-friendly illumination for your garden</p>
182
+ <div class="mt-4 flex items-center justify-between">
183
+ <span class="font-bold">$24.99</span>
184
+ <button class="bg-primary-500 hover:bg-primary-600 text-white px-3 py-1 rounded text-sm transition-all">
185
+ Add to Cart
186
+ </button>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Product 4 -->
192
+ <div class="card-hover bg-white rounded-xl overflow-hidden shadow-md transition-all">
193
+ <img src="http://static.photos/garden/640x360/4" alt="Bamboo Tool Set" class="w-full h-48 object-cover">
194
+ <div class="p-6">
195
+ <div class="flex justify-between items-start">
196
+ <h3 class="text-lg font-semibold">Bamboo Tool Set</h3>
197
+ <span class="bg-primary-100 text-primary-800 text-xs px-2 py-1 rounded">New</span>
198
+ </div>
199
+ <p class="text-secondary-600 text-sm mt-2">Sustainable gardening tools</p>
200
+ <div class="mt-4 flex items-center justify-between">
201
+ <span class="font-bold">$29.99</span>
202
+ <button class="bg-primary-500 hover:bg-primary-600 text-white px-3 py-1 rounded text-sm transition-all">
203
+ Add to Cart
204
+ </button>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ <div class="text-center mt-10">
210
+ <button class="border-2 border-primary-500 text-primary-600 hover:bg-primary-50 px-6 py-2 rounded-lg font-medium transition-all">
211
+ View All Products
212
+ </button>
213
+ </div>
214
+ </div>
215
+ </section>
216
+
217
+ <!-- Testimonials -->
218
+ <section class="py-16 bg-primary-800 text-white">
219
+ <div class="container mx-auto px-6">
220
+ <h2 class="text-3xl font-bold text-center mb-12">What Our Customers Say</h2>
221
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
222
+ <div class="bg-primary-700 p-6 rounded-xl">
223
+ <div class="flex items-center mb-4">
224
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
225
+ <img src="http://static.photos/people/200x200/1" alt="Customer" class="w-full h-full object-cover">
226
+ </div>
227
+ <div>
228
+ <h4 class="font-semibold">Sarah Johnson</h4>
229
+ <div class="flex text-primary-300">
230
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
231
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
232
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
233
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
234
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ <p>"The organic compost transformed my vegetable garden! My plants are healthier than ever and I've never had such a bountiful harvest."</p>
239
+ </div>
240
+ <div class="bg-primary-700 p-6 rounded-xl">
241
+ <div class="flex items-center mb-4">
242
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
243
+ <img src="http://static.photos/people/200x200/2" alt="Customer" class="w-full h-full object-cover">
244
+ </div>
245
+ <div>
246
+ <h4 class="font-semibold">Michael Chen</h4>
247
+ <div class="flex text-primary-300">
248
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
249
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
250
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
251
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
252
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
253
+ </div>
254
+ </div>
255
+ </div>
256
+ <p>"The self-watering planters are a game-changer for my busy lifestyle. My plants thrive even when I travel for work."</p>
257
+ </div>
258
+ <div class="bg-primary-700 p-6 rounded-xl">
259
+ <div class="flex items-center mb-4">
260
+ <div class="w-12 h-12 rounded-full overflow-hidden mr-4">
261
+ <img src="http://static.photos/people/200x200/3" alt="Customer" class="w-full h-full object-cover">
262
+ </div>
263
+ <div>
264
+ <h4 class="font-semibold">Elena Rodriguez</h4>
265
+ <div class="flex text-primary-300">
266
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
267
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
268
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
269
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
270
+ <i data-feather="star" class="w-4 h-4 fill-current"></i>
271
+ </div>
272
+ </div>
273
+ </div>
274
+ <p>"I love that Arbio's products align with my values. Sustainable, effective, and beautiful - what more could you ask for?"</p>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </section>
279
+
280
+ <!-- Newsletter -->
281
+ <section class="py-16 bg-white">
282
+ <div class="container mx-auto px-6 max-w-4xl">
283
+ <div class="bg-primary-50 rounded-xl p-8 md:p-12 text-center">
284
+ <h2 class="text-2xl md:text-3xl font-bold mb-4">Join Our Green Community</h2>
285
+ <p class="mb-6 text-secondary-600 max-w-2xl mx-auto">Subscribe to our newsletter for gardening tips, exclusive offers, and sustainability insights.</p>
286
+ <form class="flex flex-col sm:flex-row gap-3 max-w-md mx-auto">
287
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent">
288
+ <button type="submit" class="bg-primary-600 hover:bg-primary-700 text-white px-6 py-3 rounded-lg font-medium transition-all">
289
+ Subscribe
290
+ </button>
291
+ </form>
292
+ </div>
293
+ </div>
294
+ </section>
295
+
296
+ <!-- Footer -->
297
+ <footer class="bg-secondary-900 text-white py-12">
298
+ <div class="container mx-auto px-6">
299
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
300
+ <div>
301
+ <div class="flex items-center space-x-2 mb-4">
302
+ <i data-feather="leaf" class="w-6 h-6 text-primary-400"></i>
303
+ <span class="text-xl font-bold">Arbio</span>
304
+ </div>
305
+ <p class="text-secondary-400">Cultivating a greener future, one garden at a time.</p>
306
+ <div class="flex space-x-4 mt-4">
307
+ <a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">
308
+ <i data-feather="facebook" class="w-5 h-5"></i>
309
+ </a>
310
+ <a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">
311
+ <i data-feather="instagram" class="w-5 h-5"></i>
312
+ </a>
313
+ <a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">
314
+ <i data-feather="twitter" class="w-5 h-5"></i>
315
+ </a>
316
+ <a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">
317
+ <i data-feather="youtube" class="w-5 h-5"></i>
318
+ </a>
319
+ </div>
320
+ </div>
321
+ <div>
322
+ <h3 class="text-lg font-semibold mb-4">Quick Links</h3>
323
+ <ul class="space-y-2">
324
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">About Us</a></li>
325
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Our Mission</a></li>
326
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Products</a></li>
327
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Blog</a></li>
328
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Contact</a></li>
329
+ </ul>
330
+ </div>
331
+ <div>
332
+ <h3 class="text-lg font-semibold mb-4">Support</h3>
333
+ <ul class="space-y-2">
334
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">FAQs</a></li>
335
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Shipping Policy</a></li>
336
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Returns</a></li>
337
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Privacy Policy</a></li>
338
+ <li><a href="#" class="text-secondary-400 hover:text-primary-400 transition-all">Terms of Service</a></li>
339
+ </ul>
340
+ </div>
341
+ <div>
342
+ <h3 class="text-lg font-semibold mb-4">Contact Us</h3>
343
+ <ul class="space-y-2 text-secondary-400">
344
+ <li class="flex items-start">
345
+ <i data-feather="mail" class="w-4 h-4 mr-2 mt-0.5"></i>
346
+ <span>[email protected]</span>
347
+ </li>
348
+ <li class="flex items-start">
349
+ <i data-feather="phone" class="w-4 h-4 mr-2 mt-0.5"></i>
350
+ <span>+1 (555) 123-4567</span>
351
+ </li>
352
+ <li class="flex items-start">
353
+ <i data-feather="map-pin" class="w-4 h-4 mr-2 mt-0.5"></i>
354
+ <span>123 Green Street, Eco City, EC 12345</span>
355
+ </li>
356
+ </ul>
357
+ </div>
358
+ </div>
359
+ <div class="border-t border-secondary-800 mt-10 pt-6 text-center text-secondary-400">
360
+ <p>© 2023 Arbio. All rights reserved.</p>
361
+ </div>
362
+ </div>
363
+ </footer>
364
+
365
+ <script>
366
+ feather.replace();
367
+ // Initialize Vanta.js effect
368
+ VANTA.WAVES({
369
+ el: "#vanta-bg",
370
+ color: 0x1a7a4a,
371
+ waveHeight: 20,
372
+ shininess: 50,
373
+ waveSpeed: 0.75,
374
+ zoom: 0.75
375
+ })
376
+ </script>
377
+ </body>
378
  </html>