-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
697 lines (594 loc) · 40 KB
/
services.html
File metadata and controls
697 lines (594 loc) · 40 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
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
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="assets/images/techgaun-logo-small.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techgaun - We Build Awesome Software Products To Help You Build Awesome Business</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/products.css">
<link rel="stylesheet" href="assets/css/services.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/ScrollTrigger.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">
</script>
<script type="text/javascript" src="/assets/js/script.js"></script>
<script type="text/javascript" src="/assets/js/product.js"></script>
<!-- <script type="text/javascript" src="assets/js/service-data.js"></script> -->
<script type="text/javascript" src="assets/js/services.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</head>
<body>
<!-- Header Section -->
<header>
<div class="container">
<a href="/" class="logo-link">
<div class="logo">
<img src="assets/images/logo.svg" alt="Techgaun Logo">
</div>
</a>
<nav class="main-nav" id="main-nav">
<ul>
<!-- <li><a href="#home">Home</a></li> -->
<li><a href="/products">Products</a></li>
<li><a href="/#services">Services</a></li>
<li><a href="/startup">Startup</a></li>
<!-- mobile view hidden dropdown -->
<li class="hidden"> <a href="https://devtools.techgaun.com/" target="_blank">Dev Tools</a></li>
<li class="hidden"><a href="/#about">About Us</a></li>
<li class="hidden"><a href="/team">Our Team</a></li>
<li class="hidden"><a href="/careers">Careers</a></li>
<!-- dropdown with options -->
<li class="custom-dropdown">
<button class="dropdown-toggle" id="dropdownToggle1">
<span>Initiatives</span>
<span class="dropdown-icon" id="dropdownIcon1">
<img src="assets/images/nav/dropdown.svg" alt="dropdown">
</span>
</button>
<ul class="dropdown-menu" id="dropdownMenu1">
<li class="dropdown-item">
<a href="https://devtools.techgaun.com/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none">
<path class="svg-path"
d="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM4 5V19H20V5H4ZM20 12L16.4645 15.5355L15.0503 14.1213L17.1716 12L15.0503 9.87868L16.4645 8.46447L20 12ZM6.82843 12L8.94975 14.1213L7.53553 15.5355L4 12L7.53553 8.46447L8.94975 9.87868L6.82843 12ZM11.2443 17H9.11597L12.7557 7H14.884L11.2443 17Z" />
</svg>
<div>
<h1>Dev Tools</h1>
<p>Free, open-source developer tools.</p>
</div>
</a>
</li>
<!-- <li class="dropdown-item">
<a href="#giveBack">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="svg-path"
d="M5.99805 3C9.48787 3 12.3812 5.55379 12.9112 8.8945C14.0863 7.72389 15.7076 7 17.498 7H21.998V9.5C21.998 13.0899 19.0879 16 15.498 16H12.998V21H10.998V13H8.99805C5.13205 13 1.99805 9.86599 1.99805 6V3H5.99805ZM19.998 9H17.498C15.0128 9 12.998 11.0147 12.998 13.5V14H15.498C17.9833 14 19.998 11.9853 19.998 9.5V9ZM5.99805 5H3.99805V6C3.99805 8.76142 6.23662 11 8.99805 11H10.998V10C10.998 7.23858 8.75947 5 5.99805 5Z" />
</svg>
<div>
<h1>Give Back</h1>
<p>Fueling future talent with scholarships.</p>
</div>
</a>
</li> -->
</ul>
</li>
<li class="custom-dropdown">
<button class="dropdown-toggle" id="dropdownToggle2">
<span>Company</span>
<span class="dropdown-icon" id="dropdownIcon2"> <img src="assets/images/nav/dropdown.svg"
alt="dropdown">
</span>
</button>
<ul class="dropdown-menu" id="dropdownMenu2">
<li class="dropdown-item">
<a href="/#about">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="svg-path"
d="M12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2C17.523 2 22 6.477 22 12C22 17.523 17.523 22 12 22ZM12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20ZM12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17Z" />
</svg>
<div>
<h1>About Us</h1>
<p>Learn who we are and what drives us.</p>
</div>
</a>
</li>
<li class="dropdown-item">
<a href="/team">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="svg-path"
d="M12 11C13.3261 11 14.5979 11.5268 15.5355 12.4645C16.4732 13.4021 17 14.6739 17 16V22H15V16C15 15.2348 14.7077 14.4985 14.1827 13.9417C13.6578 13.385 12.9399 13.0499 12.176 13.005L12 13C11.2348 13 10.4985 13.2923 9.94174 13.8173C9.38499 14.3422 9.04989 15.0601 9.005 15.824L9 16V22H7V16C7 14.6739 7.52678 13.4021 8.46447 12.4645C9.40215 11.5268 10.6739 11 12 11ZM5.5 14C5.779 14 6.05 14.033 6.31 14.094C6.13902 14.603 6.03777 15.1328 6.009 15.669L6 16V16.086C5.88505 16.0449 5.76549 16.018 5.644 16.006L5.5 16C5.12712 16 4.76761 16.1389 4.49158 16.3896C4.21555 16.6403 4.0428 16.9848 4.007 17.356L4 17.5V22H2V17.5C2 16.5717 2.36875 15.6815 3.02513 15.0251C3.6815 14.3687 4.57174 14 5.5 14ZM18.5 14C19.4283 14 20.3185 14.3687 20.9749 15.0251C21.6313 15.6815 22 16.5717 22 17.5V22H20V17.5C20 17.1271 19.8611 16.7676 19.6104 16.4916C19.3597 16.2156 19.0152 16.0428 18.644 16.007L18.5 16C18.325 16 18.157 16.03 18 16.085V16C18 15.334 17.892 14.694 17.691 14.096C17.95 14.033 18.221 14 18.5 14ZM5.5 8C6.16304 8 6.79893 8.26339 7.26777 8.73223C7.73661 9.20107 8 9.83696 8 10.5C8 11.163 7.73661 11.7989 7.26777 12.2678C6.79893 12.7366 6.16304 13 5.5 13C4.83696 13 4.20107 12.7366 3.73223 12.2678C3.26339 11.7989 3 11.163 3 10.5C3 9.83696 3.26339 9.20107 3.73223 8.73223C4.20107 8.26339 4.83696 8 5.5 8ZM18.5 8C19.163 8 19.7989 8.26339 20.2678 8.73223C20.7366 9.20107 21 9.83696 21 10.5C21 11.163 20.7366 11.7989 20.2678 12.2678C19.7989 12.7366 19.163 13 18.5 13C17.837 13 17.2011 12.7366 16.7322 12.2678C16.2634 11.7989 16 11.163 16 10.5C16 9.83696 16.2634 9.20107 16.7322 8.73223C17.2011 8.26339 17.837 8 18.5 8ZM5.5 10C5.36739 10 5.24021 10.0527 5.14645 10.1464C5.05268 10.2402 5 10.3674 5 10.5C5 10.6326 5.05268 10.7598 5.14645 10.8536C5.24021 10.9473 5.36739 11 5.5 11C5.63261 11 5.75979 10.9473 5.85355 10.8536C5.94732 10.7598 6 10.6326 6 10.5C6 10.3674 5.94732 10.2402 5.85355 10.1464C5.75979 10.0527 5.63261 10 5.5 10ZM18.5 10C18.3674 10 18.2402 10.0527 18.1464 10.1464C18.0527 10.2402 18 10.3674 18 10.5C18 10.6326 18.0527 10.7598 18.1464 10.8536C18.2402 10.9473 18.3674 11 18.5 11C18.6326 11 18.7598 10.9473 18.8536 10.8536C18.9473 10.7598 19 10.6326 19 10.5C19 10.3674 18.9473 10.2402 18.8536 10.1464C18.7598 10.0527 18.6326 10 18.5 10ZM12 2C13.0609 2 14.0783 2.42143 14.8284 3.17157C15.5786 3.92172 16 4.93913 16 6C16 7.06087 15.5786 8.07828 14.8284 8.82843C14.0783 9.57857 13.0609 10 12 10C10.9391 10 9.92172 9.57857 9.17157 8.82843C8.42143 8.07828 8 7.06087 8 6C8 4.93913 8.42143 3.92172 9.17157 3.17157C9.92172 2.42143 10.9391 2 12 2ZM12 4C11.4696 4 10.9609 4.21071 10.5858 4.58579C10.2107 4.96086 10 5.46957 10 6C10 6.53043 10.2107 7.03914 10.5858 7.41421C10.9609 7.78929 11.4696 8 12 8C12.5304 8 13.0391 7.78929 13.4142 7.41421C13.7893 7.03914 14 6.53043 14 6C14 5.46957 13.7893 4.96086 13.4142 4.58579C13.0391 4.21071 12.5304 4 12 4Z" />
</svg>
<div>
<h1>Our Team</h1>
<p>Meet the minds behind Techgaun.</p>
</div>
</a>
</li>
<li class="dropdown-item">
<a href="/careers">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="svg-path"
d="M12 14V16C10.4087 16 8.88258 16.6321 7.75736 17.7574C6.63214 18.8826 6 20.4087 6 22H4C4 19.8783 4.84285 17.8434 6.34315 16.3431C7.84344 14.8429 9.87827 14 12 14ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11ZM18 21.5L15.061 23.045L15.622 19.773L13.245 17.455L16.531 16.977L18 14L19.47 16.977L22.755 17.455L20.378 19.773L20.938 23.045L18 21.5Z" />
</svg>
<div>
<h1>Careers</h1>
<p>Join us in shaping digital Nepal.</p>
</div>
</a>
</li>
</ul>
</li>
<li><a href="/#contact">Contact</a></li>
</ul>
</nav>
<div class="get-started-container">
<a href="#contact" class="get-started">Get Started</a>
</div>
<a href="javascript:void(0);" id="nav-icon" class="nav-icon">
<i class="fa fa-bars"></i>
</a>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="hero top-section" data-aos="fade-up">
<div class="hero-text">
<h1><span class="highlight">Expertise</span></h1>
<p class="hero-desc">Solutions that scale, systems that speak, services that deliver.</p>
<div class="product-hero-icons">
<img src="assets/images/services/graph.svg" alt="Graph Icon" class="product-hero-icon">
<p class="rotate-icon">↓</p>
<img src="assets/images/services/tag.svg" alt="Tag Icon" class="product-hero-icon">
<p class="rotate-icon">↓</p>
<img src="assets/images/services/light.svg" alt="Light Icon" class="product-hero-icon">
</div>
</div>
<img class="hero-img-product" src="assets/images/products/here-bg.svg" alt="Hero Image" />
</section>
<!-- Services Section -->
<section id="services" class="services-section">
<div class="container">
<div class="services-tagline" data-aos="fade-up">
<span class="horizontal-line"></span>
<span>Core Services</span>
<span class="horizontal-line"></span>
</div>
<div class="service-scroll-wrapper">
<div class="service-sticky">
<h1 class="services-title">Engineering with Intent. Built to Scale.</h1>
<div class="service-content"></div>
</div>
</div>
</div>
</section>
<!-- industries services -->
<section class="industries-services">
<div class="container">
<div class="services-tagline" data-aos="fade-up">
<span class="horizontal-line"></span>
<span>Industry Services</span>
<span class="horizontal-line"></span>
</div>
<h1 class="services-title">Industry Expertise That Delivers Results</h1>
<div class="tab">
<!-- initially active healthcare -->
<ul class="tab-links">
<li class="active"><a href="#healthcare">
<img src="assets/images/services/health-care.svg" alt="Healthcare Icon" />
HEALTH CARE
</a></li>
<li><a href="#finance">
<img src="assets/images/services/tech.svg" alt="Finance Icon" />
FINANCIAL TECH
</a></li>
<li><a href="#energy">
<img src="assets/images/services/power.svg" alt="Energy Icon" />
ENERGY INDUSTRY
</a></li>
<li><a href="#more">
<img src="assets/images/services/building.svg" alt="More Industries Icon" />
MORE INDUSTRIES
</a></li>
</ul>
<div class="tab-content">
<div id="healthcare" class="tab-item active">
<div class="health-care-grid">
<div class="health-care-hero">
<h1 class="services-title">Revolutionizing Digital Health.</h1>
<div class="wrap">
<div class="circle">
<img class="img-health-care" src="assets/images/services/doctor.png"
alt="Mobile Ticket">
</div>
</div>
</div>
<div class="health-care-content">
<p class="health-care-description">We specialize in healthcare software development,
delivering
solutions that enhance patient care, streamline operations, and ensure compliance
with
industry standards.</p>
<div class="health-care-list">
<li>
<h1>Claims Processing Systems</h1>
<p>Automated systems for real-time eligibility verification, and auditing.
</p>
</li>
<li>
<h1>HIPAA Compliance Frameworks</h1>
<p>Security-first implementations of systems and infrastructure, data
encryption.</p>
</li>
<li>
<h1>Patient Portals & Apps</h1>
<p>UX-optimized mobile/web portals for appointments, and health records
access.</p>
</li>
<li>
<h1>Healthcare Data Analytics</h1>
<p>Visual dashboards and real-time analytics pipelines for population health
and insights.</p>
</li>
</div>
<div class="health-care-checklist-wrapper">
<div class="health-care-checklist-container">
<h1>Who We Work With</h1>
<div class="health-care-checklist">
<div> <span class="checkmark">
✓
</span>
Clinics, hospitals, and private practices</div>
<div> <span class="checkmark">
✓
</span>Diagnostic labs and research bodies</div>
<div> <span class="checkmark">
✓
</span>Health tech startups and wellness platforms</div>
<div> <span class="checkmark">
✓
</span>Insurance providers & TPAs</div>
</div>
</div>
<img class="checklist-scroll-img" src="assets/images/services/boy-laptop.png"
alt="Boy in desktop">
</div>
<div class="health-care-checklist-wrapper-2">
<div class="health-care-checklist-container">
<h1>Why Choose TechGaun for Healthcare?</h1>
<div class="health-care-checklist">
<div> <span class="checkmark">
✓
</span>
HIPAA, HITECH, and GDPR expertise</div>
<div> <span class="checkmark">
✓
</span>Familiarity with complex payer-provider systems</div>
<div> <span class="checkmark">
✓
</span>Experience working across timezones with global health teams
</div>
<div> <span class="checkmark">
✓
</span>Zero compromise on data sensitivity & patient trust</div>
</div>
</div>
<img src="assets/images/services/grid.svg" alt="Grid Image" class="grid-image-1">
</div>
</div>
</div>
</div>
<div id="finance" class="tab-item">
<div class="health-care-grid">
<div class="health-care-content">
<p class="health-care-description">We architect scalable, auditable fintech
ecosystems that handle sensitive transactions while balancing speed,
security, and seamless user journeys.</p>
<div class="health-care-list">
<li>
<h1>Payment Gateways</h1>
<p>Design & integration of fast, secure checkout systems (cards,
wallets, UPI).
</p>
</li>
<li>
<h1>PCI Compliance Architecture</h1>
<p>System hardening, tokenization, encryption & regular audit
preparation.</p>
</li>
<li>
<h1>Banking & Wallet APIs</h1>
<p>RESTful APIs for banks, NBFCs, and payment aggregators.</p>
</li>
<li>
<h1>Transaction Data Analytics</h1>
<p>Predictive dashboards, fraud anomaly detection, and behavior
analytics.</p>
</li>
</div>
<div class="health-care-checklist-wrapper">
<img class="checklist-scroll-img" src="assets/images/services/pana.svg"
alt="Boy in desktop">
<div class="health-care-checklist-container">
<h1>Who We Work With</h1>
<div class="health-care-checklist">
<div> <span class="checkmark">
✓
</span>
Digital banks and lending platforms</div>
<div> <span class="checkmark">
✓
</span>E-commerce platforms & marketplaces</div>
<div> <span class="checkmark">
✓
</span>Wallets, neobanks, crypto startups</div>
<div> <span class="checkmark">
✓
</span>Accounting & invoicing SaaS</div>
</div>
</div>
</div>
<div class="health-care-checklist-wrapper-2">
<div class="health-care-checklist-container">
<h1>Why Choose TechGaun for Financial Tech?</h1>
<div class="health-care-checklist">
<div> <span class="checkmark">
✓
</span>
Deep familiarity with PCI DSS, SOC2, ISO standards</div>
<div> <span class="checkmark">
✓
</span>Experience integrating with legacy banking systems</div>
<div> <span class="checkmark">
✓
</span>Strong data lineage and fraud detection models
</div>
<div> <span class="checkmark">
✓
</span>Productized approach for compliance: less guesswork,
faster go-lives</div>
</div>
</div>
<img src="assets/images/services/grid-2.svg" alt="Grid Image" class="grid-image-2">
</div>
</div>
<div class="health-care-hero">
<h1 class="services-title">Backbone for Modern Transactions</h1>
<div class="wrap">
<div class="circle">
<img class="img-health-care" src="assets/images/services/ticket.png"
alt="Mobile Ticket">
</div>
</div>
</div>
</div>
</div>
<div id="energy" class="tab-item">
<div class="health-care-grid">
<div class="health-care-hero">
<h1 class="services-title">Powering the Planet With Insight.</h1>
<div class="wrap">
<div class="circle">
<img class="img-health-care" src="assets/images/services/solarhero.png"
alt="Mobile Ticket">
</div>
</div>
</div>
<div class="health-care-content">
<p class="health-care-description">From energy performance tracking to predictive
maintenance, we bring modern software practices to a sector that fuels the
future.
</p>
<div class="health-care-list">
<li>
<h1>IoT & Smart Meter Integrations</h1>
<p>Real-time energy consumption tracking using connected devices.
</p>
</li>
<li>
<h1>Project Lifecycle Tracking</h1>
<p>Tools to monitor construction, commissioning, and asset utilization.</p>
</li>
<li>
<h1>Energy Forecasting & ML Models</h1>
<p>Predictive analytics to optimize production and load balancing.</p>
</li>
<li>
<h1>Investor & Lender Portals</h1>
<p>Transparency tools for renewable project financing and compliance.</p>
</li>
</div>
<div class="health-care-checklist-wrapper">
<div class="health-care-checklist-container">
<h1>Who We Work With</h1>
<div class="health-care-checklist">
<div> <span class="checkmark">
✓
</span>
Solar EPCs and IPPs</div>
<div> <span class="checkmark">
✓
</span>Renewable project developers</div>
<div> <span class="checkmark">
✓
</span>Battery/storage startups</div>
<div> <span class="checkmark">
✓
</span>NGOs and carbon accounting platforms</div>
</div>
</div>
<img class="checklist-scroll-img" src="assets/images/services/solar.png"
alt="Boy in desktop">
</div>
<div class="health-care-checklist-wrapper-2">
<div class="health-care-checklist-container">
<h1>Why TechGaun for Energy?</h1>
<div class="health-care-checklist">
<div> <span class="checkmark">
✓
</span>
Built Corral: a lender-facing solar project monitoring platform
</div>
<div> <span class="checkmark">
✓
</span>We understand PPA, LCOE, and real-world solar project
constraints
</div>
<div> <span class="checkmark">
✓
</span>Blend of domain-specific analytics with UX precision
</div>
<div> <span class="checkmark">
✓
</span>Our infrastructure scales with your grid</div>
</div>
</div>
<img src="assets/images/services/grid.svg" alt="Grid Image" class="grid-image-1">
</div>
</div>
</div>
</div>
<div id="more" class="more-industries tab-item">
<div class="content-with-image">
<p class="sub-title">More Industries</p>
<p class="paragraph-wrapper">At Techgaun Nepal, we specialize in building custom
software
solutions
for financial
technology, healthcare, industrial, and energy sectors—with particular experience in
the
solar industry. Our expertise also extends to supporting clients in education,
logistics, community, productivity domains and much more.</p>
<img class="checklist-scroll-img more-industries-img"
src="assets/images/services/group-discussion.png" alt="Group Discussion">
</div>
<div class="content-without-image">
<h1 class="section-title">We Build Across Boundaries.</h1>
<div class="paragraph-wrapper">
<p class="paragraph">We believe that truly effective solutions start with a deep
understanding of your
challenges. That’s why we work closely with every client to deliver robust,
scalable, and maintainable software tailored to your unique requirements—no
matter
the industry.</p>
<p class="paragraph">We have first-hand experience designing and scaling SaaS
platforms that serve
millions of users seamlessly. Our team understands the unique challenges of
multi-tenant architecture, security, and real-time performance at scale. From
robust
backends to intuitive user interfaces, we build SaaS solutions that grow with
your
business—ensuring reliability, flexibility, and easy maintenance whether you’re
serving hundreds or millions.</p>
<p class="paragraph">Let’s build something impactful together—whatever your
vision.</p>
</div>
</div>
</div>
</div>
</section>
<section class=" footer-img">
<div class="container footer-bg-container">
<img src="assets/images/footer.svg" alt="Footer Background" />
</div>
</section>
<!-- Footer Section -->
<footer>
<div style=" width: 96%;" class="container footer-container">
<div class="text-start footer-address">
Techgaun LLC <br>
Olathe, KS 66062 <br>
USA
<span style="display: block; margin-top: 10px;">
Techgaun Nepal Pvt. Ltd. <br>
Chandragiri-7, Kathmandu, Nepal
</span>
</div>
<div class="footer-links">
<div class="footer-logo">
<img src="assets/images/footer-logo.svg" alt="Techgaun Logo">
</div>
<ul class="footer-nav">
<li><a href="#home">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#case-studies">Case Study</a></li>
</ul>
</div>
<div class="footer-contact">
<div class="social-media">
<a href="https://www.linkedin.com/company/techgaun" target="_blank" noopener noreferrer><img
src="assets/images/linkedin-white.svg" alt="LinkedIn"></a>
<a href="https://www.github.com/techgaun-np" target="_blank" noopener noreferrer><img
src="assets/images/github-white.svg" alt="Github"></a>
<a href="mailto:info@techgaun.com"><img src="assets/images/email.svg" alt="Email"></a>
</div>
<p>© <span id="current-year">2025</span> Techgaun. All rights reserved.</p>
</div>
</div>
<div style=" width: 96%;" class="container footer-container-1">
<div class="footer-links">
<div class="footer-logo">
<img src="assets/images/footer-logo.svg" alt="Techgaun Logo">
</div>
<ul class="footer-nav">
<li><a href="#home">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#case-studies">Case Study</a></li>
</ul>
</div>
<div class="footer-contact">
<div class="social-media">
<a href="https://www.linkedin.com/company/techgaun" target="_blank" noopener noreferrer><img
src="assets/images/linkedin-white.svg" alt="LinkedIn"></a>
<a href="https://www.github.com/techgaun-np" target="_blank" noopener noreferrer><img
src="assets/images/github-white.svg" alt="Github"></a>
<a href="mailto:info@techgaun.com"><img src="assets/images/email.svg" alt="Email"></a>
</div>
<div class=" footer-address">
Techgaun LLC
Olathe, KS 66062
USA
<span style="display: block; margin-top: 2px;">
Techgaun Nepal Pvt. Ltd.
Chandragiri-7, <br> Kathmandu, Nepal
</span>
</div>
<p>© <span id="current-year">2025</span> Techgaun. All rights reserved.</p>
</div>
</div>
</footer>
<button class="scroll-top" id="scroll-top" onclick="scrollToTop()">
<img src="assets/images/arrow-up.png" alt="arrow-up" />
</button>
<script src="https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/dotlottie-wc.js" type="module"></script>
</body>
<script>
// Initialize AOS
AOS.init({
// Global settings:
disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
startEvent: 'DOMContentLoaded', // name of the event dispatched on the document, that AOS should initialize on
initClassName: 'aos-init', // class applied after initialization
animatedClassName: 'aos-animate', // class applied on animation
useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
disableMutationObserver: false, // disables automatic mutations' detections (advanced)
debounceDelay: 50, // the delay on debounce used while resizing window (advanced)
throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)
// Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
offset: 120, // offset (in px) from the original trigger point
delay: 0, // values from 0 to 3000, with step 50ms
duration: 400, // values from 0 to 3000, with step 50ms
easing: 'ease', // default easing for AOS animations
once: false, // whether animation should happen only once - while scrolling down
mirror: false, // whether elements should animate out while scrolling past them
anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</html>