-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
578 lines (549 loc) · 21.4 KB
/
about.html
File metadata and controls
578 lines (549 loc) · 21.4 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
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
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!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="title" content="mBEDed Systems - About">
<meta name="description"
content="mBEDed Systems is an R&D firm building innovative embedded and electronic solutions—from concept to complete product—focused on quality, reliability, and client success.">
<meta name="author" content="mBEDed Systems">
<!-- 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">
<!-- mean menu css -->
<link rel="stylesheet" href="assets/css/meanmenu.min.css">
<!-- page specific -->
<link rel="stylesheet" href="assets/css/about.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="/">
<img src="assets/img/logo.svg" alt="">
</a>
</div>
<!-- logo -->
<!-- menu start -->
<nav class="main-menu">
<ul>
<li><a href="/">Home</a> </li>
<li><a href="services">Services</a>
<ul class="sub-menu">
<li><a href="electronic-product-design">Electronic Product Design</a></li>
<li><a href="electronic-research-and-development">Electronic Research and
Development</a></li>
<li><a href="schematic-design-services">Schematic Design Services</a></li>
<li><a href="pcb-design-services">PCB Design Services</a></li>
<li><a href="pcb-manufacturing">PCB Manufacturing</a></li>
<li><a href="bom-sourcing">BOM Sourcing</a></li>
<li><a href="pcb-assembly-and-soldering">PCB Assembly and Soldering</a></li>
<li><a href="firmware-development-services">Firmware Development Services</a>
</li>
<li><a href="software-development">Software Development</a></li>
<li><a href="iot-development-services">IoT Development Services</a></li>
</ul>
</li>
<!-- <li><a href="shop.html">Shop</a></li> -->
<li><a href="casestudies">Case Studies</a></li>
<li class="current-list-item"><a href="about">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">Career</a></li>
<li><a href="contact">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">
<div class="section-title">
<h3 class="pb-30 text-center">The <span class="teal-text">Start-Up</span> Story</h23>
</div>
<div class="text">
<p>Great things often start from a simple observation: <b>A gap that needs filling</b>.</p>
<p>Born and raised in India, we watched as brilliant minds in embedded systems felt
compelled to leave—drifting toward software, higher studies, or opportunities overseas
because the hardware ecosystem at home wasn't ready for them. We refused to accept that
this was the only path.</p>
<p>We built <b>mBEDed Systems</b> not just as a company, but as a commitment to change that
narrative. We saw a future where world-class Research and Development could happen right
here. From the first spark of an idea to the final tangible product, we created a
sanctuary for innovation where engineers could thrive and build.</p>
<p>Today, we stand as a premier R&D firm, turning complex challenges into seamless
solutions. We've standardized the unpredictable nature of invention, protecting our
clients from risks while delivering cutting-edge technology. In a chaotic world, we are
the steady hand that guides ideas into reality.</p>
<p>With the global semiconductor landscape shifting and India rising as a powerhouse, we
aren't just participants in this revolution. We are helping to write its next chapter.
The future is hardware, and we are ready.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end about section -->
<!-- vision mission section -->
<div class="mt-50 mb-50">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 mb-4 mb-md-5">
<div class="mission-vision-box">
<div class="section-title">
<h3 class="pb-30 text-center">Our <span class="teal-text">Vision</span></h3>
</div>
<div class="about-text" style="text-align: justify;">
<p>To be the global heartbeat of hardware innovation, empowering creators to build the
impossible. We envision a world where the barriers to hardware creation are dismantled,
allowing any idea (no matter how complex) to find its physical form. We aim to position
India as the epicenter of this transformation, fostering a self-reliant ecosystem that
inspires the next generation of engineers and inventors.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-4 mb-md-5">
<div class="mission-vision-box">
<div class="section-title">
<h3 class="pb-30 text-center">Our <span class="teal-text">Mission</span></h3>
</div>
<div class="about-text" style="text-align: justify;">
<p>To democratize R&D by providing accessible, cutting-edge embedded solutions that bridge
the gap between abstract ideas and tangible reality. We are dedicated to delivering not
just products, but complete pathways to success through standardized processes,
transparent pricing, and unwavering support. Our mission is to handle the complexities
of engineering so our clients can focus on their dreams, ensuring that every innovation
we touch is built on a foundation of quality, reliability, and technical excellence.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end vision mission section -->
<!-- sales 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">
<div class="section-title">
<h3 class="pb-30 text-center">Why <span class="teal-text">mBEDed Systems</span></h3>
</div>
<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">
<div class="section-title">
<h3>See us in <span class="teal-text">Action</span></h3>
</div>
</div>
</div>
<br>
<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 -->
<!-- testimonial-section -->
<div class="testimonial-section mt-50 mb-50">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1 text-center">
<div class="section-title">
<h3 class="pb-30 text-center" style="line-height: 1.2;">Trusted by Our <span
class="teal-text">Clients</span></h3>
</div>
<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>
<div class="home-testimonial-stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<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>
<div class="home-testimonial-stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<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>
<div class="home-testimonial-stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<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 testimonial-section -->
<!-- footer -->
<div class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 no-padding-left">
<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://x.com/mbededsystems" target="_blank"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"
style="width: 16px; height: 16px; color: white;">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg></a></li>
<li><a href="https://www.instagram.com/mbededsystems/" target="_blank"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://in.linkedin.com/company/mbededsystems" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/@mbededsystems" target="_blank"><i
class="fab fa-youtube"></i></a></li>
<li><a href="https://github.com/mBEDed" target="_blank"><i class="fab fa-github"></i></a>
</li>
</ul>
</div>
<!-- <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-6 col-md-6 no-padding-left text-left">
<div class="footer-box get-in-touch">
<p>Copyrights © - <a href="https://mBEDed.Systems/">mBEDed Systems (OPC) Pvt. Ltd.</a>, All
Rights Reserved.
</p>
<!-- <h2 class="widget-title">Get in Touch</h2>
<div class="social-icons" style="margin-top: 20px;">
<ul>
<li><a href="https://wa.me/917009701629" target="_blank"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="https://x.com/mbededsystems" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" style="width: 16px; height: 16px; color: white;"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg></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 class="col-lg-3 col-md-6 text-center">
<div class="footer-box subscribe">
<!-- <h2 class="widget-title">Subscribe</h2>
<p>Get the latest updates.</p> -->
<form
action="https://docs.google.com/forms/d/e/1FAIpQLSc29Fjn5V5jePMqiMM2GEJyRdbq23Z27tV8tywQ239a13UfVA/formResponse"
method="POST" target="hidden_iframe" id="newsletter-form">
<input type="email" name="entry.1014518782" placeholder="Sign up & Stay updated!" required>
<button type="submit"><i class="fas fa-paper-plane"></i></button>
</form>
<div id="newsletter_status" style="margin-top: 10px; font-size: 12px;"></div>
</div>
</div>
</div>
</div>
</div>
<!-- end footer -->
<!-- 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>
<!-- Hidden iframe for Google Forms -->
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;"
onload="if(submitted){window.location='about';}"></iframe>
<!-- Contact and Newsletter form handlers -->
<script>
var submitted = false;
// Newsletter form handler
function handleNewsletterSubmit(event) {
const statusDiv = document.getElementById('newsletter_status');
statusDiv.innerHTML = '<p style="color: #28a745; font-size: 12px;">✓ Subscribed successfully!</p>';
submitted = true;
setTimeout(function () {
document.getElementById('newsletter-form').reset();
statusDiv.innerHTML = '';
}, 3000);
}
// Add event listeners when DOM is loaded
document.addEventListener('DOMContentLoaded', function () {
const newsletterForm = document.getElementById('newsletter-form');
if (newsletterForm) {
newsletterForm.addEventListener('submit', handleNewsletterSubmit);
}
});
</script>
</body>
</html>