-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
634 lines (492 loc) · 29.4 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
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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Index - iPortfolio Bootstrap Template</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: iPortfolio
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header dark-background d-flex flex-column">
<i class="header-toggle d-xl-none bi bi-list"></i>
<div class="profile-img">
<img src="assets/img/my-profile-img.jpg" alt="" class="img-fluid rounded-circle">
</div>
<a href="index.html" class="logo d-flex align-items-center justify-content-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">Balasubramanian</h1>
</a>
<div class="social-links text-center">
<a href="https://x.com/balascientist" class="twitter"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/balathemaster" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.linkedin.com/in/scientistbala/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active"><i class="bi bi-house navicon"></i>Home</a></li>
<li><a href="#about"><i class="bi bi-person navicon"></i> About</a></li>
<li><a href="#resume"><i class="bi bi-file-earmark-text navicon"></i> Resume</a></li>
<li><a href="#portfolio"><i class="bi bi-images navicon"></i> Portfolio</a></li>
<li><a href="#services"><i class="bi bi-hdd-stack navicon"></i> Services</a></li>
<li><a href="#contact"><i class="bi bi-envelope navicon"></i> Contact</a></li>
</ul>
</nav>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/hero-bg.jpg" alt="" data-aos="fade-in" class="">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<h2>Balasubramanian</h2>
<p>I'm <span class="typed" data-typed-items="UAV Engineer, Freelancer, Drone Scientist">UAV Engineer</span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span></p>
<h4 style="font-size: 24px;
font-weight: 400;
max-width: 900px;
text-align: justify;
margin-top: 13%;
letter-spacing: 1px;
line-height: 35px;">Specialist in UAV Design, Assembly & Manufacturing | Consultation & Training Services | Expertise in FEA, 3D Printing, Sensor Integration | Flight Operations & Advanced Data Processing | 200+ Hr UAV Flying</h4>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section" style=" background: url(assets/img/bg.jpg) no-repeat fixed;
background-size: cover;
background-position: center center;">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>I am a multidisciplinary engineer, innovator, and thought leader with a proven track record of advancing UAV technology and redefining industry standards.</p>
<ul style="font-size: 1rem; line-height: 28px;">
<li> My journey began at ISRO, where I honed my expertise in precision engineering and cultivated a problem-solving mindset. Over the years, I’ve transformed ambitious concepts into cutting-edge UAV systems, seamlessly merging creativity with technical excellence.</li>
<li> With deep expertise in mechanical design, 3D CAD modeling, prototyping, and advanced manufacturing, I specialize in engineering drones that push boundaries. My portfolio spans the full spectrum of UAV development:</li>
<ul style="font-size: 1rem; line-height: 28px;">
<li> Designing aerodynamic structures.</li>
<li> Optimizing battery performance.</li>
<li> Integrating advanced sensors.</li>
<li> Piloting drones with precision.</li>
</ul>
<li> I bring over 200 hours of flight experience and proficiency in industry-leading tools like Fusion 360, SolidWorks, ANSYS, and Pix4D, excelling at delivering real-world impact through innovative UAV systems.
</ul>
<p>Beyond technical expertise, I am a leader and mentor, driving collaboration and fostering innovation within teams. My vision goes beyond engineering:</p>
<p>I see UAVs as transformative tools that can revolutionize industries, solve critical challenges, and enable a smarter, more connected world.</p>
<p>Whether I’m:</p>
<ul style="font-size: 1rem; line-height: 28px;">
<li>Designing high-performance drones</li>
<li>Training the next generation of innovators</li>
<li>Or shaping the future of autonomous systems</li>
</ul>
<p>I am driven by a mission to push the limits of technology and inspire confidence in every solution I create. This is who I am—an innovator, builder, and catalyst for change.</p>
</div><!-- End Section Title -->
</div>
</section><!-- /About Section -->
<!-- Stats Section -->
<section id="stats" class="stats section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<img src="assets/img/1.png" class="img-fluid" alt="" style="width:44px; height: 44px;;">
<span data-purecounter-start="0" data-purecounter-end="25" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Successful UAV Designs</strong> <span>Delivering high-performance, custom UAV solutions across industries</span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<img src="assets/img/2.png" class="img-fluid" alt="" style="width:44px; height: 44px;;">
<span data-purecounter-start="0" data-purecounter-end="200" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Flight Hours Logged</strong> <span>Hands-on expertise in piloting and testing drones in real-world scenarios.
</span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<img src="assets/img/3.png" class="img-fluid" alt="" style="width:44px; height: 44px;;">
<span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Major Projects Delivered</strong> <span>UAV systems for surveillance, LiDAR, and industrial applications.
</span></p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item">
<img src="assets/img/4.png" class="img-fluid" alt="" style="width:44px; height: 44px;;">
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Years of Experience</strong> <span>Blending innovation, engineering, and leadership to advance UAV technology.
</span></p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Skills Section -->
<section id="skills" class="skills section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content skills-animation">
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>UAV Design & Development</span> <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Battery Pack Design & Optimization</span> <i class="val">85%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Drone Assembly & Flight Operations</span> <i class="val">95%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>3D CAD Modeling & Prototyping </span> <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Sensor Integration & Payload Systems </span> <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Data Processing & Analysis </span> <i class="val">50%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume section">
<!-- Section Title -->
<div class="container section-title text-center" data-aos="fade-up" style="padding-bottom: 20px;">
<h2>Resume</h2>
<a style="background:#149ddd;
display:inline-block;
padding: 10px 20px;
border-radius: 6px;margin-top: 30px;
color: #fff" target="_blank" href="assets/img/portfolio/Bala_CV.pdf">Download My Resume</a>
</div><!-- End Section Title -->
</section><!-- /Resume Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Portfolio</h2>
</div><!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<ul class="portfolio-filters isotope-filters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">UAV Design</li>
<li data-filter=".filter-product">Product</li>
<li data-filter=".filter-branding">Power System</li>
<li data-filter=".filter-books">Manufacturing</li>
</ul><!-- End Portfolio Filters -->
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>UAV Design</h4>
<p>LiCopter – The Smart Hexa</p>
<a href="licopter-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>UAV Design & Development</h4>
<p>Guardian – The AI Quad</p>
<a href="guardian-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>UAV Prototype Development</h4>
<p>Guardian Drone – Second Prototype</p>
<a href="guardian-proto1-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Custom UAV Development</h4>
<p>Custom Drone – AJHawk Project</p>
<a href="custom-drone-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>UAV Prototype Development</h4>
<p>Guardian – First Prototype Evolution</p>
<a href="guardian-proto1-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>UAV Design</h4>
<p>LiCopter – First Prototype</p>
<a href="licopter-proto-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>UAV Assembly and Integration</h4>
<p>VTOL UAV Assembly for GEOKNO</p>
<a href="vtol-assembly-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Battery Design and UAV Optimization</h4>
<p>High-Endurance Li-ion Battery Design and Prototyping</p>
<a href="liion-battery-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-books">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>3D Printing, UAV Component Fabrication, Rapid Prototyping</h4>
<p>3D Printing Expertise</p>
<a href="3d-printing-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-books">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/10.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Material Expertise | Composite Structures</h4>
<p>Advanced Composite Fabrication Expertise</p>
<a href="carbon-fibre-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-books">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/11.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Precision Aluminum Component Design for UAVs</h4>
<p>Aluminum Components for UAV Excellence</p>
<a href="aluminium-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/12.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Electronics & Circuit Design</h4>
<p>PCB Design Expertise</p>
<a href="pcb-portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Portfolio Item -->
</div><!-- End Portfolio Container -->
</div>
</div>
</section><!-- /Portfolio Section -->
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Services</h2>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/1a.webp" class="img-fluid" alt="" style="width: 120px;height: 120px; border-radius: 100%;margin-right: 30px;">
<div>
<h4 class="title"><a href="" class="stretched-link">UAV Design & Development</a></h4>
<p class="description">From concept to creation, I specialize in crafting high-performance UAVs tailored to meet specific industry needs. </p>
<ul>
<li style="line-height: 24px;font-size: 14px;";>End-to-end mechanical design using tools like SolidWorks and Fusion 360.</li>
<li style="line-height: 24px;font-size: 14px;";>Aerodynamic optimization for superior endurance and efficiency.</li>
<li style="line-height: 24px;font-size: 14px;";>Custom drone prototyping and manufacturing.</li>
</ul>
</div>
</div>
<!-- End Service Item -->
<div class="col-lg-6 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/2a.webp" class="img-fluid" alt="" alt="" style="width: 120px;height: 120px; border-radius: 100%;margin-right: 30px;">
<div>
<h4 class="title"><a href="" class="stretched-link">Battery Pack Design & Optimization</a></h4>
<p class="description"> I design lightweight, high-capacity Li-ion battery packs for UAVs, ensuring optimal performance and longer flight times.
</p>
<ul>
<li style="line-height: 24px;font-size: 14px;";>Customized battery configurations to suit specific payloads and flight durations.</li>
<li style="line-height: 24px;font-size: 14px;";>Weight optimization and thermal management solutions.</li>
</ul>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="300">
<img src="assets/img/3a.webp" class="img-fluid" alt="" alt="" style="width: 120px;height: 120px; border-radius: 100%;margin-right: 30px;">
<div>
<h4 class="title"><a href="" class="stretched-link">UAV Prototyping & Manufacturing</a></h4>
<p class="description">With hands-on expertise in 3D printing, composite manufacturing, and assembly, I bring UAV designs to life with precision and reliability.</p>
<ul>
<li style="line-height: 24px;font-size: 14px;";>Prototype development for testing and iteration.</li>
<li style="line-height: 24px;font-size: 14px;";>Scalable manufacturing for deployment-ready systems. </li>
</ul>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="500">
<img src="assets/img/4a.webp" class="img-fluid" alt="" alt="" style="width: 120px;height: 120px; border-radius: 100%;margin-right: 30px;">
<div>
<h4 class="title"><a href="" class="stretched-link">Sensor Integration & Payload Solutions
</a></h4>
<p class="description"> I integrate advanced sensors and payload systems for applications like LiDAR surveys, detect-and-avoid functionalities, and real-time video streaming.
</p>
<ul>
<li style="line-height: 24px;font-size: 14px;";>Precision alignment and calibration for payload efficiency.</li>
<li style="line-height: 24px;font-size: 14px;";> Seamless hardware-software integration for enhanced data accuracy.</li>
</ul>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="400">
<img src="assets/img/5a.webp" class="img-fluid" alt="" alt="" style="width: 120px;height: 120px; border-radius: 100%;margin-right: 30px;">
<div>
<h4 class="title"><a href="" class="stretched-link">Drone Data Processing</a></h4>
<p class="description"> Transform raw UAV data into actionable insights using industry-leading tools like Pix4D and QT Modeler.
</p>
<ul>
<li style="line-height: 24px;font-size: 14px;";> LiDAR data preprocessing and analysis.</li>
<li style="line-height: 24px;font-size: 14px;";> Geotagging and 3D modeling solutions.</li>
</ul>
</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-6 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="600">
<img src="assets/img/6a.webp" class="img-fluid" alt="" alt="" style="width: 120px;height: 120px; border-radius: 100%;margin-right: 30px;">
<div>
<h4 class="title"><a href="" class="stretched-link">Training & Consultation</a></h4>
<p class="description"> Empowering businesses and individuals with the skills and knowledge to excel in UAV operations. </p>
<ul>
<li style="line-height: 24px;font-size: 14px;";>Virtual and hands-on drone workshops.</li>
<li style="line-height: 24px;font-size: 14px;";>Expert consultation for UAV project planning, design, and execution.</li>
</ul>
</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- /Services Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="info-wrap">
<div class="row gy-4">
<div class="col-lg-4">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Location</h3>
<p>Trichy, Tamilnadu, India.</p>
</div>
</div><!-- End Info Item -->
</div>
<div class="col-lg-4">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Mobile</h3>
<p>+91 9750503472 </p>
</div>
</div><!-- End Info Item -->
</div>
<div class="col-lg-4">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Email</h3>
<p>scientisbala1103@gmail.com</p>
</div>
</div><!-- End Info Item -->
</div>
</div>
</div>
</div>
</div>
</section><!-- /Contact Section -->
</main>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>