-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
367 lines (305 loc) · 16.2 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unique Solutions</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header navigation -->
<header>
<input type="checkbox" name="" id="toggler">
<label for="toggler" class="fas fa-bars"></label>
<a href="#" class="logo"><img height="50px" src="Assets/logo.png" alt=""></a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About us</a>
<a href="#service-page">Services</a>
<!-- <a href="">Buy</a> -->
<a href="#contact">Contact Us</a>
</nav>
<div class="icons">
<!-- <a href="#" class="fa-solid fa-cart-shopping"></a> -->
<a href="customer/login.php" class="fa-solid fa-user"></a>
</div>
</header>
<!--Header naavigation ends here -->
<!-- home section -->
<section class="home" id="home">
<div class="content">
<h3>UNIQUE SOLUTIONS</h3>
<span> Connect, Secure, Automate: Your Trusted Partner in Technology.</span>
<p>Stay connected and secure with our networking solutions. From setup & configuration to ongoing maintenance & support, we've got you covered. </p>
<a href="customer/login.php" class="btn">About Us</a>
</div>
</section>
<!-- home section ends -->
<!-- About Section -->
<section class="about" id="about">
<h1 class="heading"><span> about </span> us</h1>
<div class="row">
<div class="img-container">
<img src="Assets/Images/about-im.jpg" alt="about">
<h3>Best Technology partners</h3>
</div>
<div class="content">
<h3>why choose us?</h3>
<p>In today's fast-paced digital landscape, staying ahead of the curve is essential.
At Unique Solutions, we understand the challenges businesses face and are here to provide the solutions you need to succeed.
Whether you're looking to enhance your network infrastructure, safeguard your assets with state-of-the-art security systems,
or streamline your operations with cloud computing, we have the expertise and experience to make it happen.
Partner with us and unlock the full potential of your business
</p>
<a href="customer/login.php" class="btn">know more</a>
</div>
</div>
</section>
<!-- About Section ends -->
<!-- service section starts -->
<section class="products" id="products">
<h1 class="heading"> Our <span>Services</span></h1>
<div class=""></div>
</section>
<section>
<div class="service-container" id="service-page">
<div class="service">
<h3>CCTV surveillance Systems</h3>
<img src="Assets/Images/cctv-min.jpg" alt="Service 1">
<div class="service-info">
<p>Stay connected and secure with our networking solutions. From setup and configuration to ongoing maintenance and support, we've got you covered.</p>
<a href="customer/book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Solar Systems</h3>
<img src="Assets\Images\solar-min.jpg" alt="Service 2">
<div class="service-info">
<p>Protect your assets and ensure the safety of your premises with our state-of-the-art security systems. From CCTV surveillance to biometric access control, we offer comprehensive security solutions.</p>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Online Ups/Home Ups</h3>
<img src="Assets/Images/homeups.jpg" alt="Service 3">
<div class="service-info">
<p>Ensure the safety and accessibility of your data with our data storage solutions. From onsite storage solutions to cloud-based backups, we provide reliable data storage options.</p>
</div><a href="book.php"><button class="book-button">Book Now</button></a>
</div>
<div class="service">
<h3>Video Door Entry Systems</h3>
<img src="Assets/Images/doorentry.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Biometric Attendence</h3>
<img src="Assets/Images/biometrics-min.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Gate/ Home Automation Systems</h3>
<img src="Assets/Images/gate.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>EPABX & Intercom Systems</h3>
<img src="Assets/Images/intercom-min.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Printers & Laptops</h3>
<img src="Assets/Images/printer.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Electronic Auto Control panels</h3>
<img src="Assets/Images/about-img.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Inverter & Battery</h3>
<img src="Assets\Images\inverter.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Access control systems</h3>
<img src="Assets/Images/lu.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
<div class="service">
<h3>Hardware Upgrades</h3>
<img src="Assets/Images/iu.jpg" alt="Service 4">
<div class="service-info">
<p>Keep your hardware infrastructure up to date with our hardware upgrade services. Whether you need to replace outdated equipment or enhance performance with the latest technology, we offer cost-effective upgrade solutions.</p>
<?php include 'check_login.php'; ?>
<a href="book.php"><button class="book-button">Book Now</button></a>
</div>
</div>
</div>
</section>
<!-- service section ends -->
<section class="products" id="products">
<h1 class="heading"> Our <span>Clients</span></h1>
<div class=""></div>
</section>
<section class="icons-container">
<div class="icons">
<img src="Assets/Images/client/ea012f8a3be5dc43162d8c36c090e1df.w400.h400.png" alt="">
<div class="info">
<h3>Campco ltd</h3>
<span>choclate manufacturers</span>
</div>
</div>
<div class="icons">
<img src="Assets/Images/client/aloysius.webp" alt="">
<div class="info">
<h3>St aloysius</h3>
<span>Educational Institute</span>
</div>
</div>
<div class="icons">
<img src="Assets/Images/client/MRPL_official_Logo.svg.png" alt="">
<div class="info">
<h3>Mrpl</h3>
<span>oil </span>
</div>
</div>
<div class="icons">
<img src="Assets/Images/client/sharada.png" width="100px" alt="">
<div class="info">
<h3>Sharada College</h3>
<span>Educational Institute</span>
</div>
</div>
<div class="icons">
<img src="Assets\Images\client\isprl.png" alt="">
<div class="info">
<h3>ISPRL</h3>
<span>Petroleum ltd</span>
</div>
</div>
<div class="icons">
<img src="Assets\Images\client\kmc.jpg" alt="">
<div class="info">
<h3>KMC Mangalore</h3>
<span>Hospital </span>
</div>
</div>
<div class="icons">
<img src="Assets\Images\client\tandoor.png" alt="">
<div class="info">
<h3>Tandoor Express</h3>
<span>Restaurant</span>
</div>
</div>
<div class="icons">
<img src="Assets\Images\client\palki.png" alt="">
<div class="info">
<h3>Pallkhi</h3>
<span>Restaurant</span>
</div>
</div>
</section>
<section class="products" id="products">
<h1 class="heading"> Our <span>Partners</span></h1>
<div class=""></div>
</section>
<section class="partner-container">
<div class="partner">
<img src="Assets\Images\partner\Matrix.jpg" width="150px" height="100px" alt="Partner 1">
</div>
<div class="partner">
<img src="Assets\Images\partner\avast.webp" width="300px" height="150px" alt="Partner 1">
</div>
<div class="partner">
<img src="Assets\Images\partner\avg.png" width="150px" height="100px" alt="Partner 2">
</div>
<div class="partner">
<img src="Assets\Images\partner\dell.jpg" width="150px" height="100px" alt="Partner 3">
<div class="partner">
<img src="Assets\Images\partner\intel.png" width="150px" height="100px" alt="Partner 4">
</div>
<div class="partner">
<img src="Assets\Images\partner\lenovo.png" width="150px" height="150px" alt="Partner 1">
</div>
<div class="partner">
<img src="Assets\Images\partner\mcafree.png" width="150px" height="150px" alt="Partner 1">
</div>
<div class="partner">
<img src="Assets\Images\partner\sandisk.png" width="150px" height="150px" alt="Partner 1">
</div>
<div class="partner">
<img src="Assets/Images/partner/kaspersky.png" width="150px" height="80px" alt="Partner 1">
</div>
</section>
<section class="contact-section" id="contact">
<div class="contact-form">
<form action="contactbk.php" method="post">
<h2 class="contact-heading">Contact <span>Us</span></h2>
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
</div>
<div class="form-group">
<button type="submit">Send Message</button>
</div>
</form>
</div>
<div class="map-container">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3889.723357080144!2d74.83434627500318!3d12.861136217290664!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba35a5187ca0dbb%3A0xe0e7acc79e406cfa!2sUnique%20Solutions!5e0!3m2!1sen!2sin!4v1714391037883!5m2!1sen!2sin" width="800" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<footer class="footer">
<div class="footer-content">
<p>© 2024 Unique Solutions. All Rights Reserved.</p>
<div class="social-links">
<a href="#" title="Facebook"><i class="fab fa-facebook"></i></a>
<a href="#" title="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="#" title="Instagram"><i class="fab fa-instagram"></i></a>
</div>
</div>
</footer>
</body>
</html>