-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
join-us.html
330 lines (324 loc) · 19 KB
/
join-us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Join Us - DevIncept</title>
<meta name="twitter:description" content="Learn in-demand Data Science skills like Python, Machine learning, Computer vision, NLP, Docker, etc. by implementing in projects.
Compete with other participants in weekly project-based assignments.">
<meta name="twitter:image" content="assets/img/Devincept.gif">
<meta property="og:type" content="website">
<meta property="og:image" content="assets/img/Devincept.gif">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="DevIncept">
<meta name="description" content="Choose your path-Enrol-Start Learning">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="icon" type="image/png" sizes="500x500" href="assets/img/fevicon.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
</head>
<body>
<nav
class="navbar navbar-light navbar-expand-lg fixed-top bg-white clean-navbar"
>
<div class="container">
<a
class="navbar-brand logo"
href="index.html"
style="background: url(assets/img/Logo.png)"
><img src="assets/img/Devincept.gif" style="width: 130px" /></a
><button
data-toggle="collapse"
class="navbar-toggler"
data-target="#navcol-1"
>
<span class="sr-only">Toggle navigation</span
><span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation">
<a class="nav-link active" href="#Why">Why us?</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="index.html#Timeline">TimeLine</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="pricing.html">Free courses</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" href="join-us.html">Join Us</a>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
href="https://dcp.devincept.com/"
target="_blank"
>DCP</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
More
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item nav-link ml-2" href="https://blog.devincept.com" target="_blank">Blogs</a></li>
<li><a class="dropdown-item nav-link ml-2" href="https://merch.devincept.com" target="_blank">DevMerch</a></li>
<li><a class="dropdown-item nav-link ml-2" href="faq.html">FAQ</a></li>
</li>
</ul>
</li>
<li class="nav-item" role="presentation">
<form>
<script
src="https://checkout.razorpay.com/v1/payment-button.js"
data-payment_button_id="pl_FxT74n2ecn7ibr"
></script>
</form>
</li>
</ul>
</div>
</div>
</nav>
<div class="highlight-clean" style="background-color: rgb(246,246,246);">
<div class="container">
<div class="intro">
<h2 class="text-center" style="margin: 100px 10px 10px 10px;color: rgb(58,154,224);">BE PART OF OUR
JOURNEY</h2>
<p class="text-center">Join us either as a Community contributor or as an Intern.</p>
</div>
<div class="buttons"><a class="btn btn-primary" role="button" data-bs-hover-animate="pulse"
href="#contributor">Contributor</a><a class="btn btn-success active" role="button"
data-bs-hover-animate="pulse" href="#workwithus">Internship</a></div>
</div>
</div>
<main class="page pricing-table-page">
<section class="clean-block clean-pricing dark">
<div class="container" id="contributor">
<div id="IndividualCourse" class="block-heading" style="padding: 0;">
<h2 class="text-info" style="padding: 0px;margin: 0px;">Contributor Program</h2>
</div>
<div class="row justify-content-center">
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>DEVINCEPT CAMPUS PROGRAM</h3>
</div>
<p>Join our community<br>Be our face in your campus </p>
<div class="features">
<h4><span class="feature">Duration: </span><span>45/90 Days</span></h4>
<h4><span class="feature">Perks</span><br>Certificate with LOR<br>Internship<br></h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="https://forms.gle/jyAznNMEsMJ6jzfB6" target="_blank">Join now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>COMMUNITY CONTRIBUTOR</h3>
</div>
<p>Contribute to our community<br>with the knowledge you have.</p>
<div class="features">
<h4><span class="feature">Duration: </span><span>Flexible</span></h4>
<h4><span class="feature">Perks </span><br>Certificate of<br>contribution</h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="https://docs.google.com/forms/d/e/1FAIpQLSdNcr60gzCnfkj_0uSK9yZOaUaPKtg3oc4oeSTDtQ5r94zLSg/viewform?usp=sf_link"
target="_blank">Join now</a>
</div>
</div>
</div>
</div>
<hr>
</section>
<!--------------------------- This is work with us section -------------------------------------------->
<section class="clean-block clean-pricing dark">
<div class="container" id="workwithus">
<div id="IndividualCourse" class="block-heading" style="padding: 0;">
<h2 class="text-info" style="padding: 0px;margin: 0px;">Work With US</h2>
</div>
<div class="row justify-content-center">
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>UI/UX Developer</h3>
</div>
<p>Join our community<br>Oppurtunity to work on a real world project </p>
<div class="features">
<h4><span class="feature">Duration: </span><span>Project Based</span></h4>
<h4><span class="feature">Skill Required: </span><span>UI/UX design, Adobe XD/
Figma</span>
</h4>
<h4><span class="feature">Perks</span><br>Internship<br>Certificate with LOR<br></h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="https://forms.gle/rnddizQTvT8rVNCE6" target="_blank">Apply now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Frontend Developer</h3>
</div>
<p>Join our community<br>Oppurtunity to work on a real world project </p>
<div class="features">
<h4><span class="feature">Duration: </span><span>Project Based</span></h4>
<h4><span class="feature">Skill Required: </span><span>HTML,CSS, ReactJS</span>
</h4>
<h4><span class="feature">Perks</span><br>Internship<br>Certificate with LOR<br></h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="https://forms.gle/cvZMrX8GScYC7cRe6" target="_blank">Apply now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Backend Developer</h3>
</div>
<p>Join our community<br>Oppurtunity to work on a real world project </p>
<div class="features">
<h4><span class="feature">Duration: </span><span>Project Based</span></h4>
<h4><span class="feature">Skill Required: </span><span>Django REST framework</span>
</h4>
<h4><span class="feature">Perks</span><br>Internship<br>Certificate with LOR<br></h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="https://forms.gle/GJjEg9kfeK4Bw15o7" target="_blank">Apply now</a>
</div>
</div>
</div>
</div>
<hr>
</section>
<!---------------------------------------- Work with us ------------------------------------------------->
<section class="clean-block clean-pricing dark">
<div class="container" id="Internship">
<div id="IndividualCourse-1" class="block-heading" style="padding: 0px;">
<h2 class="text-info" style="padding: 0px;margin: 0;">INTERNSHIP</h2>
</div>
<div class="row justify-content-center">
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Content Creator<br>OpenCV</h3>
</div>
<p>Work on write-ups<br>and projects.</p>
<div class="features">
<h4><span class="feature">Duration: </span><span>4 Weeks</span></h4>
<h4><span class="feature">PERKS</span><br>Internship Certificate<br>LOR<br>Other Perks*
</h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="intern-opencv.html" target="_blank">Apply now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Content Creator<br>NLP</h3>
</div>
<p>Work on write-ups<br>and projects.</p>
<div class="features">
<h4><span class="feature">Duration: </span><span>4 Weeks</span></h4>
<h4><span class="feature">PERKS</span><br>Internship Certificate<br>LOR<br>Other Perks*
</h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="intern-nlp.html" target="_blank">Apply now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Content Creator<br>Python</h3>
</div>
<p>Work on write-ups<br>and projects.</p>
<div class="features">
<h4><span class="feature">Duration: </span><span>4 Weeks</span></h4>
<h4><span class="feature">PERKS</span><br>Internship Certificate<br>LOR<br>Other Perks*
</h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="intern-python.html" target="_blank">Apply now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Content Creator<br>ML</h3>
</div>
<p>Work on write-ups<br>and projects.</p>
<div class="features">
<h4><span class="feature">Duration: </span><span>4 Weeks</span></h4>
<h4><span class="feature">PERKS</span><br>Internship Certificate<br>LOR<br>Other Perks*
</h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="intern-ml.html" target="_blank">Apply now</a>
</div>
</div>
<div class="col-md-5 col-lg-4" style="padding: 25px;">
<div class="clean-pricing-item">
<div class="heading">
<h3>Web<br>Development</h3>
</div>
<p>Work on our website<br>with core team.</p>
<div class="features">
<h4><span class="feature">Duration: </span><span>4 Weeks</span></h4>
<h4><span class="feature">PERKS</span><br>Internship Certificate<br>LOR<br>Other Perks*
</h4>
</div>
<div class="price"></div><a class="btn btn-success btn-block" role="button"
href="intern-web.html" target="_blank">Apply now</a>
</div>
</div>
</div>
</div>
<hr>
</section>
</main>
<h1 style="padding: 70px 0px 0px 0px;text-align: center;">DevIncept.</h1>
<h1 style="padding: 0px 0px 0px 0px;font-size: 20px;text-align: center;">Contact us:</h1>
<h1 style="padding: 0px 0px 0px 0px;font-size: 15px;text-align: center;">Email: <a
href="mailto:[email protected]">[email protected]</a></h1>
<div class="clean-block add-on social-icons" style="height: 50px;padding: 10px;">
<div class="clean-block add-on social-icons" style="height: 50px;padding: 10px;">
<div class="icons"><a href="https://www.linkedin.com/company/devincept"><i
class="fa fa-linkedin-square"></i></a><a href="https://www.facebook.com/DevIncept"><i
class="fa fa-facebook"></i></a><a href="https://www.instagram.com/devincept.tech/"><i
class="fa fa-instagram"></i></a><a href="https://www.twitter.com/devincept"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/DevIncept"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>