-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (255 loc) · 12.3 KB
/
index.html
File metadata and controls
263 lines (255 loc) · 12.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NHPP Investments CC - Your Trusted Procurement Partner</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 active">Home</a>
</li>
<li class="nav-item">
<a href="products.html" class="nav-link">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="#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>
<!-- Hero Section -->
<section class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">Welcome to NHPP Investments CC</h1>
<p class="hero-subtitle">Your Trusted Partner in Comprehensive Procurement Solutions</p>
<p class="hero-description">
NHPP Investments CC is a Namibian-based supplier committed to delivering high-quality products and procurement solutions across various sectors from PPE and medical supplies to ICT, office, hospitality (foods supplies), Vehicle Sales & Import Services, automotive equipment.
</p>
<a href="products.html" class="cta-button">Browse Our Products</a>
</div>
<div class="hero-image">
<div class="hero-grid">
<img src="assets/images/ppe/ppe-1.png" alt="PPE Equipment" class="hero-img">
<img src="assets/images/waste/waste-1.png" alt="Waste Management" class="hero-img">
<img src="assets/images/food/food-1.png" alt="Food Supplies" class="hero-img">
<img src="assets/images/stationary/stationary-1.png" alt="Office Supplies" class="hero-img">
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features">
<div class="container">
<h2 class="section-title">Why Choose NHPP Investments CC?</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-truck"></i>
</div>
<h3>Nationwide Delivery You Can Rely On</h3>
<p>Fast and reliable delivery across all regions of Namibia</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-boxes"></i>
</div>
<h3>Diverse Product Range Under One Roof</h3>
<p>From PPE to ICT equipment, we have everything you need</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-dollar-sign"></i>
</div>
<h3>Competitive Pricing with Bulk Discounts</h3>
<p>Best prices in the market with special rates for bulk orders</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<i class="fas fa-handshake"></i>
</div>
<h3>Trusted by Institutions Across Namibia</h3>
<p>Serving government departments, hospitals, and businesses</p>
</div>
</div>
</div>
</section>
<!-- Services Overview -->
<section class="services-overview">
<div class="container">
<h2 class="section-title">Our Core Services</h2>
<div class="services-grid">
<div class="service-card">
<img src="assets/images/ppe/gen-ppe-jacket.jpg" alt="PPE Supplies">
<div class="service-content">
<h3>Protective Supplies (PPE & Safety Equipment)</h3>
<p>Full range of personal protective gear including gloves, masks, overalls, boots, reflective wear, safety helmets, and more.</p>
<a href="products.html#ppe" class="service-link">Get PPE Quote</a>
</div>
</div>
<div class="service-card">
<img src="assets/images/waste/waste-2.png" alt="Waste Management">
<div class="service-content">
<h3>Waste Management Solutions</h3>
<p>Durable dust bins (60L, 120L, 240L), recycling containers, and municipal-grade waste handling tools.</p>
<a href="products.html#waste" class="service-link">Request Catalogue</a>
</div>
</div>
<div class="service-card">
<img src="assets/images/printing/printing-1.png" alt="ICT Equipment">
<div class="service-content">
<h3>ICT Procurement</h3>
<p>Supply of computers, laptops, printers, networking devices, projectors, and accessories.</p>
<a href="products.html#ict" class="service-link">View ICT Products</a>
</div>
</div>
<div class="service-card">
<img src="assets/images/cleaning/cleaning-1.png" alt="Medical Supplies">
<div class="service-content">
<h3>Medical & Clinical Procurement</h3>
<p>Clinical consumables, diagnostic tools, medical furniture, first-aid supplies, and sanitation equipment.</p>
<a href="products.html#medical" class="service-link">Browse Medical Range</a>
</div>
</div>
<div class="service-card">
<img src="assets/images/food/food-2.png" alt="Hospitality Supplies">
<div class="service-content">
<h3>Hospitality Procurement</h3>
<p>Food and catering supplies, kitchen appliances, catering equipment, guest amenities, and cleaning materials.</p>
<a href="products.html#hospitality" class="service-link">Explore Hospitality Items</a>
</div>
</div>
<div class="service-card">
<img src="assets/images/stationary/stationary-2.png" alt="Office Supplies">
<div class="service-content">
<h3>Office Procurement</h3>
<p>From stationery and consumables to desks, filing cabinets, printers, and shredders.</p>
<a href="products.html#office" class="service-link">Shop Office Supplies</a>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial Section -->
<section class="testimonial">
<div class="container">
<div class="testimonial-content">
<blockquote>
"NHPP Investments CC never disappoints they've become our one-stop shop for all procurement needs."
</blockquote>
<div class="client-logos">
<img src="assets/images/omaruru-logo.svg" alt="Omaruru Municipality">
<img src="assets/images/oranjemund-logo.png" alt="Oranjemund Town Council">
<img src="assets/images/ohangwena-logo.jpg" alt="Ohangwena Regional Council">
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-grid">
<div class="contact-info">
<div class="contact-item">
<i class="fas fa-phone"></i>
<div>
<h4>Phone</h4>
<p>+264 81 329 6489</p>
</div>
</div>
<div class="contact-item">
<i class="fas fa-envelope"></i>
<div>
<h4>Email</h4>
<p>[email protected]</p>
</div>
</div>
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<div>
<h4>Address</h4>
<p>ERF 1796 Stonechat Street<br>Hochland Park, Windhoek</p>
</div>
</div>
</div>
<div class="contact-form">
<form>
<div class="form-group">
<input type="text" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<textarea placeholder="Your Message" rows="5" required></textarea>
</div>
<button type="submit" class="submit-btn">Send Message</button>
</form>
</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="#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>