-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
186 lines (180 loc) · 7.1 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/home.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<title>NITK-SOC:About</title>
</head>
<body>
<!---navbar starts-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">NITK - Summer Of Code</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="guidelines.html">Guidelines</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<!--navbar ends-->
<div class="about container" id="about">
<h1 style="font-size: 36px; margin-top: 60px; margin-bottom: 5px">
About NITK Summer of Code
</h1>
<h2>Aim</h2>
<p>
NITK Summer of Code aims at helping students get started with open
source projects that tries to solve real world problems.
</p>
<p>
Summer of Code has a philosophy very similar to larger programs like
GSoC, LFX and Outreachy. And it also prepares you for such open source
contributions by providing a similar environment.
</p>
<p>
The participants will learn how to prepare a project application, work
in teams, understand the importance of effective communication, and most
importantly, work with large codebases. They will also learn the
intricate workflows and good coding practices.
</p>
<h2>Program Overview</h2>
<p>
Summer of Code is a program organized with a focus on introducing the
student developers across the world to open source software and hardware
development. The students can work with projects proposed by the
Technical clubs, Open Source Organizations over the Summer break. This
program also plans to introduce to students the rigorous process of
developing a project proposal similar to that of GSoC.
</p>
<h2>Target Audience</h2>
<p>
Anyone who is interested in contributing to open source! There will be
students from all years and so projects of varying difficulty are
needed.
</p>
<h2>Projects</h2>
<p>
Projects of different levels of difficulty, catering to different skill
sets and expertise, will be available. The projects will cover different
domains, as much as possible. The projects can be proposed by students
(Bachelors, Masters and Ph.D.), faculty members, administrative offices
(for example, HODs, Chairman, Deans, Deputy Director and Director), NITK
Alumnus,and by the various clubs at NITK willing to mentor students. The
projects will be accepted by the organizing committee based on their
merit and feasibility for the duration of the Summer of Code program.
New projects, as well as projects with an existing codebase, are
allowed.
</p>
<p>
Mentors must submit projects which can be worked on for a minimum period
of 8 weeks. Each project must have 2 mentors. Projects should be divided
into small tasks/issues. The mentors should also include some tasks to
judge the candidate prior to selecting them for the progra,. The mentors
are free to conduct any kind of evaluation (interviews, patch
requirements, etc) required to select the candidates before the
deadline.
</p>
<p>
The students can apply to projects either by filling a Google form or
completing a small task, which is at the discretion of the mentors. A
student can apply to a maximum of 2 projects.
</p>
<h2>Incentives:</h2>
<ul>
<li>
Working/building innovating, exciting and positively impacting
projects during their Summer!
</li>
<li>
Hands-on experience with open source and exposure to collaborativie
ways of working!
</li>
<li>
Understanding how global programs like Google Summer of Code work!
</li>
<li>
An amazing opportunity to utilize the Summer holidays through an
impactful project
</li>
</ul>
</div>
<!------Footer section starts--->
<footer class="footer-container">
<footer class="footer">
<ul class="menu">
<li class="menu__item">
<a class="menu__link" href="index.html">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="about.html">About</a>
</li>
<li class="menu__item">
<a class="menu__link" href="guidelines.html">Guidelines</a>
</li>
<li class="menu__item">
<a class="menu__link" href="projects.html">Projects</a>
</li>
</ul>
<div class="footer-contact">
<p>
Email:
<a href="mailto:[email protected]"
>
</p>
</div>
</footer>
</footer>
<!------Footer section ends--->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
</body>
</html>