-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
473 lines (445 loc) · 15.7 KB
/
about.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
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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="mBEDed µSystems, Created by Harpreet Singh from https://harpreet.me/">
<!-- title -->
<title>mBEDed µSystems - About</title>
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="assets/img/favicon.ico">
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap" rel="stylesheet">
<!-- fontawesome -->
<link rel="stylesheet" href="assets/css/all.min.css">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<!-- magnific popup -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- mean menu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<!-- main style -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- responsive -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- header -->
<div class="top-header-area" id="sticker">
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12 text-center">
<div class="main-menu-wrap">
<!-- logo -->
<div class="site-logo">
<a href="index.html">
<img src="assets/img/logo.svg" alt="">
</a>
</div>
<!-- logo -->
<!-- menu start -->
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a> </li>
<li><a href="service.html">Service</a></li>
<!-- <li><a href="shop.html">Shop</a></li> -->
<li class="current-list-item"><a href="about.html">About</a></li>
<!-- <li><a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="404.html">404 page</a></li>
<li><a href="about.html">About</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="checkout.html">Check Out</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="news.html">News</a></li>
<li><a href="shop.html">Shop</a></li>
</ul>
</li> -->
<li><a href="career.html">Career</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<div class="header-icons">
<!-- <a class="shopping-cart" href="cart.html"><i
class="fas fa-shopping-cart"></i></a> -->
<a class="mobile-hide search-bar-icon" href="#"><i
class="fas fa-search"></i></a>
</div>
</li>
</ul>
</nav>
<a class="mobile-show search-bar-icon" href="#"><i class="fas fa-search"></i></a>
<div class="mobile-menu"></div>
<!-- menu end -->
</div>
</div>
</div>
</div>
</div>
<!-- end header -->
<!-- search area -->
<div class="search-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<span class="close-btn"><i class="fas fa-window-close"></i></span>
<div class="search-bar">
<div class="search-bar-tablecell">
<h3>Search For:</h3>
<input type="text" placeholder="Keywords">
<button type="submit">Search <i class="fas fa-search"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end search area -->
<!-- breadcrumb-section -->
<div class="breadcrumb-section breadcrumb-bg pb-30">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<div class="breadcrumb-text">
<p>We build stuff</p>
<h1>About Us</h1>
</div>
</div>
</div>
</div>
</div>
<!-- end breadcrumb section -->
<!-- about section -->
<div class="about-section">
<div class="container">
<div class="row">
<div class="col-lg-5 ">
<div class="about-bg">
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="about-text">
<h2 class="pb-30 text-center">The <span class="teal-text">Start-Up</span> Story</h2>
<div class="text">
<p>Even without a perfect initial idea, adaptation is possible.</p>
<p>As natives of the Republic of India, we felt that it was not the
homeland for embedded systems at the time. Consequently, engineers
from this field were departing for software industries, higher education,
or opportunities abroad.</p>
<p>We established mBEDed µSystems out of necessity in our lives. Our
startup is a Research and Development firm that specializes in everything
from drafting an idea to developing a complete product.</p>
<p>At <b>mBEDed µSystems</b>, we continuously innovate our products and ideas
for our clients. We have standardized pricing for the entire R&D process
to shield our clients from unexpected setbacks or failures, while offering
services across a broad spectrum of products equipped with all the latest
technologies. In today's fast-paced world, some disorganization is inevitable,
but we are adept at navigating through such challenges.</p>
<p>Considering the ongoing chip wars, the global trade order, and India's
promising growth in the semiconductor industry, it is becoming increasingly
evident how advantageous a position it is to be in.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end about section -->
<!-- featured section -->
<!-- <div class="feature-bg">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="featured-text">
<h2 class="pb-30 text-center">Why <span class="teal-text">mBEDed µSystems</span></h2>
<div class="row">
<div class="col-lg-6 col-md-6 mb-4 mb-md-5">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-shipping-fast"></i>
</div>
<div class="content">
<h3>Express Delivery</h3>
<p> We provide multiple shipping option for your needs. We helps us to deliver
the product to your doorstep rapidly.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-5 mb-md-5">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-money-bill-alt"></i>
</div>
<div class="content">
<h3>Compitative Prices</h3>
<p> As we import our products directly from the manufacturer, it helps us
beating market inflated prices.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-5 mb-md-5">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-credit-card"></i>
</div>
<div class="content">
<h3>Secure Payments</h3>
<p> You can use multiple payment methods which provides you peace of mind for
secure transations.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-sync-alt"></i>
</div>
<div class="content">
<h3>Easy Refund</h3>
<p> You can contact us if there is any issue with the product shippied, we will
provide you with refund or replacement.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- end featured section -->
<!-- services featured section -->
<div class="feature-bg">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="featured-text">
<h2 class="pb-30 text-center">Why <span class="teal-text">mBEDed µSystems</span></h2>
<div class="row">
<div class="col-lg-6 col-md-6 mb-4 mb-md-5">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-smile"></i>
</div>
<div class="content">
<h3>Client Satisfaction</h3>
<p> We focus on quality, customization, convenience, and accessibility to ensure that our customers are satisfied.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-5 mb-md-5">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-sync-alt"></i>
</div>
<div class="content">
<h3>Smooth Operations</h3>
<p> We consider factors like speed, reliability, scalability, and transparency. These elements keep everything efficient and trustworthy.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-5 mb-md-5">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-sms"></i>
</div>
<div class="content">
<h3>Customer Interactions</h3>
<p> We prioritize excellent customer support and effective feedback mechanisms. This helps us build rapport and improves your overall experience.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="list-box d-flex">
<div class="list-icon">
<i class="fas fa-money-bill-alt"></i>
</div>
<div class="content">
<h3>Security and Value</h3>
<p> We never forget about security measures to build trust, and consider offering value-added services to give our customers even more reasons to choose us.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end services featured section -->
<!-- instagram section -->
<div class="insta-section">
<div class="container">
<div class="section-title-no-margin">
<div class="col-lg-12 mb-30 text-center">
<h2>See us in <span class="teal-text">Action</span></h2>
</div>
</div>
<div class="row">
<figure data-behold-id="mZwzfh6sh4DekX3uY6lz"></figure> <!-- got from behold.so -->
<script src="https://w.behold.so/widget.js" type="module"></script>
</div>
</div>
</div>
<!-- end instgram section -->
<!-- testimonail-section -->
<div class="testimonail-section mt-50 mb-50">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 text-center">
<h2 class="pb-30 text-center"><span class="teal-text">Trusted</span> by Our <span class="teal-text">Clients</span></h2>
<div class="testimonial-sliders">
<div class="single-testimonial-slider">
<div class="client-avater">
<img src="assets/img/avaters/avatar1.png" alt="">
</div>
<div class="client-meta">
<h3>Rohit Sharma <span>Senior Manager, Schneider Electric Solar India Pvt. Ltd.</span></h3>
<p class="testimonial-body">
" We were amazed with their expertise in the feilds. We were stumbled upon them
after quiet research, and are exited to work with them further. "
</p>
<div class="last-icon">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
<div class="single-testimonial-slider">
<div class="client-avater">
<img src="assets/img/avaters/avatar2.png" alt="">
</div>
<div class="client-meta">
<h3>Bhupinder Singh <span>Founder & CEO, BIOTICS</span></h3>
<p class="testimonial-body">
" We're thrilled with mbeded-µSystems's product development services. Their
professionalism, adaptability, and technical prowess resulted in a superior product
that exceeded our expectations. Highly recommended for exceptional collaboration. "
</p>
<div class="last-icon">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
<div class="single-testimonial-slider">
<div class="client-avater">
<img src="assets/img/avaters/avatar3.png" alt="">
</div>
<div class="client-meta">
<h3>Mini Riat<span>Managing Director, Akal Springs</span></h3>
<p class="testimonial-body">
" I'm very exicited to work with the new start-ups and encourage them. We would love
to work with them for more projects. "
</p>
<div class="last-icon">
<i class="fas fa-quote-right"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end testimonail-section -->
<!-- footer -->
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-box about-widget">
<h2 class="widget-title">About us</h2>
<p><b>mBEDed µSystems</b> is one of the leading <b>ESDM</b>
(Electronics Systems and Design Manufacturer) service provider.</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-box get-in-touch">
<h2 class="widget-title">Get in Touch</h2>
<ul>
<li>58/II, City Court, Zirakpur, Punjab.</li>
<li>[email protected]</li>
<li>+91 176 252 9156</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-box pages">
<h2 class="widget-title">Pages</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="service.html">Service</a></li>
<!-- <li><a href="shop.html">Shop</a></li> -->
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-box subscribe">
<h2 class="widget-title">Subscribe</h2>
<p>Subscribe to our mailing list to get the latest updates.</p>
<form action="index.html">
<input type="email" placeholder="Email">
<button type="submit"><i class="fas fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- end footer -->
<!-- copyright -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<p>Copyrights © - <a href="https://mBEDed.Systems/">mBEDed µSystems</a>, All Rights Reserved.
</p>
</div>
<div class="col-lg-6 text-right col-md-12">
<div class="social-icons">
<ul>
<li><a href="https://wa.me/917009701629" target="_blank"><i class="fab fa-whatsapp"></i></a>
</li>
<li><a href="https://twitter.com/mbededsystems" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a href="https://instagram.com/mBEDedSystems" target="_blank"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://in.linkedin.com/company/mbeded-%C2%B5systems" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/mBEDed" target="_blank"><i class="fab fa-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end copyright -->
<!-- jquery -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!-- bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- count down -->
<script src="assets/js/jquery.countdown.js"></script>
<!-- isotope -->
<script src="assets/js/jquery.isotope-3.0.6.min.js"></script>
<!-- waypoints -->
<script src="assets/js/waypoints.js"></script>
<!-- owl carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- magnific popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- mean menu -->
<script src="assets/js/jquery.meanmenu.min.js"></script>
<!-- sticker js -->
<script src="assets/js/sticker.js"></script>
<!-- main js -->
<script src="assets/js/main.js"></script>
</body>
</html>