-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (108 loc) · 4.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aerawat Corp | AI-Powered B2B & FinTech Solutions</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
/* Custom styles */
.testimonial {
margin-bottom: 40px;
}
.tech-image {
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#main-header {
background-color:#12264B !important;
}
</style>
</head>
<body>
<header class="bg-primary text-white text-center py-5" id="main-header">
<h1 class="mb-4">Aerawat Corp</h1>
<p>Your Trusted Partner for AI-Powered B2B & FinTech Solutions in Nepal</p>
<div>
<img src="aerawat.png" style="max-height:1000px"/>
</div>
</header>
<div class="container my-5">
<h2 class="text-center mb-4">Our Products</h2>
<div class="row g-4">
<div class="col-lg-4">
<div class="p-4 border rounded">
<h3>RxPin - The B2B Platform</h3>
<p>Revolutionary B2B platform utilizing AI for streamlined operations and connectivity.</p>
</div>
</div>
<div class="col-lg-4">
<div class="p-4 border rounded">
<h3>thirdfactor.ai - Modern User Onboarding Solution</h3>
<p>Next-gen user onboarding solution powered by AI for enhanced efficiency and security.</p>
</div>
</div>
<div class="col-lg-4">
<div class="p-4 border rounded">
<h3>Streamers Alert - Revenue Platform</h3>
<p>Specialized revenue platform tailored for streamers and content creators, leveraging AI insights.</p>
</div>
</div>
<div class="col-lg-4">
<div class="p-4 border rounded">
<h3>IRonGate - Entrance Management Platform</h3>
<p>Efficient entrance management platform utilizing AI for improved security and operations.</p>
</div>
</div>
<div class="col-lg-4">
<div class="p-4 border rounded">
<h3>MoongDaal - Eastern Delicacy</h3>
<p>An assortment of eastern delicacies with unique flavors and cultural richness.</p>
</div>
</div>
</div>
<div class="row g-4 my-5">
<div class="col-md-12">
<div class="testimonial p-4 border rounded alert alert-info text-center">
<h2 class="text-center my-5">Our Official Journal</h2>
<p class="mb-0">The company writes regular articles in its official journal - Fidelity</p>
<p class="text-center"><a href="https://fidelity.aerawat.com/">Fidelity the official journal</a></p>
</div>
</div>
</div>
<h2 class="text-center my-5">Client Testimonials</h2>
<div class="row g-4">
<div class="col-md-6">
<div class="testimonial p-4 border rounded">
<p class="mb-0">"Aerawat Corp's solutions have transformed our business operations, particularly the RxPin platform."</p>
<p class="text-end">- Prixa Technologies</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonial p-4 border rounded">
<p class="mb-0">"We are impressed with thirdfactor.ai's capabilities. It has significantly improved our onboarding processes."</p>
<p class="text-end">- Paisa Experience</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonial p-4 border rounded">
<p class="mb-0">"Streamers Alert has helped us understand our revenue streams better. Kudos to Aerawat Corp for this solution."</p>
<p class="text-end">- Taxolution</p>
</div>
</div>
<div class="col-md-6">
<div class="testimonial p-4 border rounded">
<p class="mb-0">"IRonGate has greatly improved our entrance management. It's been a game-changer for us."</p>
<p class="text-end">- MetaStream Incorporations</p>
</div>
</div>
</div>
</div>
<footer class="bg-dark text-white text-center py-4">
<p>© 2023 Aerawat Corp. All rights reserved. | Based in Nepal</p>
</footer>
<!-- Bootstrap JS Bundle (Popper.js included) -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>