-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourses.html
More file actions
237 lines (229 loc) · 14.2 KB
/
courses.html
File metadata and controls
237 lines (229 loc) · 14.2 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
<!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">
<!-- ===================== 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">
<a href="" class="navbar-brand p-0">
<img src="./img/logo/logo.png" alt="Logo" style="border-radius: 100%;">
</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 page-title">
<div class="row align-items-center g-5 animated slideInLeft">
<div class="course-add text-lg-start ">
<h1 class="title display-3 text-white animated slideInLeft">Courses:-
</h1>
<img style="height: 70vh;" src="img/course.jpg" alt="">
</div>
</div>
</div>
</div>
<!-- ===================== hero section ===================== -->
<!-- ===================== About Us ===================== -->
<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-title1">About Us</h1>
</div>
<div class="row">
<div class="col-md-6">
<p class="about_text">
Students gain hands-on experience creating dynamic websites, user-friendly mobile
applications, advanced AI models, and robust cybersecurity measures. These essential
tech skills prepare them for rewarding careers in technology, enabling them to solve
complex challenges and drive innovation in a rapidly evolving digital world.
<br><br>
Our courses cover Web Programming, App Development, AI, Machine Learning, and Cyber
Security. They equip students with critical technical skills for today’s digital
landscape, fostering innovation and proficiency in designing, developing, and securing
advanced technological solutions across diverse industries and applications.
</p>
<div class="read_bt"><a href="./" style="background-color: #051445;">Read More</a>
</div>
</div>
<div class="col-md-6">
<p class="about_text">Students engage in real-world projects that enhance their
understanding and application of theoretical concepts. This project-based learning
approach ensures they are well-prepared to tackle industry challenges, work effectively
in teams, and think critically to develop innovative solutions.
<br><br>
We also provide certificates upon course completion, validating students' expertise and
enhancing their professional credentials. Our instructors, who are industry experts,
offer personalized guidance and support, bringing a wealth of experience and knowledge
to the classroom. This mentorship helps students build a strong foundation for their
future careers in technology.
</p>
</div>
</div>
</div>
</div>
<!-- ===================== About Us ===================== -->
<!-- ===================== What We Do ===================== -->
<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">What We Do</h1>
</div>
<div class="card mb-3 wow slideInLeft" data-wow-delay="0.3s" id="course-1">
<div class="row g-0">
<div class="col-md-4">
<img src="./img/gallery/web.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Web Programming</h5>
<p class="card-text">
Covering fundamental and advanced skills, our comprehensive curriculum equips
learners with the latest tools and technologies essential for designing and
developing dynamic websites and web applications. From front-end frameworks to
backend databases, students gain hands-on experience to excel in the rapidly
evolving field of web development.
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 wow slideInLeft" data-wow-delay="0.6s">
<div class="row g-0">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">App Development</h5>
<p class="card-text">
App Development
App Development: Explore the intricacies of creating mobile applications for
Android and iOS platforms. From conceptual design to coding and deployment, gain
hands-on experience in developing user-friendly interfaces and integrating
essential features, ensuring your apps meet industry standards and user
expectations.
</p>
</div>
</div>
<div class="col-md-4">
<img src="./img/gallery/hello.jpg" class="img-fluid" alt="...">
</div>
</div>
</div>
<div class="card mb-3 wow slideInLeft" data-wow-delay="0.9s">
<div class="row g-0">
<div class="col-md-4">
<img src="./img/gallery/yoyo.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">
AI & ML</h5>
<p class="card-text">
AI and Machine Learning: Dive into algorithms and techniques such as supervised
learning, neural networks, and deep learning, gaining expertise in advanced data
analysis and pattern recognition essential for developing intelligent systems
and applications that drive innovation across industries.
</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 wow slideInLeft" data-wow-delay="0.12s">
<div class="row g-0">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">
Cyber Security</h5>
<p class="card-text">
Cyber Security: Gain comprehensive knowledge in safeguarding systems and data
against cyber threats. Explore cryptography, network security, and ethical
hacking techniques to develop robust defense strategies crucial for protecting
digital assets and ensuring the integrity and confidentiality of sensitive
information across diverse organizational environments.
</p>
</div>
</div>
<div class="col-md-4">
<img src="./img/gallery/yoooyooo.jpg" class="img-fluid" alt="...">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ===================== What We Do ===================== -->
<!-- ===================== 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 btn-lg-square 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>