-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
434 lines (422 loc) · 25.8 KB
/
index.html
File metadata and controls
434 lines (422 loc) · 25.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aviraj Infotech</title>
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- libraries stylesheet -->
<!-- ========= for animation ========= -->
<link rel="stylesheet" href="./lib/animate/animate.min.css">
<!-- ========= for owl slider ========= -->
<link rel="stylesheet" href="./lib/owlcarousel/assets/owl.carousel.min.css">
<!-- ========= fontawesome icon ========= -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
<!-- ========= css file ========= -->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container-xxl bg-white p-0">
<div id="spinner"
class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-border text-primary" style="width: 3rem; height: 3rem;" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<!-- ===================== navigation bar ===================== -->
<div class="container-xxl position-relative p-0">
<nav class="navbar navbar-expand-lg nav-color px-4 px-lg-5 py-3 py-lg-0 border-bottom border-primary">
<a href="./index.html" class="navbar-brand p-0">
<img src="./img/logo/logo.png" alt="Logo" style="border-radius: 100%;"></a>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0 pe-4">
<a href="./index.html" class="nav-item nav-link">Home</a>
<a href="./aboutus.html" class="nav-item nav-link">About</a>
<div class="nav-item dropdown">
<a href="./courses.html" class="nav-link dropdown-toggle"
data-bs-toggle="dropdown">Courses</a>
<div class="dropdown-menu m-0">
<a href="courses.html#course1" class="dropdown-item">Web Programming</a>
<a href="courses.html#course2" class="dropdown-item">App Development</a>
<a href="courses.html#course3" class="dropdown-item">A.I & M.L.</a>
<a href="courses.html#course4" class="dropdown-item">Cyber Security</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">IT Services</a>
<div class="dropdown-menu m-0">
<a href="booking.html" class="dropdown-item">Drones & Robotics</a>
<a href="team.html" class="dropdown-item">Cyber Analysis</a>
<a href="testimonial.html" class="dropdown-item">Application Development</a>
<a href="testimonial.html" class="dropdown-item">A.I Integration</a>
</div>
</div>
<a href="./contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- ===================== hero section ===================== -->
<div class="container-xxl py-4 hero-header mb-5">
<div class="container my-5 py-5">
<div class="d-flex flex-row align-items-center g-5">
<div class="col-lg-6 text-center text-lg-start">
<h1 class="title display-3 text-white animated slideInLeft">Online learning<br> platform
</h1>
<a href="contact.html" style="background-color: rgb(255, 255, 255);" class="btn animated slideInLeft"
data-animation="fadeInLeft" data-delay="0.7s"> <button style="height: 2.5rem; width: 5rem; border: none; border: 1px solid black; border-radius: 20px; background: white;">Join Us</button></a>
</div>
<div class="video">
<video autoplay muted loop src="./img/add.mp4"></video>
</div>
</div>
<div class="stats d-flex col gap-5 mt-xl-5 justify-content-evenly">
<div class="add_text text-center ">
<h1 style="font-size: 50px;">40K+</h1>
<p style="color: rgb(228, 155, 19);" class="fs-3 ">Students</p>
</div>
<div class="text-center add-text">
<h1 style="font-size: 50px;">10+</h1>
<p style="color: rgb(228, 155, 19);" class="fs-3">Master Teacher</p>
</div>
<div class=" text-center add-text">
<h1 style="font-size: 50px;">11</h1>
<p style="color: rgb(228, 155, 19);" class="fs-3">Brand Partners</p>
</div>
</div>
</div>
</div>
<!-- ===================== hero section ===================== -->
<!-- ===================== Our Featured IT-Services ===================== -->
<div class="container-xxl py-1 mb-5">
<div class="container_home ">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h1 class="section-title">Our Featured IT-Services</h1>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.1s">
<div class="card">
<img src="./img/gallery/cyberhello.jpg" alt="" class="card image-top">
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">Cyber
Analysis</h5>
<p class="text-center">Cyber analysis involves examining digital data to identify
and mitigate security threats, and to ensure the integrity, confidentiality, and
availability of information systems.</p>
<div class="text-center">
<a href="CyberAnalysis.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.2s">
<div class="card">
<img src="./img/gallery/yoyo.jpg" alt="" class="card image-top">
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">A.I
Integration</h5>
<p class="text-center">AI integration embeds intelligent technologies into systems
to automate tasks and enhance decision-making. This improves efficiency and
capability across various applications.
</p>
<div class="text-center">
<a href="ArtificialLearning.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.3s">
<div class="card">
<img src="./img/gallery/roboticshello.jpg" alt="" class="card image-top">
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">
Drones & Robotics</h5>
<p class="text-center">Drones and robotics automate tasks through advanced
technology, enhancing efficiency, precision, versatility, safety,
sustainability, and productivity in various industries.</p>
<div class="text-center">
<a href="DronesRobotics.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh; display: absolute;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.4s">
<div class="card">
<img src="./img/gallery/appapp.jpg" alt="" class="card image-top">
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">
Application Development</h5>
<p class="text-center">
Application development involves designing and coding software to meet user
needs, ensuring functionality and usability through rigorous testing and
maintenance.
</p>
<div class="text-center">
<a href="AppDev.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh; display: absolute;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ===================== Our Featured IT-Services ===================== -->
<!-- ===================== Our Courses ===================== -->
<div class="container-xxl py-1 mb-5">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h1 class="section-title">Our Courses</h1>
</div>
<div class="row">
<div class="col-lg-3 mb-3 mb-lg-0 wow slideInLeft" data-wow-delay="0.1s">
<div class="card text-center">
<img src="./img/gallery/web.jpg" alt="" >
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">
Web Development</h5>
<p class="text-center">
Involves designing and coding.
</p>
<div class="text-center">
<a href="AppDev.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh; display: absolute;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 mb-3 mb-lg-0 wow slideInLeft" data-wow-delay="0.1s">
<div class="card text-center">
<img src="./img/gallery/hello.jpg" alt="" >
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">
App Development</h5>
<p class="text-center">
Involves designing and coding.
</p>
<div class="text-center">
<a href="AppDev.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh; display: absolute;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 mb-3 mb-lg-0 wow slideInLeft" data-wow-delay="0.1s">
<div class="card text-center">
<img src="./img/AI ML.jpg" alt="" >
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">
AI & ML </h5>
<p class="text-center">
Entail intelligent analysis.
</p>
<div class="text-center">
<a href="AppDev.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh; display: absolute;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 mb-3 mb-lg-0 wow slideInLeft" data-wow-delay="0.1s">
<div class="card text-center">
<img src="./img/hack.png" alt="" >
<div class="card-body">
<h5 class="card-titel text-center" style="font-weight:bold; font-size:larger;">
Cyber Security </h5>
<p class="text-center">
Safeguards digital assets.
</p>
<div class="text-center">
<a href="AppDev.html">
<button class="btn btn-primary px-5 py-3 mt-3 fs-5 fw-medium bg-primaryy"
style="bottom: 1vh; display: absolute;" type="button">
Explore now
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ===================== Our Courses ===================== -->
<!-- ===================== Our Partners ===================== -->
<div class="container-xxl py-1 mb-5">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h1 class="section-title">Our Partners</h1>
<p editable="inline"> Our partners are vital to our success. We prioritize their needs
and value our strong, collaborative relationships with them, ensuring mutual growth.
</p>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="content">
<img src="./img/partner/elara capital.png" alt="" class="image">
<h2 style="font-size: 1rem;">Elara Capital</h2>
</div>
</div>
<div class="col">
<div class="content">
<img src="./img/partner/elara capital.png" alt="" class="image">
<h2 style="font-size: 1rem;">Aviz Networksl</h2>
</div>
</div>
<div class="content">
<img src="./img/partner/nr-consulting.jpg" alt="" class="image">
<h2 style="font-size: 1rem;">Nr-consulting</h2>
</div>
</div>
</div>
</div>
</div>
<!-- ===================== Our Partners ===================== -->
<!-- ===================== Our Awesome Client ===================== -->
<div class="container-xxl py-1">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h1 class="section-title">Our Awesome Client</h1>
<p editable="inline"> Our partners are vital to our success. We prioritize their needs
and value our strong, collaborative relationships with them, ensuring mutual growth.
</p>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.1s">
<div class="content">
<img src="https://cdn.ayroui.com/1.0/images/client-logo/graygrids.svg" alt="" class="image">
</div>
</div>
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.1s">
<div class="content">
<img src="https://cdn.ayroui.com/1.0/images/client-logo/uideck.svg" alt="" class="image">
</div>
</div>
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.1s">
<div class="content">
<img src="https://cdn.ayroui.com/1.0/images/client-logo/ayroui.svg" alt="" class="image">
</div>
</div>
<div class="col-lg-3 col-sm-6 py-3 py-md-0 wow fadeInUp" data-wow-delay="0.1s">
<div class="content">
<img src="https://cdn.ayroui.com/1.0/images/client-logo/lineicons.svg" alt="" class="image">
</div>
</div>
</div>
<!-- </div> -->
</div>
</div>
<!-- ===================== Our Awesome Client ===================== -->
<!-- ===================== Our Client Says ===================== -->
<div class="container-xxl py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h1 class="section-title">What Client Says</h1>
</div>
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item p-4">
<h5 class="mb-1"><a href="#">M.C.S.T.M College</a></h5>
<p>Aviraj Infotech has transformed our business
operations with their cutting-edge software solutions. Their team's
expertise and dedication are unmatched, ensuring our projects are always
delivered on time and beyond expectations.
</p>
</div>
<div class="testimonial-item p-4">
<h5 class="mb-1"><a href="#">Aaranya Resort</a></h5>
<p>Working with Aviraj Infotech has been a
game-changer. Their innovative approach and seamless integration of
technology have significantly improved our efficiency and productivity.
We highly recommend them.
</p>
</div>
<div class="testimonial-item p-4">
<h5 class="mb-1"><a href="#">Hotel Pushpanjali</a></h5>
<p>
The team at Aviraj Infotech truly understands our
needs and delivers tailored solutions that drive our business forward.
Their proactive support and deep technical knowledge make them an
invaluable partner.
</p>
</div>
<div class="testimonial-item p-4">
<h5 class="mb-1"><a href="#">ManishAstro</a></h5>
<p>
Choosing Aviraj Infotech was undoubtedly one of the
best decisions we made. Their professionalism, attention to detail, and
innovative solutions have been instrumental in our company's growth and
success.
</p>
</div>
</div>
</div>
</div>
<!-- ===================== Our Client Says ===================== -->
<!-- ===================== Footer ===================== -->
<footer class="footer">
<div class="bottom-bar">
<p style="color: white;">© 2024 Aviraj Infotech pvt. ltd. All rights reserved</p>
</div>
<div class="social d-flex gap-3">
<a href=""><img src="https://img.icons8.com/?size=100&id=L2zv2Zo2qmbx&format=png&color=000000" alt=""></a>
<a href=""><img src="https://img.icons8.com/?size=100&id=qTtUMt1UzCUd&format=png&color=000000" alt=""></a>
<a href=""><img src="https://img.icons8.com/?size=100&id=XuWFRXvra7aw&format=png&color=000000" alt=""></a>
</div>
</footer>
<!-- ===================== Footer ===================== -->
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa-solid fa-arrow-up"></i></a>
</div>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<!-- bootstrap js -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- wow -->
<script src="./lib/wow/wow.min.js"></script>
<!-- waypoint -->
<script src="./lib/waypoints/jquery.waypoints.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<!-- for owl slider -->
<script src="./lib/owlcarousel/owl.carousel.min.js"></script>
<!-- js file -->
<script src="./main.js"></script>
</body>
</body>
</html>