-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
576 lines (492 loc) · 26.2 KB
/
index.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
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en">
<head>
<title>Codeprentice</title>
<link rel="shortcut icon" type="image/jpg" href="images/logo_small.png">
<meta property="og:image" content="images/logo.jpg"/>
<meta property="og:url" content="images/logo.jpg"/>
<meta property="og:description" content="Bridging the gap between open source software and student-developers" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap" id="home-section">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-4 js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-md-3 col-xl-4 d-block">
<h1 class="mb-0 site-logo"><a href="index.html" class="text-black h2 mb-0">codePrentice<span class="text-primary">.</span> </a></h1>
</div>
<div class="col-12 col-md-9 col-xl-8 main-menu">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block ml-0 pl-0">
<li><a href="#home-section" class="nav-link">Home</a></li>
<li class="has-children">
<a href="#about-section" class="nav-link">About Us</a>
<ul class="dropdown arrow-top">
<li><a href="#mission-section" class="nav-link"><span class="text-primary">Mission Statement</span></a></li>
<li><a href="#our-team-section" class="nav-link">Our Team</a></li>
<!-- <li class="has-children">
<a href="#">More Links</a>
<ul class="dropdown">
<li><a href="#">Menu One</a></li>
<li><a href="#">Menu Two</a></li>
<li><a href="#">Menu Three</a></li>
</ul>
</li> -->
</ul>
</li>
<li>
<a href="#application-section" class="nav-link">Join the Team</a>
<!-- <ul class="dropdown arrow-top">
<li><a href="#" target="_blank" class="nav-link"><span class="text-primary">Technical Roles</span></a></li>
<li><a href="#nontech-section" class="nav-link">Non Technical Roles</a></li>
</ul> -->
</li>
<li><a href="https://medium.com/codeprentice-org" target="_blank" class="nav-link">Blog</a></li>
<li><a href="#socials-section" class="nav-link">Contact Us</a></li>
</ul>
</nav>
</div>
<div class="col-6 col-md-9 d-inline-block d-lg-none ml-md-0" ><a href="#" class="site-menu-toggle js-menu-toggle text-black float-right"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<div id="particles-js">
<div class="site-blocks-cover" style="overflow: hidden;">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-12" style="position: relative;" data-aos="fade-up" data-aos-delay="200">
<!-- <img src="images/about_1.jpg" alt="Image" class="img-fluid img-absolute"> -->
<div class="row mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-6 mr-auto">
<h1 id="intro">Bridging the gap between open source software and student-developers</h1>
<!-- <p class="mb-5">Lorem ipsum dolor sit amet consectetur adipisicing elit. Laboriosam assumenda ea quo cupiditate facere deleniti fuga officia.</p> -->
<!-- <div>
<a href="#" class="btn btn-primary mr-2 mb-2">Get Started</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <script src="particles.js/particles.js"></script>
<script src="particles.js/demo/js/app.js"></script> -->
<div class="site-section bg-light" id="about-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">About Us</h2>
</div>
</div>
<div class="row mb-5" id="mission-section">
<div class="col-lg-6" data-aos="fade-right">
<img src="images/undraw_bookmarks_r6up.svg" alt="Image" class="img-fluid">
</div>
<div class="col-lg-5 ml-auto pl-lg-5">
<h2 class="text-black mb-4 h3 font-weight-bold">Our Vision</h2>
<!-- <p class="mb-4">Eos cumque optio dolores excepturi rerum temporibus magni recusandae eveniet, totam omnis consectetur maxime quibusdam expedita dolorem dolor nobis dicta labore quaerat esse magnam unde, aperiam delectus! At maiores, itaque.</p> -->
<ul class="ul-check mb-5 list-unstyled success">
<li><strong>Revolutionize the software engineering training process </strong>by heavily incorporating open source contributions into it.</li>
<li><strong>Making meaningful contribution </strong>to open source projects through innovation and proactive maintenance.</li>
<li><strong>Establish collaboration</strong> among major tech universities and hubs.</li>
</ul>
<h2 class="text-black mb-4 h3 font-weight-bold">Our Values</h2>
<!-- <p class="mb-4">Eos cumque optio dolores excepturi rerum temporibus magni recusandae eveniet, totam omnis consectetur maxime quibusdam expedita dolorem dolor nobis dicta labore quaerat esse magnam unde, aperiam delectus! At maiores, itaque.</p> -->
<ul class="ul-check mb-5 list-unstyled success">
We are committed to:
<li><strong>Empowering the student-developers</strong> to take ownership of projects and to equip them with the right tools.</li>
<li><strong>Advancing open source culture</strong> in universities, labs and other partner organizations. </li>
<li><strong>Advocating for software engineering best practices</strong> both internally and externally.
</li>
</ul>
<p><a href="https://medium.com/codeprentice-org" class="btn btn-primary">Learn More</a></p>
</div>
</div>
</div>
</div>
<div class="site-section" id="our-team-section">
<div class="container">
<div class="row mb-5 justify-content-center text-center" data-aos="fade-up">
<div class="col-7 text-center mb-5">
<h2 class="section-title">Our Team</h2>
<!-- <p class="lead">The people who made it all work!</p> -->
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="person">
<div class="bio-img">
<figure>
<img src="images/asif.jpg" alt="Image" class="img-fluid">
</figure>
<div class="social">
<a href="https://www.facebook.com/asif.mallik.351104"><span class="icon-facebook"></span></a>
<a href="https://www.linkedin.com/in/asif-mallik-74138576/"><span class="icon-linkedin"></span></a>
<a href="https://github.com/asifmallik"><span class="icon-github"></span></a>
</div>
</div>
<h2 class="text-black h1">Asif Mallik</h2>
<span class="sub-title d-block mb-3">Co-Founder & President</span>
<!-- <p>If I do it, it's ironic; if you do it, it's moronic.</p> -->
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="person">
<div class="bio-img">
<figure>
<img src="images/nicolas.jpg" alt="Image" class="img-fluid">
</figure>
<div class="social">
<a href="https://www.facebook.com/beltran.v.nicolas"><span class="icon-facebook"></span></a>
<a href="https://stallman.org/linkedin.html"><span class="icon-linkedin"></span></a>
<a href="https://github.com/nb2838"><span class="icon-github"></span></a>
</div>
</div>
<h2 class="text-black h1">Nicolas Beltran</h2>
<span class="sub-title d-block mb-3">Co-Founder & President::Columbia Chapter</span>
<!-- <p>Thoughts</p> -->
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4" data-aos="fade-up" data-aos-delay="300">
<div class="person">
<div class="bio-img">
<figure>
<img src="images/saquib.jpg" alt="Image" class="img-fluid">
</figure>
<div class="social">
<a href="https://www.facebook.com/saquibshahzadx/"><span class="icon-facebook"></span></a>
<a href="https://www.linkedin.com/in/saquib-shahzad/"><span class="icon-linkedin"></span></a>
<a href="https://github.com/SaquibShahzad"><span class="icon-github"></span></a>
</div>
</div>
<h2 class="text-black h1">Saquib Shahzad</h2>
<span class="sub-title d-block mb-3">Co-Founder & President::Waterloo Chapter</span>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum excepturi corporis qui doloribus perspiciatis ipsa modi accusantium repellat.</p> -->
</div>
</div>
</div>
</div>
</div>
<!-- <div class="site-section" id="blog-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Blog Posts</h2>
<p>Learn more about the projects we have worked on and more behind the scenes updates!</p>
<div align="center" id="retainable-rss-embed"
data-rss="https://medium.com/feed/codeprentice-org"
data-maxcols="4"
data-layout="slider"
data-poststyle="modal"
data-readmore="Read the rest"
data-buttonclass="btn btn-primary"
data-offset="-200"> 
</div>
</div>
</div>
</div>
</div>
</div> -->
<div class="site-section" id="application-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">We're Recruiting!</h2>
<p>For Fall 2021, we are currently looking for people in the following roles: </p>
</div>
</div>
<div class="row align-items-stretch">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"></span>
</div>
<div>
<h3>Social Media Manager</h3>
<p>If you are interested in keeping the community informed about our organization's shenanigans and are social media guru, this is the position for you!</p>
<p><u>Duties</u></p>
<div align="left">
<p>Manage social media accounts.</p>
<p>Send and write a weekly newsletter and blog post.</p>
</div>
<p><u>Skills</u></p>
<div align="left">
<p>Experience running social media campaigns on Facebook & Instagram.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"></span>
</div>
<div>
<h3>Designer</h3>
<p>Perfect position for those obsessed with aesthetics and design who want to use their skills for doing good. No previous open-source experience required. </p>
<p><u>Duties</u></p>
<div align="left">
<p>Produce marketing materials for the organization.</p>
<p>Help open-source project with their design needs.</p>
</div>
<p><u>Skills</u></p>
<div align="left">
<p>Knowledge of Adobe Design, Illustrator or similar software.</p>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"></span>
</div>
<div>
<h3>Open-source Educator</h3>
<p>If you love open-source software, have had previous experience with it, and are willing to help others learn as much as you know, we'd love to have you as our primary educator. </p>
<p><u>Duties</u></p>
<div align="left">
<p>Conduct tutorials on open-source tools and new tech.</p>
<p>Contact professors, engineers and other members of the community to provide tutorials for relevant tools.</p>
</div>
<p><u>Skills</u></p>
<div align="left">
<p>Knowledge of open-source and development tools.</p>
</div>
</div>
</div>
</div> -->
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-developer"></span></span>
</div>
<div>
<h3>Outreach Executive</h3>
<p>We want you for this position if you are interested in connecting our organization with the open-source community at large. </p>
<p><u>Duties</u></p>
<div align="left">
<ul>Reach out to professors, research labs, clubs and software engineers to find new projects for us to help with. </ul> </p>
<ul>Host events to promote an open-source culture in school.</ul>
</div>
<p><u>Skills</u></p>
<div align="left">
<p>Being good at socializing and networking.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-developer"></span></span>
</div>
<div>
<h3>Events Executive</h3>
<p>Help us build a community by organizing fun events like game nights or hackathons. No previous experience with open-source software is required. </p>
<p><u>Duties</u></p>
<div align="left">
<p>Organize hackathons and get-togethers for members of the organization. </p>
<p>Come up with new events for members to know each other and have fun.</p>
</div>
<p><u>Skills</u></p>
<div align="left">
<p>Knowing how to use Zoom and other tools for hosting remote events. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-developer"></span></span>
</div>
<div>
<h3>Developer</h3>
<p>Maybe you love coding and want to contribute to open-source projects while gaining hands-on experience. If this sounds like you then you are perfect for this role. </p>
<p><u>Duties</u></p>
<div align="left">
<p>Contribute to open-source projects aligned with you interests while learning software engineering best practices. </p>
<p>Participate in the open-source community by learning from your peers and helping those that need help. </p>
</div>
<p><u>Requirements</u></p>
<div align="left">
<p>Significant programming experience or AP. </p>
<p>Commitment to learn new frameworks and tools. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-developer"></span></span>
</div>
<div>
<h3>Lead Developer</h3>
<p>If you've had previous experience contributing to large codebases, are passionate about coding, and are excited about leading people and teaching them all that you know, you should become a lead developer with us. </p>
<p><u>Duties</u></p>
<div align="left">
<p>Lead a team of 2-5 people by guiding them and helping them to contribute to open-source projects.</p>
<p>Contact professors, engineers and other members of the community to provide tutorials for relevant tools.</p>
</div>
<p><u>Technical Requirements</u></p>
<div align="left">
<p>Knowledge of the subject that your team would work on. </p>
<p>Extensive programming experience. </p>
<p>Previous experience working with open-source projects or large codebases. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4 d-block">
<div class="unit-4-icon mb-3">
<span class="icon-wrap"><span class="text-primary icon-developer"></span></span>
</div>
<div>
<h3>Project Manager</h3>
<p>If you are a meticulous leader experienced with managing technical teams with an eye for detail, consider being a Project Manager!</p>
<p><u>Duties</u></p>
<div align="left">
<p>Reaching out to organizations for issues and open source projects to work on</p>
<p>Defining project goals, prerequisites and assessing possible technical difficulties</p>
<p>Overlooking 2-3 projects</p>
</div>
<p><u>Technical Requirements</u></p>
<div align="left">
<p>Experience in the industry (jobs/internships) or experience contributing to open source projects </p>
<p>Mentor/Leadership role in the past </p>
</div>
</div>
</div>
</div>
</div>
<p align="center">If these roles look like a good fit for you, please send us an application or contact us to learn more!</p>
<p align="center"> <a href="https://docs.google.com/forms/d/e/1FAIpQLScrPxI6twClv5WqqeWGbJnBZAwnfKCf2Fc1IVIZSlBjE3rXUg/viewform" class="btn btn-primary">Columbia Application</a> <a href="https://forms.gle/Rie4q6PRjMyNytKh6" class="btn btn-primary">Waterloo Application</a></p>
</div>
<!-- <div class="site-section bg-image2 overlay" id="contact-section" style="background-image: url('images/hero_1.jpg');">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3 text-white">Contact Us</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-7 mb-5">
<form action="mailto:[email protected]" method="get" enctype="text/plain" class="p-5 bg-white">
<h2 class="h4 text-black mb-5">Contact Form</h2>
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label class="text-black" for="fname">First Name</label>
<input type="text" id="fname" class="form-control rounded-0">
</div>
<div class="col-md-6">
<label class="text-black" for="lname">Last Name</label>
<input type="text" id="lname" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="email">Email</label>
<input type="email" id="email" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="subject">Subject</label>
<input type="subject" id="subject" class="form-control rounded-0">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="7" class="form-control rounded-0" placeholder="Leave your message here..."></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Send Message" class="btn btn-primary mr-2 mb-2">
</div>
</div>
</form>
</div>
</div>
</div>
</div> -->
<div class="footer py-5 text-center" id="socials-section">
<div class="container">
<div class="row mb-5">
<div class="col-12">
<p class="mb-0">
<a href="https://github.com/codeprentice-org" class="p-3"><span class="icon-github"></span></a>
<a href="https://medium.com/codeprentice-org" class="p-3"><span class="icon-medium"></span></a>
<a href="https://www.linkedin.com/company/codeprentice" class="p-3"><span class="icon-linkedin"></span></a>
<a href="https://www.instagram.com/codeprentice/" class="p-3"><span class="icon-instagram"></span></a>
<a href="https://www.facebook.com/codeprentice/" class="p-3"><span class="icon-facebook"></span></a>
<a href="mailto:[email protected]" class="p-3"><span class="icon-inbox"></span></a>
<!--
<a href="#" class="p-3"><span class="icon-twitter"></span></a>
<a href="#" class="p-3"><span class="icon-instagram"></span></a>
-->
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="mb-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | <i class="icon-heart text-danger" aria-hidden="true"></i> <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="particles.js/particles.js"></script>
<script src="particles.js/demo/js/app.js"></script>
<script src="particles.js/demo/js/lib/stats.js"></script> -->
<script src="js/main.js"></script>
</body>
</html>