-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
803 lines (759 loc) · 33.3 KB
/
index.html
File metadata and controls
803 lines (759 loc) · 33.3 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
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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Home | DevIncept Contribution Program</title>
<meta content="DevIncept Contribution Program is an event organised by DevIncept to bring students into the world of Open-Source development. There is no restriction in technology, framework or language, also everyone from beginner to expert is welcomed to join our program." name="description" />
<meta content="Devincept, contribution, program, opensource, open-source, developers, summerofcode, winterofcode, github, git, projects, mentors, contributors, dcp" name="keywords" />
<meta name="robots" content="all,follow" />
<meta property="og:title" content="Home | DevIncept Contribution Program" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="DevIncept Contribution Program" />
<meta
property="og:url"
content="https://dcp.devincept.com/"
/>
<meta property="og:description" content="DevIncept Contribution Program is an event organised by DevIncept to bring students into the world of Open-Source development. There is no restriction in technology, framework or language, also everyone from beginner to expert is welcomed to join our program." />
<meta property="og:image" content="assets/img/banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@" />
<meta name="twitter:title" content="Home | DevIncept Contribution Program" />
<meta name="twitter:description" content="DevIncept Contribution Program is an event organised by DevIncept to bring students into the world of Open-Source development. There is no restriction in technology, framework or language, also everyone from beginner to expert is welcomed to join our program." />
<meta name="twitter:image" content="assets/img/banner.png" />
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/android-chrome-512x512.png">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet"
/>
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link
href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet"
/>
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- FontAwesome -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css"
integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7"
crossorigin="anonymous"
/>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<!-- =======================================================
* Template Name: TheEvent - v4.5.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<div id="loader" class="center"></div>
<!--CSS Spinner-->
<div class="spinner-wrapper">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center">
<div class="container-fluid container-xxl d-flex align-items-center">
<div id="logo" class="me-auto">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="index.html">The<span>Event</span></a></h1>-->
<a href="index.html" class="scrollto"
><img src="assets/img/logo.png" alt="" title=""
/></a>
</div>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="/#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li>
<a class="nav-link scrollto" href="#registrations"
>Registrations</a
>
</li>
<li><a class="nav-link scrollto" href="/#schedule">Schedule</a></li>
<li>
<a class="nav-link scrollto" href="/DCP22/projects.html">Projects</a>
</li>
<li><a class="nav-link scrollto" href="#speakers">Speakers</a></li>
<li>
<a class="nav-link scrollto" href="/DCP22/top-performers.html"
>Top Performers</a
>
</li>
<li><a class="nav-link scrollto" href="/DCP22/team.html">Team</a></li>
<li><a class="nav-link scrollto" href="/#sponsors">Sponsors</a></li>
<li><a class="nav-link scrollto" href="/#faq">FAQ</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
<a class="buy-tickets scrollto" href="/#registrations">Register</a>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="zoom-in" data-aos-delay="100">
<h1 class="mb-4 pb-0">
DevIncept<br /><span>Contribution Program</span>
</h1>
<!-- <p class="mb-4 pb-0">10-12 December, Downtown Conference Center, New York</p> -->
<a
href="https://youtu.be/JC5uS-Kju4M"
class="glightbox play-btn mb-4"
></a>
<a href="#about" class="about-btn scrollto">About The Event</a>
</div>
</section>
<!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about">
<div class="container" style="line-height: 1.8" data-aos="fade-up">
<div class="row">
<div class="col-lg-6">
<h2>About The Event</h2>
<p>
DevIncept Contribution Program, or DCP, is a 30-Days Open Source
program conducted by <a href="https://devincept">DevIncept</a>,
started in 2021, with an aim to help beginners get started with
Open Source Development while encouraging diversity. Throughout
the program, participants contribute to different projects under
guidance of experienced mentors. Top participants get exciting
goodies and opportunities.
</p>
</div>
<div class="col-lg-3">
<!-- <h3>Where</h3>
<p>Downtown Conference Center, New York</p> -->
</div>
<div class="col-lg-3">
<h3>When</h3>
<p>February 3 to April 8, 2022</p>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Registrations Section ======= -->
<section id="registrations">
<div class="container mt-5" data-aos="fade-up">
<div class="section-header">
<h2>Registrations</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-5">
<div class="card-heading">Project Admins</div>
<div class="card-text">
Project Administrators building or wishing to build their own
website and application are welcome to register. Your project
ideas and our workforce will team up to give your project a
professional look. Your guidance to our mentors and participants
will finally get the work done and let mentors and participants
to come out with flying colours.
</div>
<button class="card-button" disabled>Registration Closed</button>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="card-heading">Mentors</div>
<div class="card-text">
Mentors are experts on the Open Source project the team is
working on. At the beginning of the program, they provide a
roadmap for the project. They are available throughout the
program to review pull requests, help with concepts and
generally support the team. Apply to be a mentor at DevIncept
Contribution Program.
</div>
<button class="card-button" disabled>Registration Closed</button>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="card-heading">Participants</div>
<div class="card-text">
If you have basic git skills or are first timers or even veteran
developers, DevIncept Contribution Program would give you a
taste of contributing in a long open source projects.
Continuously for 30 days you will contribute to your different
projects under guidance of experienced mentors.
</div>
<button class="card-button" disabled>Registration Closed</button>
</div>
</div>
</div>
</section>
<!-- End Speakers Section -->
<!-- ======= Schedule Section ======= -->
<section id="schedule" class="section-with-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Event Schedule</h2>
<p>Here is our event timeline</p>
</div>
<!-- Timeline start -->
<div class="timeline">
<div class="timeline-row">
<div class="timeline-time">February 3</div>
<div class="timeline-dot fb-bg"></div>
<div class="timeline-content">
<h4>Project Registration Starts</h4>
<p>
Come up with your project or ideas and register yourself as a
Project Admin
</p>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">February 4</div>
<div class="timeline-dot green-one-bg"></div>
<div class="timeline-content green-one">
<h4>Mentor Registration Starts</h4>
<p>
Choose your favorite projects and register yourself as a mentor
</p>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">February 5</div>
<div class="timeline-dot green-one-bg"></div>
<div class="timeline-content green-one">
<h4>Participant Registration Starts</h4>
<p>
Choose your favorite projects and register yourself as a
participant
</p>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">March 3</div>
<div class="timeline-dot green-two-bg"></div>
<div class="timeline-content green-two">
<h4>Projects Assigned to Mentors</h4>
<p>The project assignment to the mentors will be finalized.</p>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">March 7</div>
<div class="timeline-dot green-three-bg"></div>
<div class="timeline-content green-three">
<h4>Coding Period Starts</h4>
<p>
The participants will be permitted to start contributing on
the projects of their choice.
</p>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">Declared Later</div>
<div class="timeline-dot green-four-bg"></div>
<div class="timeline-content green-four">
<h4>Coding Period Ends</h4>
<p class="no-margin">
This day marks the end of the 30-days journey.
</p>
</div>
</div>
<div class="timeline-row">
<div class="timeline-time">Declared Later</div>
<div class="timeline-dot teal-bg"></div>
<div class="timeline-content teal">
<h4>Results Declared</h4>
<p class="no-margin">
The results will be declared and the final leaderboard will be
updated!
</p>
</div>
</div>
</div>
<!-- Timeline end -->
</div>
</section>
<!-- End Schedule Section -->
<!-- ======= Speakers Section ======= -->
<section id="speakers">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Event Speakers</h2>
<p>Here are our speakers who will be sharing their knowledge throughout the event.</p>
</div>
<ul class="nav nav-pills mb-4 justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-dcp21-tab" data-bs-toggle="pill" data-bs-target="#pills-dcp22" type="button" role="tab" aria-controls="pills-dcp22" aria-selected="true">DCP'22</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-dcp21-tab" data-bs-toggle="pill" data-bs-target="#pills-dcp21" type="button" role="tab" aria-controls="pills-dcp21" aria-selected="false">DCP'21</button>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-dcp22" role="tabpanel" aria-labelledby="pills-dcp22-tab">
<h3 class="text-center mt-4">Coming Soon...</h3>
<!-- Uncomment when available -->
<!-- <div id="dcp22SpeakersData" class="row"></div> -->
</div>
<div class="tab-pane fade" id="pills-dcp21" role="tabpanel" aria-labelledby="pills-dcp21-tab">
<div id="dcp21SpeakersData" class="row"></div>
</div>
</div>
</div>
</section>
<!-- End Speakers Section -->
<!-- ======= sponsors Section ======= -->
<section id="sponsors" class="section-with-bg mt-5">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Sponsors and Partners</h2>
</div>
<div
class="row no-gutters sponsors-wrap clearfix"
data-aos="zoom-in"
data-aos-delay="100"
>
<div class="col-lg-3 col-md-4 col-xs-6"></div>
<div class="col-lg-3 col-md-4 col-xs-6">
<h2 class="font-weight-bold mt-4 d-flex justify-content-center">
Certificates Sponsor
</h2>
<a href="https://www.givemycertificate.com/" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/gmc.png"
class="img-fluid"
alt=""
style="height: 100%;"
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<h2 class="font-weight-bold mt-4 d-flex justify-content-center">Swags Sponsor</h2>
<a href="https://www.elastic.co/" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/elastic.png"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6"></div>
</div>
<div
class="row no-gutters sponsors-wrap clearfix"
data-aos="zoom-in"
data-aos-delay="100"
>
<h2 class="font-weight-bold mt-4 d-flex justify-content-center">
Community Partners
</h2>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/ieeesbmuj" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/ieee.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/devscripts" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/devscript.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/codedazzlers" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/code_dazzlers.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/codxcryptcommunity" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/codexcrypt.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/learn-for-cause-lfc/" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/learn_for_cause.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/nerdfortech" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/nft.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/codewarriors" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/code_warriors.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<a href="https://www.linkedin.com/company/codefloworg" target="_blank">
<div class="supporter-logo">
<img
src="assets/img/sponsors/codeflow.jpeg"
class="img-fluid"
alt=""
/>
</div>
</a>
</div>
</div>
<!-- <div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/2.png" class="img-fluid" alt="" />
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/3.png" class="img-fluid" alt="" />
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/4.png" class="img-fluid" alt="" />
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/5.png" class="img-fluid" alt="" />
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/6.png" class="img-fluid" alt="" />
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/7.png" class="img-fluid" alt="" />
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="assets/img/sponsors/8.png" class="img-fluid" alt="" />
</div>
</div> -->
</div>
</div>
</section>
<!-- End Sponsors Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>F.A.Q</h2>
</div>
<div
class="row justify-content-center"
data-aos="fade-up"
data-aos-delay="100"
>
<div class="col-lg-9">
<ul class="faq-list">
<li>
<div
data-bs-toggle="collapse"
class="collapsed question"
href="#faq1"
>
Will a beginner, with absolutely no knowledge of github, gain anything fruitful?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
Yeah, definitely. The organization is meant to assist the beginners grow in the field of development. We'll have distinct projects appropriate both for beginners as well as the accolades and thereby we’ll make sure that each and every participant gets to learn something new from the projects he or she is contributing for.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq2"
class="collapsed question"
>
Is there any registration fee? <i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
No, there is no registration fees for participation. It is absolutely free of cost.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq3"
class="collapsed question"
>
Any age limit for participation? <i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
No, there is no age limit for participation in DCP. It is open for all.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq4"
class="collapsed question"
>
How will we receive the prizes (if won) and certificate?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
We’ll be providing all the participants with the digital certificate. The swags to all the concerned students will be delivered to their preferred addresses. We’ll ask for the same via an email after the conclusion of the event.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq5"
class="collapsed question"
>
What minimum conditions should the project satisfy? <i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
There are no such conditions that the projects need to satisfy. The mentors can propose the idea in any field that they specifically expertise in.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq6"
class="collapsed question"
>
From where do we need to start being a beginner as of now so as contribute properly in the projects?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
We’ll be providing you with the links on our official website to start with Github and various other development to make sure that everyone is able to aptly contribute for the projects.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq7"
class="collapsed question"
>
How will I know that I am selected?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq7" class="collapse" data-bs-parent=".faq-list">
<p>
The participants will be notified through email and the invite to the Slack workspace will be sent to them.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq8"
class="collapsed question"
>
What is the criterion for selection as a participant?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq8" class="collapse" data-bs-parent=".faq-list">
<p>
This program is for beginners to get started with open source. The only criterion for selection are your dedication and enthusiasm to contribute to open source.
</p>
</div>
</li>
<li>
<div
data-bs-toggle="collapse"
href="#faq9"
class="collapsed question"
>
How will participants communicate with mentors and admins?
<i class="bi bi-chevron-down icon-show"></i
><i class="bi bi-chevron-up icon-close"></i>
</div>
<div id="faq9" class="collapse" data-bs-parent=".faq-list">
<p>
All communication will happen on the Slack channel for the particular project.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End F.A.Q Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="assets/img/logo.png" alt="DevIncept" />
<p>
At DevIncept we have come from different backgrounds, but we all share a common enthusiasm for writing, learning, and sharing ideas and codes. Our skills vary from a beginner to expert in different technologies, so content you find here will be diverse.
</p>
<br>
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_FxT74n2ecn7ibr"> </script> </form>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bi bi-chevron-right"></i> <a href="/">Home</a>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<a href="/#about">About us</a>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<a href="/DCP22/projects.html">Projects</a>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<a href="/code-of-conduct.html">Code of Coduct</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Other Portals</h4>
<ul>
<li>
<i class="bi bi-chevron-right"></i> <a href="https://www.devincept.com" target="_blank">DevIncept Home</a>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<a href="https://merch.devincept.com" target="_blank">DevMerch</a>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<a href="http://verify.devincept.com/" target="_blank">Verify Certificates</a>
</li>
</ul>
</div>
<div id="contact" class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
E-12/1, Sarvodaya Nagar <br />
Lucknow, UP 226016<br />
India <br />
<strong>Email:</strong> <a href="support@devincept.com">support@devincept.com</a><br />
</p>
<div class="social-links">
<a href="https://twitter.com/devincept" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://facebook.com/devincept" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/devincept.tech" class="instagram"
><i class="bi bi-instagram"></i
></a>
<a href="https://youtube.com/c/DevIncept" class="google-plus"
><i class="bi bi-youtube"></i
></a>
<a href="https://www.linkedin.com/company/devincept/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Copyright © 2021<script>new Date().getFullYear()>2021&&document.write("-"+new Date().getFullYear());</script> DevIncept. All Rights Reserved
</div>
<div class="credits">
Made with <i class="bi bi-heart-fill" style="color:red;"></i> by <a href="https://www.devincept.com/">DevIncept</a>
</div>
</footer>
<!-- End Footer -->
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/DCP21/data.js"></script>
</body>
</html>