forked from singhayushh/kgec-summer-of-code
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfaq.html
102 lines (102 loc) · 3.8 KB
/
faq.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
<section id="faq">
<div class="container">
<div class="wrapper">
<h1>frequently_asked_questions</h1>
<div class="accordion">
<div class="accordion-item">
<button id="accordion-button-1" aria-expanded="false">
<span class="accordion-title"
>I am not a student of KGEC, Can I participate?</span
>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
<span class="red">=></span> Yes, you can definitely participate.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-2" aria-expanded="false">
<span class="accordion-title"
>I am a beginner can I participate?</span
>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
<span class="red">=></span> There is no such restriction but with
some amount of development knowledge in any domain will be good to
go.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-3" aria-expanded="false">
<span class="accordion-title">Can I participate as a team?</span>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p><span class="red">=></span> No, this is an individual event.</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-4" aria-expanded="false">
<span class="accordion-title"
>I don't know open source can I participate?</span
>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
<span class="red">=></span> Then you must participate, because the
aim of our event is to get more people into open source
development.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-5" aria-expanded="false">
<span class="accordion-title"
>Can I participate both as mentee and mentor?</span
>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p><span class="red">=></span> No we don't encourage that.</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-5" aria-expanded="false">
<span class="accordion-title"
>Can 3rd year students also participate?</span
>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
<span class="red">=></span> You can participate as a mentee if you
are a beginner to open source and development. If you have sound
knowledge about these, then we highly encourage you to participate
as a mentor or project admin.
</p>
</div>
</div>
<div class="accordion-item">
<button id="accordion-button-5" aria-expanded="false">
<span class="accordion-title"
>My question is not listed in here!</span
>
<span class="icon" aria-hidden="true"></span>
</button>
<div class="accordion-content">
<p>
<span class="red">=></span> Contact Us, We will be happy to help
you.
</p>
</div>
</div>
</div>
</div>
</div>
</section>