-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
290 lines (234 loc) · 11.1 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Course Enrollment</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.course {
background-color: #fff;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.course h2 {
margin-top: 0;
}
.course p {
margin-bottom: 10px;
}
.enroll-btn {
padding: 10px 20px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
}
.enroll-btn:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<div class="container">
<div class="course">
<button class="enroll-btn"><a class="nav-link fw-semibold" href="langauage.html"> Choose Language</a></button>
</div>
<!-- Course 1 -->
<div class="course">
<h2>Full Stack Web Development</h2>
<p>Description: This comprehensive course covers both front-end and back-end web development technologies, providing you with the skills to create dynamic and responsive web applications.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Data Analysts</h2>
<p>Description: Master data analysis techniques using popular tools and programming languages, equipping you with the skills to derive meaningful insights from large datasets.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Cloud Computing Basics</h2>
<p>Description:Understand the fundamentals of cloud computing, exploring key concepts and services that empower businesses to scale, innovate, and optimize resources..</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Cybersecurity Essentials</h2>
<p>Description: Learn the foundational principles of cybersecurity, covering essential skills and tools to protect digital assets and secure online environments.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>iOS App Development with Swift</h2>
<p>Description: Delve into iOS app development using Swift programming language, gaining hands-on experience in creating mobile applications for Apple devices.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Ethical Hacking and Penetration Testing</h2>
<p>Description:Explore ethical hacking and penetration testing methodologies, acquiring the knowledge and skills to identify and secure vulnerabilities in computer systems..</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Quantum Computing Explained</h2>
<p>Description: Uncover the mysteries of quantum computing, understanding its principles and applications, and exploring its potential to revolutionize the field of computation..</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2> Augmented Reality (AR) Development </h2>
<p>Description: TDive into the exciting world of augmented reality, learning to develop immersive AR experiences and applications using cutting-edge technologies..</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>DevOps Practices and Tools</h2>
<p>Description: : Gain expertise in DevOps practices and tools, streamlining software development and IT operations to enhance collaboration and deliver high-quality products..</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Robotics and Automation Technologies</h2>
<p>Description: Explore the realm of robotics and automation, acquiring skills to design, build, and program robots, and understanding their applications in various industries..</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Python Programming for Beginners</h2>
<p>Description: Start your journey into programming with Python, covering the basics for beginners and gradually advancing to more complex concepts and applications.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Advanced Java Programming</h2></p>Take your Java skills to the next level with this advanced programming course, covering complex concepts and techniques to build robust and efficient applications
<p>Price: Rs 499/-</p>
<p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2> machine learning for beginers</h2>
<p>Description:Discover essential machine learning concepts and algorithms in a beginner-friendly course, fostering practical skills in predictive modeling and data analysis.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>JavaScript Basic to Advance</h2>
<p>Description:Explore the world of web development with this course, covering fundamental to advanced JavaScript concepts, enabling you to build interactive and dynamic websites.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Data Science Fundamentals</h2>
<p>Description:Dive into the world of data science, learning essential techniques and tools to analyze and interpret data, making informed decisions in various domains.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>React Native Mobile App Development</h2>
<p>Description:Learn to build cross-platform mobile apps using React Native.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>UI/UX Design Principles</h2>
<p>Description:Master design principles for creating intuitive and engaging user interfaces.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Front-End Web Development</h2>
<p>Description: Develop dynamic websites using HTML, CSS, and JavaScript.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Database Management with SQL</h2>
<p>Description:Acquire skills in managing databases efficiently using SQL.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Artificial Intelligence Basics</h2>
<p>Description:Explore the fundamentals of AI and its applications.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Game Development with Unity:</h2>
<p>Description: Dive into game development using Unity engine and C#.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>IoT for Beginners</h2>
<p>Description:Gain insights into the world of IoT, understanding its foundational principles and applications.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Blockchain and Cryptocurrency Technologies</h2>
<p>Description:Explore the underlying principles and potential applications of blockchain and cryptocurrencies.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Advanced Data Analytics with Python</h2>
<p>Description:Enhance your data analysis capabilities using Python's powerful libraries and tools.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Networking Fundamentals</h2>
<p>Description:Master the basics of networking and understand key network protocols for efficient communication.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
<!-- Course 2 -->
<div class="course">
<h2>Virtual Reality (VR) Development</h2>
<p>Description:Explore the exciting realm of VR development, creating immersive virtual experiences with cutting-edge technologies.</p>
<p>Price: Rs 499/-</p>
<button class="enroll-btn"><a class="nav-link fw-semibold" href="enroll.html">Enroll Now</a></button>
</div>
</div>
</body>
</html>