forked from mriyaspp/packapeer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse.html
400 lines (388 loc) · 29.1 KB
/
course.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Packapeer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="image/packapeer-favicon.ico">
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/cssBenifits.css">
<link rel="stylesheet" type="text/css" href="css/styleLoader.css">
<link rel="stylesheet" type="text/css" href="vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="css/util.css">
<script src="vendor/wow/wow.min.js"></script>
<style>
.card {
background-color: transparent;
}
.card-link {
font-size: 1.2rem;
color: #FBBF18;
}
.card-link:hover {
font-size: 1.4rem;
color: #018118;
}
h2 {
color: #FBBF18;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark">
<div class="container-fluid">
<a class="navbar-brand w-75" href="#"><img class="logo float-left wow zoomIn" src="image/whitelogo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto wow zoomIn">
<li class="nav-item">
<a href="index.html" class="nav-link">Why are you here?</a>
</li>
<li class="nav-item">
<a href="course.html" class="nav-link active">Course Plan</a>
</li>
<li class="nav-item">
<a href="benifits.html" class="nav-link">Benefits of our program</a>
</li>
<li class="nav-item">
<a href="apply-now.html" class="nav-link">Apply Now</a>
</li>
<li class="nav-item">
<a href="fee.html" class="nav-link">Fee Structure</a>
</li>
<li class="nav-item">
<a href="admission.html" class="nav-link">Admission Procedure</a>
</li>
<li class="nav-item">
<a href="skillsets.html" class="nav-link">Skill Set</a>
</li>
<li class="nav-item">
<a href="terms.html" class="nav-link">Terms and Conditions</a>
</li>
<li class="nav-item">
<a href="whoweare.html" class="nav-link">Who We Are</a>
</li>
<li class="nav-item">
<a href="contact-us.html" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h2 style="margin-top: 4%;">Course Plan</h2>
<p style="text-align: justify;">Total course comprises of three quadmester. Duration of each quadmester is three months. Syllabus of first,
second and third quadmester covers fundamentals, domain specific knowledge and live projects respectively.
Whole Program includes 9 months in house training and Dev Pro.</p>
<div id="accordion">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#collapseOne">
In House Training
</a>
</div>
<div id="collapseOne" class="collapse show" data-parent="#accordion">
<div class="card-body">
<div id="quad-accordion">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#quad-one">
1<sup>st</sup> Quadmester
</a>
</div>
<div id="quad-one" class="collapse " data-parent="#quad-accordion">
<div class="card-body">
<div id="quad-detail">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#detail-one">
Technology Kickstart
</a>
</div>
<div id="detail-one" class="collapse " data-parent="#quad-detail">
<div class="card-body" style="text-align: justify;">
It is easy to lose interest in studies as you dislike certain
subject.
So how will you develop an interest in your subject?<br><br>
When you find a way to enjoy what you are doing, you will be
more motivated to do well in your life and
might even have fun doing it. If you feel bored with the usual
university system of scoring marks,
remember that you may not always have to do things in the same
way. A little variety will keep things
interesting. So here is Packapeer, we help you to create an
internal love to the subject. We help you
learn the fundamentals of computer and get insight in to basic
technologies. You know what you are
capable of. You know what you can do and what you cannot.
Sometimes the lack of your interest in studies
will be because you are not sure of why a subject is important
or relevant in real life. We help you
understand some of fun and interesting ways that subject can be
relevant. We help you build your
capability in self study.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#detail-two">
Jump into Programming
</a>
</div>
<div id="detail-two" class="collapse " data-parent="#quad-detail">
<div class="card-body" style="text-align: justify;">
Do you feel strange to learn programming language without a
Computer Science degree?<br><br>
Is it true that programming is not for everyone?<br><br>
If you think so, you are wrong.
Programming is a simple rules for instructing computing devices.
We here in Packapeer prove that
programming is for everyone, anyone who knows basic mathematical
knowledge, anyone who can read and
write English language.
For that here we use C programming as the first step to the
world of programming. C programming is a
basic language. You can combine it with every other language.
Learning C programming makes you to learn
any other language much easier. Here we do not encourage boring
theory sessions for studying C
programming. We use practical workshop examples so you can learn
to “do” things easily. We help you
build the real output. We encourage studying through “doing”
rather than just reading to score marks or
to pass exams. And we will help you through the concepts, by our
own simple and fun ways of teaching.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#detail-three">
Action on Web
</a>
</div>
<div id="detail-three" class="collapse " data-parent="#quad-detail">
<div class="card-body" style="text-align: justify;">
Do you know how client and server side works?<br><br>
It seems like a simple question but still most fails to answer
it as our universities does not teach all
these.
With Packapeer you can learn basic networking knowledge. You can
learn front end web designing basics
using Html, Css, JavaScript and jQuery and become an expert in
web designing.
Later on you can learn responsive web designing using Bootstrap
which is a free and open-source
front-end web framework.
Each student have to build their own personal website and host
it in public domain.
As part of practical project every student have to build two
static websites. Once a student completes
all these projects, he/she will acquire skill to build websites
so that he can earn by working as
freelancer. In such a way we mould our students to earn from
first quadmester onwards.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#quad-two">
2<sup>nd</sup> Quadmester
</a>
</div>
<div id="quad-two" class="collapse " data-parent="#quad-accordion">
<div class="card-body">
<div id="quad-details">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#details-one">
Leap into Data Structure
</a>
</div>
<div id="details-one" class="collapse " data-parent="#quad-details">
<div class="card-body" style="text-align: justify;">
How about learning the way to store and organize data in an
interesting manner?<br><br>
As a continuation to array and its sorting taught in first
quadmester, you can learn different Data
Structures like Stack, Queue, Linked List, Tree and Graph. Our
prime focus is to teach you by solving
practical example problem so that you get the ability to arrange
and solve different data types. Learn
how sorting and traversing works on different data structures.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#details-two">
OOPS & DBMS on MEAN Stack
</a>
</div>
<div id="details-two" class="collapse " data-parent="#quad-details">
<div class="card-body" style="text-align: justify;">
What is the most fun way to learn object-oriented programming?<br><br>
You might have thought if it is easy to learn Object Oriented
Programming, Yes it is easy and fun to
learn OOPs with Packapeer.
Object Oriented Programming is the essential part of
programming. It is not easy to solve without using
OOP. Learn OOP using basic JavaScript which is already taught
during front end designing. Here you can
learn to use JavaScript as programming language in backend with
the help of Node.js. Also learn basics
of Node.js and how to implement OOPs in Node.js. Along with this
you can learn basic server creation,
its routing, client to server data transfering.
Introduction to Database Management System and two types of
databases - SQL and NoSQL. Comparison study
of two types of databases through practical examples. Later on
you can learn in details about MongoDB
which is a NoSQL database so that you get acquainted with whole
project knowledge. A detailed study on
Node.js framework, Express and a project using Express. Learn
how to host on a real server using Ngnix
and how to balance load and cloud hosting. Recreate the project
done during front end design using
Angular. With this students will get practical knowledge to
create Mean Stack project.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#details-three">
Planning & Managing Products
</a>
</div>
<div id="details-three" class="collapse " data-parent="#quad-details">
<div class="card-body" style="text-align: justify;">
Familiarize with development of software product using
well-defined scientific principles, methods and
procedures.
After becoming a programmer, the skill needed is planning and
managing a product.
You might have studied old project management methods in your
university syllabus which is of no use.
Here we teach you about latest trending project management
methods and tools especially startup product
management methods like Agile and Scrum methodologies. In this
way students will get proficiency to
handle a project. Apart from this you can learn about open
source product development and how different
persons can collaborate in an open source product development.
An insight to different software project
architecture and technical document creation. Also you can get
an idea of roles of different positions
within a company.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#quad-three">
3<sup>rd</sup> Quadmester
</a>
</div>
<div id="quad-three" class="collapse " data-parent="#quad-accordion">
<div class="card-body">
The Third Quadmester Comes With Three Live projects
<div id="quad-detailed">
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#detailed-one">
E-Commerce Web Application
</a>
</div>
<div id="detailed-one" class="collapse " data-parent="#quad-detailed">
<div class="card-body" style="text-align: justify;">
It will be an individual project. Project should contain
features like shopping cart, order management,
admin panel, payment gateway integrations, Mobile API
integration. On completion of project, students
will get a clear knowledge of e-commerce web applications.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#detailed-two">
Real time communication based application
</a>
</div>
<div id="detailed-two" class="collapse " data-parent="#quad-detailed">
<div class="card-body" style="text-align: justify;">
This project will be an individual project. Build a real time
communication based application which
includes features like chatting, group chatting, audio calls and
video calls. On completion of this
students will get an idea about how to build a chat application.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#detailed-three">
Based on idea pitching
</a>
</div>
<div id="detailed-three" class="collapse " data-parent="#quad-detailed">
<div class="card-body" style="text-align: justify;">
This project can be done as an individual project or group project. An idea pitching will be organized which will help the students to get an insight into how idea pitching can be done which will be helpful for those who have startup plans. Best ideas will be selected from it and students have to work on it so that it will help them to know how a project can be divided and done in groups as it is done in any company. All these will provide students how to collaborate and work in a project.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<a class="card-link" data-toggle="collapse" href="#collapseTwo">
Dev Pro
</a>
</div>
<div id="collapseTwo" class="collapse" data-parent="#accordion">
<div class="card-body">
Dev Pro is the unique feature of Packapeer which no one has proclaimed yet.<br>
Dev Pro is the continuous mentoring session provided after course completion provided for 3
years to make them capable of achieving the one lakh range monthly salary goal. Along with your
current job, you are getting continuous mentoring and guidance needed to achieve your dream job.
The advantage of being part of Packapeer is that after 9 months in house training, you are
getting mentoring for a period of 3 years through our Dev Pro. So the whole program is
equivalent to the duration of an engineering degree and the benefits you are getting are more.
Apart from it you are getting a chance to update with industry demands and latest technologies
through our mentoring session. Dev Pro will be conducted for 3 weekends(sat,sun), of every 6
months within 3 years after course which is mandatory to attend. There will be telephonic
discussion on every month. Also an online group will be maintained in Telegram which help
students get updated and useful to clear doubts. We also promote open source product development
in partnership with other organizations. Interested students can contribute to the open source
product development which will help them to enhance their coding skills.
</div>
</div>
</div>
</div>`
</div>
</body>
</html>