-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
423 lines (409 loc) · 18.9 KB
/
products.html
File metadata and controls
423 lines (409 loc) · 18.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Products & Services - NHPP Investments CC</title>
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="assets/images/logo.jpg" alt="NHPP Investments CC">
<span>NHPP Investments CC</span>
</div>
<ul class="nav-menu">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="products.html" class="nav-link active">Products & Services</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="index.html#contact" class="nav-link">Contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1>Our Products & Services</h1>
<p>NHPP Investments CC supplies and delivers a wide variety of essential goods and services tailored for businesses, government departments, and institutions across Namibia. We focus on speed, quality, and affordability in all our procurement services.</p>
</div>
</section>
<!-- PPE Section -->
<section id="ppe" class="product-section">
<div class="container">
<div class="section-header">
<h2>Protective Supplies (PPE & Safety Equipment)</h2>
<p>Full range of personal protective gear including gloves, masks, overalls, boots, reflective wear, safety helmets, and more. Ideal for construction, healthcare, and public safety.</p>
<a href="index.html#contact" class="cta-button">Get PPE Quote</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/ppe/ppe-1.png" alt="PPE Gloves">
<h4>Safety Gloves</h4>
</div>
<div class="product-item">
<img src="assets/images/ppe/ppe-2.png" alt="PPE Masks">
<h4>Protective Masks</h4>
</div>
<div class="product-item">
<img src="assets/images/ppe/gen-ppe-jacket.jpg" alt="Safety Jacket">
<h4>Safety Jackets</h4>
</div>
<div class="product-item">
<img src="assets/images/ppe/gen-ppe-boots.jpg" alt="Safety Boots">
<h4>Safety Boots</h4>
</div>
<div class="product-item">
<img src="assets/images/ppe/gen-ppe-reflector.jpg" alt="Reflective Wear">
<h4>Reflective Wear</h4>
</div>
<div class="product-item">
<img src="assets/images/ppe/erm-ppe-overall.jpg" alt="Overalls">
<h4>Safety Overalls</h4>
</div>
</div>
</div>
</section>
<!-- Waste Management Section -->
<section id="waste" class="product-section alt-bg">
<div class="container">
<div class="section-header">
<h2>Waste Management Solutions</h2>
<p>Durable dust bins (60L, 120L, 240L), recycling containers, and municipal-grade waste handling tools for clean, efficient environments and Skip Bins.</p>
<a href="index.html#contact" class="cta-button">Request Catalogue</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/waste/waste-1.png" alt="60L Waste Bin">
<h4>60L Waste Bins</h4>
</div>
<div class="product-item">
<img src="assets/images/waste/waste-2.png" alt="120L Waste Bin">
<h4>120L Waste Bins</h4>
</div>
<div class="product-item">
<img src="assets/images/waste/waste-3.png" alt="240L Waste Bin">
<h4>240L Waste Bins</h4>
</div>
<div class="product-item">
<img src="assets/images/waste/waste-4.png" alt="Recycling Containers">
<h4>Recycling Containers</h4>
</div>
<div class="product-item">
<img src="assets/images/waste/waste-5.png" alt="Skip Bins">
<h4>Skip Bins</h4>
</div>
<div class="product-item">
<img src="assets/images/waste/waste-6.png" alt="Municipal Waste Tools">
<h4>Municipal Tools</h4>
</div>
</div>
</div>
</section>
<!-- ICT Section -->
<section id="ict" class="product-section">
<div class="container">
<div class="section-header">
<h2>ICT Procurement</h2>
<p>Supply of computers, laptops, printers, networking devices, projectors, and accessories. Suitable for offices, schools, and government institutions.</p>
<a href="index.html#contact" class="cta-button">View ICT Products</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/printing/printing-1.png" alt="Printers">
<h4>Printers & Scanners</h4>
</div>
<div class="product-item">
<img src="assets/images/printing/printing-2.png" alt="Laptops">
<h4>Laptops & Computers</h4>
</div>
<div class="product-item">
<img src="assets/images/printing/printing-3.png" alt="Projectors">
<h4>Projectors</h4>
</div>
<div class="product-item">
<img src="assets/images/printing/printing-4.png" alt="Networking">
<h4>Networking Equipment</h4>
</div>
</div>
</div>
</section>
<!-- Medical Section -->
<section id="medical" class="product-section alt-bg">
<div class="container">
<div class="section-header">
<h2>Medical & Clinical Procurement</h2>
<p>Clinical consumables, diagnostic tools, medical furniture, first-aid supplies, and sanitation equipment for hospitals and clinics.</p>
<a href="index.html#contact" class="cta-button">Browse Medical Range</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/cleaning/cleaning-1.png" alt="Medical Supplies">
<h4>Clinical Consumables</h4>
</div>
<div class="product-item">
<img src="assets/images/cleaning/cleaning-2.png" alt="Diagnostic Tools">
<h4>Diagnostic Equipment</h4>
</div>
<div class="product-item">
<img src="assets/images/cleaning/cleaning-3.png" alt="First Aid">
<h4>First Aid Supplies</h4>
</div>
<div class="product-item">
<img src="assets/images/cleaning/cleaning-4.png" alt="Sanitation">
<h4>Sanitation Equipment</h4>
</div>
<div class="product-item">
<img src="assets/images/cleaning/cleaning-5.png" alt="Medical Furniture">
<h4>Medical Furniture</h4>
</div>
<div class="product-item">
<img src="assets/images/cleaning/cleaning-6.png" alt="Cleaning Supplies">
<h4>Cleaning Supplies</h4>
</div>
</div>
</div>
</section>
<!-- Hospitality Section -->
<section id="hospitality" class="product-section">
<div class="container">
<div class="section-header">
<h2>Hospitality Procurement</h2>
<p>Food and catering supplies, kitchen appliances, catering equipment, guest amenities, and cleaning materials for hotels, lodges, and guesthouses.</p>
<a href="index.html#contact" class="cta-button">Explore Hospitality Items</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/food/food-1.png" alt="Food Supplies">
<h4>Food Supplies</h4>
</div>
<div class="product-item">
<img src="assets/images/food/food-2.png" alt="Catering Equipment">
<h4>Catering Equipment</h4>
</div>
<div class="product-item">
<img src="assets/images/food/food-3.png" alt="Kitchen Appliances">
<h4>Kitchen Appliances</h4>
</div>
<div class="product-item">
<img src="assets/images/food/food-4.png" alt="Guest Amenities">
<h4>Guest Amenities</h4>
</div>
<div class="product-item">
<img src="assets/images/food/food-5.png" alt="Beverages">
<h4>Beverages</h4>
</div>
<div class="product-item">
<img src="assets/images/food/food-6.png" alt="Catering Supplies">
<h4>Catering Supplies</h4>
</div>
</div>
</div>
</section>
<!-- Office Section -->
<section id="office" class="product-section alt-bg">
<div class="container">
<div class="section-header">
<h2>Office Procurement</h2>
<p>From stationery and consumables to desks, filing cabinets, printers, and shredders everything your office needs under one supplier.</p>
<a href="index.html#contact" class="cta-button">Shop Office Supplies</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/stationary/stationary-1.png" alt="Stationery">
<h4>Stationery Supplies</h4>
</div>
<div class="product-item">
<img src="assets/images/stationary/stationary-2.png" alt="Office Furniture">
<h4>Office Furniture</h4>
</div>
<div class="product-item">
<img src="assets/images/stationary/stationary-3.png" alt="Filing Cabinets">
<h4>Filing Solutions</h4>
</div>
<div class="product-item">
<img src="assets/images/stationary/stationary-4.png" alt="Office Equipment">
<h4>Office Equipment</h4>
</div>
<div class="product-item">
<img src="assets/images/stationary/stationary-5.png" alt="Consumables">
<h4>Office Consumables</h4>
</div>
<div class="product-item">
<img src="assets/images/stationary/stationary-6.png" alt="Desk Accessories">
<h4>Desk Accessories</h4>
</div>
</div>
</div>
</section>
<!-- Automotive Section -->
<section id="automotive" class="product-section">
<div class="container">
<div class="section-header">
<h2>Automotive & General Procurement</h2>
<p>Automotive consumables like lubricants, parts, tools, and accessories for workshops, fleets, and government garages.</p>
<a href="index.html#contact" class="cta-button">Enquire Now</a>
</div>
<div class="product-gallery">
<div class="product-item">
<img src="assets/images/debushing/debushing-1.png" alt="Automotive Tools">
<h4>Automotive Tools</h4>
</div>
<div class="product-item">
<img src="assets/images/debushing/debushing-2.png" alt="Lubricants">
<h4>Lubricants & Oils</h4>
</div>
<div class="product-item">
<img src="assets/images/debushing/debushing-3.png" alt="Auto Parts">
<h4>Auto Parts</h4>
</div>
<div class="product-item">
<img src="assets/images/debushing/debushing-4.png" alt="Workshop Equipment">
<h4>Workshop Equipment</h4>
</div>
</div>
</div>
</section>
<!-- Vehicle Sales Section -->
<section id="vehicles" class="product-section alt-bg">
<div class="container">
<div class="section-header">
<h2>Vehicle Sales & Import Services</h2>
<p>NHPP Investments CC imports and sells quality new and pre-owned vehicles from reliable international sources. We manage the end-to-end process including sourcing, shipping, customs clearance, and delivery.</p>
<a href="index.html#contact" class="cta-button">Browse Vehicles / Request Car Quote</a>
</div>
<div class="vehicle-types">
<div class="vehicle-type">
<i class="fas fa-car"></i>
<h4>Sedans</h4>
<p>Executive and family sedans</p>
</div>
<div class="vehicle-type">
<i class="fas fa-truck"></i>
<h4>SUVs & Pickups</h4>
<p>Utility and off-road vehicles</p>
</div>
<div class="vehicle-type">
<i class="fas fa-bus"></i>
<h4>Commercial Vehicles</h4>
<p>Buses and delivery vehicles</p>
</div>
<div class="vehicle-type">
<i class="fas fa-tools"></i>
<h4>Utility Vehicles</h4>
<p>Specialized work vehicles</p>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="process-section">
<div class="container">
<h2 class="section-title">How It Works</h2>
<div class="process-steps">
<div class="process-step">
<div class="step-number">1</div>
<h4>Submit Request</h4>
<p>Submit your product request or RFQ</p>
</div>
<div class="process-step">
<div class="step-number">2</div>
<h4>Receive Quote</h4>
<p>Receive a tailored quote</p>
</div>
<div class="process-step">
<div class="step-number">3</div>
<h4>Delivery</h4>
<p>Delivery to your location</p>
</div>
<div class="process-step">
<div class="step-number">4</div>
<h4>Support</h4>
<p>Ongoing supply and support</p>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<div class="container">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-grid">
<div class="faq-item">
<h4>Do you offer long-term procurement contracts?</h4>
<p>Yes, we support monthly and yearly bulk procurement agreements.</p>
</div>
<div class="faq-item">
<h4>Can you source specialized or uncommon items?</h4>
<p>Yes, we offer custom sourcing upon request.</p>
</div>
<div class="faq-item">
<h4>What areas do you deliver to?</h4>
<p>We provide nationwide delivery across all regions of Namibia.</p>
</div>
<div class="faq-item">
<h4>Do you offer bulk discounts?</h4>
<p>Yes, we provide competitive pricing with special rates for bulk orders.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<img src="assets/images/logo.jpg" alt="NHPP Investments CC">
<span>NHPP Investments CC</span>
</div>
<p>Your trusted partner in comprehensive procurement solutions across Namibia.</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products & Services</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact Info</h4>
<p><i class="fas fa-phone"></i> +264 81 329 6489</p>
<p><i class="fas fa-envelope"></i> [email protected]</p>
<p><i class="fas fa-map-marker-alt"></i> ERF 1796 Stonechat Street, Hochland Park, Windhoek</p>
</div>
<div class="footer-section">
<h4>Follow Us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 NHPP Investments CC. All rights reserved.</p>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>