alfredwandy commited on
Commit
c180416
·
verified ·
1 Parent(s): 2334d2d

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +598 -19
  3. prompts.txt +0 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Wandyspace
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: red
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: wandyspace
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: green
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,598 @@
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>Uganda Agro Products | Fresh Farm Produce</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
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#2e7d32',
15
+ secondary: '#689f38',
16
+ accent: '#8bc34a',
17
+ dark: '#1b5e20',
18
+ light: '#dcedc8',
19
+ }
20
+ }
21
+ }
22
+ }
23
+ </script>
24
+ <style>
25
+ .hero {
26
+ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1500382016479-814c9c3b1e0e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
27
+ background-size: cover;
28
+ background-position: center;
29
+ }
30
+
31
+ .product-card:hover {
32
+ transform: translateY(-5px);
33
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
34
+ }
35
+
36
+ .testimonial-card {
37
+ transition: all 0.3s ease;
38
+ }
39
+
40
+ .testimonial-card:hover {
41
+ transform: scale(1.03);
42
+ }
43
+
44
+ @keyframes fadeIn {
45
+ from { opacity: 0; }
46
+ to { opacity: 1; }
47
+ }
48
+
49
+ .fade-in {
50
+ animation: fadeIn 1s ease-in;
51
+ }
52
+ </style>
53
+ </head>
54
+ <body class="font-sans bg-gray-50">
55
+ <!-- Header/Navigation -->
56
+ <header class="bg-white shadow-md sticky top-0 z-50">
57
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
58
+ <div class="flex items-center">
59
+ <i class="fas fa-leaf text-primary text-3xl mr-2"></i>
60
+ <h1 class="text-2xl font-bold text-primary">Uganda<span class="text-secondary">Agro</span></h1>
61
+ </div>
62
+
63
+ <nav class="hidden md:flex space-x-8">
64
+ <a href="#home" class="text-gray-800 hover:text-primary font-medium">Home</a>
65
+ <a href="#products" class="text-gray-800 hover:text-primary font-medium">Products</a>
66
+ <a href="#about" class="text-gray-800 hover:text-primary font-medium">About Us</a>
67
+ <a href="#testimonials" class="text-gray-800 hover:text-primary font-medium">Testimonials</a>
68
+ <a href="#contact" class="text-gray-800 hover:text-primary font-medium">Contact</a>
69
+ </nav>
70
+
71
+ <div class="flex items-center space-x-4">
72
+ <button class="md:hidden text-gray-800" id="mobile-menu-button">
73
+ <i class="fas fa-bars text-2xl"></i>
74
+ </button>
75
+ <button class="hidden md:block bg-primary text-white px-4 py-2 rounded-full hover:bg-dark transition">
76
+ <i class="fas fa-phone-alt mr-2"></i> Order Now
77
+ </button>
78
+ </div>
79
+ </div>
80
+
81
+ <!-- Mobile Menu -->
82
+ <div class="md:hidden hidden bg-white w-full py-4 px-4 shadow-lg" id="mobile-menu">
83
+ <div class="flex flex-col space-y-3">
84
+ <a href="#home" class="text-gray-800 hover:text-primary font-medium">Home</a>
85
+ <a href="#products" class="text-gray-800 hover:text-primary font-medium">Products</a>
86
+ <a href="#about" class="text-gray-800 hover:text-primary font-medium">About Us</a>
87
+ <a href="#testimonials" class="text-gray-800 hover:text-primary font-medium">Testimonials</a>
88
+ <a href="#contact" class="text-gray-800 hover:text-primary font-medium">Contact</a>
89
+ <button class="bg-primary text-white px-4 py-2 rounded-full hover:bg-dark transition w-full">
90
+ <i class="fas fa-phone-alt mr-2"></i> Order Now
91
+ </button>
92
+ </div>
93
+ </div>
94
+ </header>
95
+
96
+ <!-- Hero Section -->
97
+ <section id="home" class="hero min-h-screen flex items-center text-white">
98
+ <div class="container mx-auto px-4 text-center fade-in">
99
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Premium Agricultural Products From Uganda</h1>
100
+ <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Direct from our farms to your table. Fresh, organic, and sustainably grown.</p>
101
+ <div class="flex flex-col md:flex-row justify-center gap-4">
102
+ <a href="#products" class="bg-primary hover:bg-dark text-white px-8 py-3 rounded-full text-lg font-semibold transition">
103
+ Explore Products
104
+ </a>
105
+ <a href="#contact" class="bg-white hover:bg-gray-100 text-primary px-8 py-3 rounded-full text-lg font-semibold transition">
106
+ Contact Us
107
+ </a>
108
+ </div>
109
+ </div>
110
+ </section>
111
+
112
+ <!-- Featured Products -->
113
+ <section id="products" class="py-16 bg-white">
114
+ <div class="container mx-auto px-4">
115
+ <div class="text-center mb-12">
116
+ <h2 class="text-3xl md:text-4xl font-bold text-dark mb-4">Our Featured Products</h2>
117
+ <p class="text-gray-600 max-w-2xl mx-auto">We specialize in high-quality agricultural products grown in the fertile soils of Uganda.</p>
118
+ </div>
119
+
120
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
121
+ <!-- Product 1 -->
122
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
123
+ <div class="h-64 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1550583724-b2692b85b150?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80');"></div>
124
+ <div class="p-6">
125
+ <h3 class="text-xl font-bold text-dark mb-2">Organic Coffee Beans</h3>
126
+ <p class="text-gray-600 mb-4">Premium Arabica coffee grown in the highlands of Uganda, known for its rich flavor and aroma.</p>
127
+ <div class="flex justify-between items-center">
128
+ <span class="text-primary font-bold text-lg">$12.99/kg</span>
129
+ <button class="bg-accent hover:bg-secondary text-white px-4 py-2 rounded-full transition">
130
+ Add to Cart
131
+ </button>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Product 2 -->
137
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
138
+ <div class="h-64 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1601493700631-2b16ec4b4716?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=435&q=80');"></div>
139
+ <div class="p-6">
140
+ <h3 class="text-xl font-bold text-dark mb-2">Fresh Bananas</h3>
141
+ <p class="text-gray-600 mb-4">Sweet and nutritious bananas, harvested at peak ripeness from our organic farms.</p>
142
+ <div class="flex justify-between items-center">
143
+ <span class="text-primary font-bold text-lg">$3.50/kg</span>
144
+ <button class="bg-accent hover:bg-secondary text-white px-4 py-2 rounded-full transition">
145
+ Add to Cart
146
+ </button>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Product 3 -->
152
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
153
+ <div class="h-64 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1603569283847-aa6f0c5d9b5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80');"></div>
154
+ <div class="p-6">
155
+ <h3 class="text-xl font-bold text-dark mb-2">Vanilla Beans</h3>
156
+ <p class="text-gray-600 mb-4">Premium Ugandan vanilla with intense aroma and flavor, perfect for gourmet cooking.</p>
157
+ <div class="flex justify-between items-center">
158
+ <span class="text-primary font-bold text-lg">$25.00/100g</span>
159
+ <button class="bg-accent hover:bg-secondary text-white px-4 py-2 rounded-full transition">
160
+ Add to Cart
161
+ </button>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="text-center mt-12">
168
+ <button id="view-more-btn" class="bg-primary hover:bg-dark text-white px-8 py-3 rounded-full text-lg font-semibold transition">
169
+ View All Products
170
+ </button>
171
+ </div>
172
+
173
+ <!-- More Products (Hidden by default) -->
174
+ <div id="more-products" class="hidden mt-8 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
175
+ <!-- Product 4 -->
176
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
177
+ <div class="h-64 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1601493700631-2b16ec4b4716?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=435&q=80');"></div>
178
+ <div class="p-6">
179
+ <h3 class="text-xl font-bold text-dark mb-2">Pineapples</h3>
180
+ <p class="text-gray-600 mb-4">Sweet and juicy pineapples grown in the tropical climate of Uganda.</p>
181
+ <div class="flex justify-between items-center">
182
+ <span class="text-primary font-bold text-lg">$2.80/kg</span>
183
+ <button class="bg-accent hover:bg-secondary text-white px-4 py-2 rounded-full transition">
184
+ Add to Cart
185
+ </button>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Product 5 -->
191
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
192
+ <div class="h-64 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1518977676601-b53f82aba655?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80');"></div>
193
+ <div class="p-6">
194
+ <h3 class="text-xl font-bold text-dark mb-2">Cocoa Beans</h3>
195
+ <p class="text-gray-600 mb-4">High-quality cocoa beans with rich flavor profile, perfect for chocolate production.</p>
196
+ <div class="flex justify-between items-center">
197
+ <span class="text-primary font-bold text-lg">$8.50/kg</span>
198
+ <button class="bg-accent hover:bg-secondary text-white px-4 py-2 rounded-full transition">
199
+ Add to Cart
200
+ </button>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Product 6 -->
206
+ <div class="product-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300">
207
+ <div class="h-64 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1568702846914-96b305d2aaeb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80');"></div>
208
+ <div class="p-6">
209
+ <h3 class="text-xl font-bold text-dark mb-2">Mangoes</h3>
210
+ <p class="text-gray-600 mb-4">Sweet and fiber-rich mangoes, available in multiple varieties.</p>
211
+ <div class="flex justify-between items-center">
212
+ <span class="text-primary font-bold text-lg">$2.20/kg</span>
213
+ <button class="bg-accent hover:bg-secondary text-white px-4 py-2 rounded-full transition">
214
+ Add to Cart
215
+ </button>
216
+ </div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </section>
222
+
223
+ <!-- About Us -->
224
+ <section id="about" class="py-16 bg-gray-50">
225
+ <div class="container mx-auto px-4">
226
+ <div class="flex flex-col lg:flex-row items-center">
227
+ <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12">
228
+ <h2 class="text-3xl md:text-4xl font-bold text-dark mb-6">About Uganda Agro</h2>
229
+ <p class="text-gray-600 mb-4">Founded in 2010, Uganda Agro is a family-owned agricultural business dedicated to bringing the finest Ugandan produce to local and international markets.</p>
230
+ <p class="text-gray-600 mb-4">We practice sustainable farming methods that respect the environment while delivering exceptional quality products.</p>
231
+ <p class="text-gray-600 mb-6">Our farms are located across Uganda's most fertile regions, allowing us to grow a diverse range of crops in ideal conditions.</p>
232
+ <div class="flex flex-wrap gap-4">
233
+ <div class="flex items-center bg-white px-4 py-2 rounded-full shadow-sm">
234
+ <i class="fas fa-check-circle text-primary mr-2"></i>
235
+ <span>Organic Certified</span>
236
+ </div>
237
+ <div class="flex items-center bg-white px-4 py-2 rounded-full shadow-sm">
238
+ <i class="fas fa-check-circle text-primary mr-2"></i>
239
+ <span>Fair Trade</span>
240
+ </div>
241
+ <div class="flex items-center bg-white px-4 py-2 rounded-full shadow-sm">
242
+ <i class="fas fa-check-circle text-primary mr-2"></i>
243
+ <span>Sustainable</span>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ <div class="lg:w-1/2">
248
+ <div class="grid grid-cols-2 gap-4">
249
+ <div class="h-64 bg-cover bg-center rounded-lg" style="background-image: url('https://images.unsplash.com/photo-1500382016479-814c9c3b1e0e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');"></div>
250
+ <div class="h-64 bg-cover bg-center rounded-lg" style="background-image: url('https://images.unsplash.com/photo-1550583724-b2692b85b150?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80');"></div>
251
+ <div class="h-64 bg-cover bg-center rounded-lg" style="background-image: url('https://images.unsplash.com/photo-1568702846914-96b305d2aaeb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80');"></div>
252
+ <div class="h-64 bg-cover bg-center rounded-lg" style="background-image: url('https://images.unsplash.com/photo-1603569283847-aa6f0c5d9b5d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80');"></div>
253
+ </div>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ </section>
258
+
259
+ <!-- Testimonials -->
260
+ <section id="testimonials" class="py-16 bg-primary text-white">
261
+ <div class="container mx-auto px-4">
262
+ <div class="text-center mb-12">
263
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">What Our Customers Say</h2>
264
+ <p class="max-w-2xl mx-auto opacity-90">Hear from businesses and individuals who trust Uganda Agro for their agricultural needs.</p>
265
+ </div>
266
+
267
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
268
+ <!-- Testimonial 1 -->
269
+ <div class="testimonial-card bg-white bg-opacity-10 p-8 rounded-lg backdrop-filter backdrop-blur-sm">
270
+ <div class="flex items-center mb-4">
271
+ <div class="w-12 h-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center">
272
+ <i class="fas fa-user text-xl"></i>
273
+ </div>
274
+ <div class="ml-4">
275
+ <h4 class="font-bold">Sarah K.</h4>
276
+ <p class="text-sm opacity-80">Restaurant Owner, Kampala</p>
277
+ </div>
278
+ </div>
279
+ <p class="opacity-90">"The quality of Uganda Agro's produce is consistently excellent. Their bananas and pineapples have become staples in our restaurant's menu."</p>
280
+ <div class="flex mt-4 text-yellow-300">
281
+ <i class="fas fa-star"></i>
282
+ <i class="fas fa-star"></i>
283
+ <i class="fas fa-star"></i>
284
+ <i class="fas fa-star"></i>
285
+ <i class="fas fa-star"></i>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Testimonial 2 -->
290
+ <div class="testimonial-card bg-white bg-opacity-10 p-8 rounded-lg backdrop-filter backdrop-blur-sm">
291
+ <div class="flex items-center mb-4">
292
+ <div class="w-12 h-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center">
293
+ <i class="fas fa-user text-xl"></i>
294
+ </div>
295
+ <div class="ml-4">
296
+ <h4 class="font-bold">James M.</h4>
297
+ <p class="text-sm opacity-80">Coffee Shop, Nairobi</p>
298
+ </div>
299
+ </div>
300
+ <p class="opacity-90">"We've been sourcing our coffee beans from Uganda Agro for 3 years now. Their Arabica beans produce the most flavorful coffee our customers love."</p>
301
+ <div class="flex mt-4 text-yellow-300">
302
+ <i class="fas fa-star"></i>
303
+ <i class="fas fa-star"></i>
304
+ <i class="fas fa-star"></i>
305
+ <i class="fas fa-star"></i>
306
+ <i class="fas fa-star"></i>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Testimonial 3 -->
311
+ <div class="testimonial-card bg-white bg-opacity-10 p-8 rounded-lg backdrop-filter backdrop-blur-sm">
312
+ <div class="flex items-center mb-4">
313
+ <div class="w-12 h-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center">
314
+ <i class="fas fa-user text-xl"></i>
315
+ </div>
316
+ <div class="ml-4">
317
+ <h4 class="font-bold">Amina N.</h4>
318
+ <p class="text-sm opacity-80">Food Distributor, Dubai</p>
319
+ </div>
320
+ </div>
321
+ <p class="opacity-90">"Working with Uganda Agro has been a game-changer for our business. Their reliable supply chain and premium quality products stand out in the market."</p>
322
+ <div class="flex mt-4 text-yellow-300">
323
+ <i class="fas fa-star"></i>
324
+ <i class="fas fa-star"></i>
325
+ <i class="fas fa-star"></i>
326
+ <i class="fas fa-star"></i>
327
+ <i class="fas fa-star-half-alt"></i>
328
+ </div>
329
+ </div>
330
+ </div>
331
+ </div>
332
+ </section>
333
+
334
+ <!-- Contact Section -->
335
+ <section id="contact" class="py-16 bg-white">
336
+ <div class="container mx-auto px-4">
337
+ <div class="text-center mb-12">
338
+ <h2 class="text-3xl md:text-4xl font-bold text-dark mb-4">Get In Touch</h2>
339
+ <p class="text-gray-600 max-w-2xl mx-auto">We'd love to hear from you! Contact us for orders, partnerships, or any inquiries.</p>
340
+ </div>
341
+
342
+ <div class="flex flex-col lg:flex-row gap-12">
343
+ <div class="lg:w-1/2">
344
+ <form id="contact-form" class="space-y-6">
345
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
346
+ <div>
347
+ <label for="name" class="block text-gray-700 mb-2">Full Name</label>
348
+ <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
349
+ </div>
350
+ <div>
351
+ <label for="email" class="block text-gray-700 mb-2">Email Address</label>
352
+ <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
353
+ </div>
354
+ </div>
355
+ <div>
356
+ <label for="subject" class="block text-gray-700 mb-2">Subject</label>
357
+ <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent">
358
+ </div>
359
+ <div>
360
+ <label for="message" class="block text-gray-700 mb-2">Message</label>
361
+ <textarea id="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent"></textarea>
362
+ </div>
363
+ <button type="submit" class="bg-primary hover:bg-dark text-white px-6 py-3 rounded-lg text-lg font-semibold transition w-full">
364
+ Send Message
365
+ </button>
366
+ </form>
367
+ </div>
368
+
369
+ <div class="lg:w-1/2">
370
+ <div class="bg-gray-50 p-8 rounded-lg h-full">
371
+ <h3 class="text-2xl font-bold text-dark mb-6">Contact Information</h3>
372
+
373
+ <div class="space-y-6">
374
+ <div class="flex items-start">
375
+ <div class="bg-primary bg-opacity-10 p-3 rounded-full mr-4">
376
+ <i class="fas fa-map-marker-alt text-primary text-xl"></i>
377
+ </div>
378
+ <div>
379
+ <h4 class="font-bold text-gray-800">Our Location</h4>
380
+ <p class="text-gray-600">Plot 42, Industrial Area<br>Kampala, Uganda</p>
381
+ </div>
382
+ </div>
383
+
384
+ <div class="flex items-start">
385
+ <div class="bg-primary bg-opacity-10 p-3 rounded-full mr-4">
386
+ <i class="fas fa-phone-alt text-primary text-xl"></i>
387
+ </div>
388
+ <div>
389
+ <h4 class="font-bold text-gray-800">Phone Numbers</h4>
390
+ <p class="text-gray-600">+256 700 123456<br>+256 312 123456</p>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="flex items-start">
395
+ <div class="bg-primary bg-opacity-10 p-3 rounded-full mr-4">
396
+ <i class="fas fa-envelope text-primary text-xl"></i>
397
+ </div>
398
+ <div>
399
+ <h4 class="font-bold text-gray-800">Email Address</h4>
400
+ <p class="text-gray-600">info@ugandaagro.com<br>sales@ugandaagro.com</p>
401
+ </div>
402
+ </div>
403
+
404
+ <div class="flex items-start">
405
+ <div class="bg-primary bg-opacity-10 p-3 rounded-full mr-4">
406
+ <i class="fas fa-clock text-primary text-xl"></i>
407
+ </div>
408
+ <div>
409
+ <h4 class="font-bold text-gray-800">Working Hours</h4>
410
+ <p class="text-gray-600">Monday - Friday: 8:00 AM - 5:00 PM<br>Saturday: 9:00 AM - 2:00 PM</p>
411
+ </div>
412
+ </div>
413
+ </div>
414
+
415
+ <div class="mt-8">
416
+ <h4 class="font-bold text-gray-800 mb-4">Follow Us</h4>
417
+ <div class="flex space-x-4">
418
+ <a href="#" class="bg-primary bg-opacity-10 p-3 rounded-full text-primary hover:bg-opacity-20 transition">
419
+ <i class="fab fa-facebook-f"></i>
420
+ </a>
421
+ <a href="#" class="bg-primary bg-opacity-10 p-3 rounded-full text-primary hover:bg-opacity-20 transition">
422
+ <i class="fab fa-twitter"></i>
423
+ </a>
424
+ <a href="#" class="bg-primary bg-opacity-10 p-3 rounded-full text-primary hover:bg-opacity-20 transition">
425
+ <i class="fab fa-instagram"></i>
426
+ </a>
427
+ <a href="#" class="bg-primary bg-opacity-10 p-3 rounded-full text-primary hover:bg-opacity-20 transition">
428
+ <i class="fab fa-linkedin-in"></i>
429
+ </a>
430
+ </div>
431
+ </div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ </div>
436
+ </section>
437
+
438
+ <!-- Newsletter -->
439
+ <section class="py-12 bg-gray-50">
440
+ <div class="container mx-auto px-4 text-center">
441
+ <h2 class="text-2xl md:text-3xl font-bold text-dark mb-4">Subscribe to Our Newsletter</h2>
442
+ <p class="text-gray-600 max-w-2xl mx-auto mb-6">Stay updated with our latest products, offers, and agricultural insights.</p>
443
+
444
+ <form class="max-w-md mx-auto flex">
445
+ <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 border border-gray-300 rounded-l-lg focus:ring-2 focus:ring-primary focus:border-transparent">
446
+ <button type="submit" class="bg-primary hover:bg-dark text-white px-6 py-3 rounded-r-lg font-semibold transition">
447
+ Subscribe
448
+ </button>
449
+ </form>
450
+ </div>
451
+ </section>
452
+
453
+ <!-- Footer -->
454
+ <footer class="bg-dark text-white py-12">
455
+ <div class="container mx-auto px-4">
456
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
457
+ <div>
458
+ <div class="flex items-center mb-4">
459
+ <i class="fas fa-leaf text-primary text-3xl mr-2"></i>
460
+ <h3 class="text-2xl font-bold">Uganda<span class="text-secondary">Agro</span></h3>
461
+ </div>
462
+ <p class="text-gray-300 mb-4">Bringing Uganda's finest agricultural products to the world.</p>
463
+ <div class="flex space-x-4">
464
+ <a href="#" class="text-gray-300 hover:text-white transition">
465
+ <i class="fab fa-facebook-f"></i>
466
+ </a>
467
+ <a href="#" class="text-gray-300 hover:text-white transition">
468
+ <i class="fab fa-twitter"></i>
469
+ </a>
470
+ <a href="#" class="text-gray-300 hover:text-white transition">
471
+ <i class="fab fa-instagram"></i>
472
+ </a>
473
+ <a href="#" class="text-gray-300 hover:text-white transition">
474
+ <i class="fab fa-linkedin-in"></i>
475
+ </a>
476
+ </div>
477
+ </div>
478
+
479
+ <div>
480
+ <h4 class="text-lg font-bold mb-4">Quick Links</h4>
481
+ <ul class="space-y-2">
482
+ <li><a href="#home" class="text-gray-300 hover:text-white transition">Home</a></li>
483
+ <li><a href="#products" class="text-gray-300 hover:text-white transition">Products</a></li>
484
+ <li><a href="#about" class="text-gray-300 hover:text-white transition">About Us</a></li>
485
+ <li><a href="#testimonials" class="text-gray-300 hover:text-white transition">Testimonials</a></li>
486
+ <li><a href="#contact" class="text-gray-300 hover:text-white transition">Contact</a></li>
487
+ </ul>
488
+ </div>
489
+
490
+ <div>
491
+ <h4 class="text-lg font-bold mb-4">Products</h4>
492
+ <ul class="space-y-2">
493
+ <li><a href="#" class="text-gray-300 hover:text-white transition">Coffee Beans</a></li>
494
+ <li><a href="#" class="text-gray-300 hover:text-white transition">Bananas</a></li>
495
+ <li><a href="#" class="text-gray-300 hover:text-white transition">Vanilla</a></li>
496
+ <li><a href="#" class="text-gray-300 hover:text-white transition">Pineapples</a></li>
497
+ <li><a href="#" class="text-gray-300 hover:text-white transition">Cocoa Beans</a></li>
498
+ </ul>
499
+ </div>
500
+
501
+ <div>
502
+ <h4 class="text-lg font-bold mb-4">Contact</h4>
503
+ <ul class="space-y-2">
504
+ <li class="flex items-start">
505
+ <i class="fas fa-map-marker-alt text-primary mr-2 mt-1"></i>
506
+ <span class="text-gray-300">Plot 42, Industrial Area, Kampala</span>
507
+ </li>
508
+ <li class="flex items-center">
509
+ <i class="fas fa-phone-alt text-primary mr-2"></i>
510
+ <span class="text-gray-300">+256 700 123456</span>
511
+ </li>
512
+ <li class="flex items-center">
513
+ <i class="fas fa-envelope text-primary mr-2"></i>
514
+ <span class="text-gray-300">info@ugandaagro.com</span>
515
+ </li>
516
+ </ul>
517
+ </div>
518
+ </div>
519
+
520
+ <div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400">
521
+ <p>&copy; 2023 Uganda Agro. All rights reserved.</p>
522
+ </div>
523
+ </div>
524
+ </footer>
525
+
526
+ <script>
527
+ // Mobile menu toggle
528
+ const mobileMenuButton = document.getElementById('mobile-menu-button');
529
+ const mobileMenu = document.getElementById('mobile-menu');
530
+
531
+ mobileMenuButton.addEventListener('click', () => {
532
+ mobileMenu.classList.toggle('hidden');
533
+ });
534
+
535
+ // View more products toggle
536
+ const viewMoreBtn = document.getElementById('view-more-btn');
537
+ const moreProducts = document.getElementById('more-products');
538
+
539
+ viewMoreBtn.addEventListener('click', () => {
540
+ moreProducts.classList.toggle('hidden');
541
+ viewMoreBtn.textContent = moreProducts.classList.contains('hidden') ? 'View All Products' : 'Show Less';
542
+ });
543
+
544
+ // Smooth scrolling for navigation links
545
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
546
+ anchor.addEventListener('click', function (e) {
547
+ e.preventDefault();
548
+
549
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
550
+ behavior: 'smooth'
551
+ });
552
+
553
+ // Close mobile menu if open
554
+ if (!mobileMenu.classList.contains('hidden')) {
555
+ mobileMenu.classList.add('hidden');
556
+ }
557
+ });
558
+ });
559
+
560
+ // Form submission
561
+ const contactForm = document.getElementById('contact-form');
562
+
563
+ contactForm.addEventListener('submit', (e) => {
564
+ e.preventDefault();
565
+
566
+ // Get form values
567
+ const name = document.getElementById('name').value;
568
+ const email = document.getElementById('email').value;
569
+ const subject = document.getElementById('subject').value;
570
+ const message = document.getElementById('message').value;
571
+
572
+ // Here you would typically send the data to a server
573
+ // For this example, we'll just show an alert
574
+ alert(`Thank you, ${name}! Your message has been received. We'll contact you at ${email} soon.`);
575
+
576
+ // Reset form
577
+ contactForm.reset();
578
+ });
579
+
580
+ // Add animation when scrolling
581
+ const fadeElements = document.querySelectorAll('.fade-in');
582
+
583
+ const observer = new IntersectionObserver((entries) => {
584
+ entries.forEach(entry => {
585
+ if (entry.isIntersecting) {
586
+ entry.target.classList.add('animate-fadeIn');
587
+ }
588
+ });
589
+ }, {
590
+ threshold: 0.1
591
+ });
592
+
593
+ fadeElements.forEach(element => {
594
+ observer.observe(element);
595
+ });
596
+ </script>
597
+ <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=alfredwandy/wandyspace" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
598
+ </html>
prompts.txt ADDED
File without changes