-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
362 lines (346 loc) · 18.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168192058-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168192058-1');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="./static/mentors/fontawesome-free-5.13.0-web/css/all.css" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./static/mentors/bootstrap4/css/bootstrap.min.css">
<!-- Custom CSS-->
<link rel="stylesheet" type='text/css' href="./static/mentors/style.css">
<link rel="stylesheet" type='text/css' href="./static/mentors/css/base.css">
<link rel="stylesheet" type='text/css' href="./static/mentors/css/timeline.css">
<link rel="stylesheet" type='text/css' href="./static/mentors/css/about.css">
<link rel="stylesheet" type='text/css' href="./static/mentors/css/conduct.css">
<title>PClub Summer of Code</title>
</head>
<body>
<header>
<div class="bottomHeader">
<div class="container-fluid">
<nav class="navbar navbar-dark navbar-expand-md" style="background-color: #004d80;">
<a href="./index.html" class="navbar-brand">
<img src="./static/mentors/img/pclub-logo.png" alt="pclub-logo" width="105px">
</a>
<button data-toggle="collapse" data-target="#navbar-Toggler" type="button" class="navbar-toggler">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-Toggler">
<ul class="navbar-nav">
<!-- <li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{% url 'projects:project_index' %}">Projects</a>
</li> -->
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./templates/conduct.html">Conduct</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- page-content -->
<section class="home-section pt-4 pb-5">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 main-section">
<h2>PClub Summer Of Code</h2>
<h5>
Spend your summer break writing code and learning about open source
development. Accepted students work with a
mentor and become a part of the open source community. Many become
lifetime open source developers!
</h5>
<br />
</div>
<div class="col-lg-4" id="img-logo">
<img
src="./static/mentors/img/computer.png"
alt="icon"
width="300px"
/>
</div>
</div>
</div>
</section>
<section class="about-psoc">
<div class="sub-about container">
<div class="row">
<div class="about-content col-lg-7">
<h1>About PSoC</h1>
<p>PClub Summer of Code is the 2 month long Open Source program during
summers conducted by Programming Club, UIET, 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. Mentors get to make their ideas alive and
Mentees get to learn tech.
<br><br>
PSoC is targeted at audience who want to dwell
in OpenSource Development as well as who are already into FOSS development.
This program will help students for other opensource programs like Gsoc, Outreachy, etc.
</p>
<div class="manuals">
<a href="./static/mentors/img/PSoC_Mentor_Manual_2.pdf" class="mentor-manual btn btn-primary mb-3" target="_blank">
Download Mentor Manual
</a>
<a href="./static/mentors/img/PSoC_Mentee_Manual.pdf" target="_blank" class="mb-3">
<button class="mentee-manual btn btn-primary">Download Mentee Manual</button>
</a>
</div>
</div>
<div class="psoc-logo">
<img src="./static/mentors/img/psoc-logo.png">
</div>
</div>
</div>
</section>
<section class="home-bg">
<div class="about-bg">
</div>
<div class="color-overlay"></div>
</section>
<section class="timeline">
<div class="timeline-head">
<h1>Timeline</h1>
</div>
<div class="row">
<div class="schedule-box col-sm-12">
<div class="featured-schedule-collection container-schedule">
<div class="row">
<div class="schedule-box">
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Program Announced</span></h2>
<br />
<p>
Pclub Summer of Code is released online and students and mentors are informed about the program.
</p>
</div>
<div class="time time-0">
<h3>1 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Mentor Registration starts</span></h2>
<br />
<p>
Interested mentors sign up on the website and optionally register their projects. Interested students begin applying to the program.
</p>
</div>
<div class="time time-1">
<h3>5 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Mentor Registration Ends</span></h2>
<br />
<p>
Mentors must register themselves by 12th June, 2020.
</p>
</div>
<div class="time time-2">
<h3>12 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Projects Announced</span></h2>
<br />
<p>
Selected Projects Announced and Students Application begins.
</p>
</div>
<div class="time time-3">
<h3>13 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Student Registration Ends</span></h2>
<br />
<p>Students must propose their proposels by 22 June, 2020</p>
</div>
<div class="time time-4">
<h3>22 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Selection Students Release</span></h2>
<br />
<p>
Selected Students are Notified of thier Selection.
</p>
</div>
<div class="time time-5">
<h3>23 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Bonding Period</span></h2>
<br />
<p>
Students are given time to Connect with Mentors and Understand the Project.
</p>
</div>
<div class="time time-6">
<h3>24-25 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Coding Period Starts</span></h2>
<br />
<p>
Students Start with thier Contribution.
</p>
</div>
<div class="time time-7">
<h3>26 June, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Coding Period Ends</span></h2>
<br />
<p>
Coding Period Ends.
</p>
</div>
<div class="time time-8">
<h3>25 August, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Contribution and Feedbacks</span></h2>
<br />
<p>
Students conclude with their Contribution for the program. Mentors file feedback.
</p>
</div>
<div class="time time-9">
<h3>30 August, 2020</h3>
</div>
</div>
</div>
<div class="col-sm-12 links">
<div class="featured-schedule">
<div class="col text-center">
<h2><span>Result</span></h2>
<br />
<p>
Results Announced. Certificates are Distributed.
</p>
</div>
<div class="time time-10">
<h3>5 September, 2020</h3>
</div>
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="partners">
<hr>
<div class="row partners-descrip">
<h2>In-kind Partners</h2>
<div class="image-control col-lg-6 g-tech">
<img src="./static/mentors/img/GirlscriptTech.png">
</div>
<div class="image-control col-lg-6">
<img src="https://balsamiq.com/assets/company/brandassets/balsamiq-logo-screen.svg">
</div>
<div class="image-control col-lg-12">
<img src="./static/mentors/img/BUGSEE-logo.png">
</div>
<h2>Outreach Partner</h2>
<div class="image-control col-lg-12">
<img src="./static/mentors/img/internwell.png">
</div>
</div>
</section>
<!-- footer -->
<footer class="full-footer">
<a name="contact"></a>
<div class="container top-footer p-md-3 p-1">
<div class="row">
<div class="col-md-6">
<div class="col-md-8 pl-4 pr-4">
<img class="img-fluid" src="./static/mentors/img/pclub-logo-white.png" alt="logo">
<p>
Programming Club UIET or PCIub for short is a student driven society that aims af educating students about various domains of Computer Science, Electronics and Technology.
<br><a href="#" class="move-top">Move to top</a><br>
<p class="social">
<a class="p-1" href="https://www.facebook.com/pclubuiet"><i class="fab fa-2x fa-facebook-square"></i></a>
<a class="p-1" href="https://www.instagram.com/pclubuiet/"><i class="fab fa-2x fa-instagram-square"></i></i></a>
<a class="p-1" href="https://twitter.com/pclubuiet/"><i class="fab fa-2x fa-twitter-square"></i></a>
<a class="p-1" href="https://github.com/pclubuiet/"><i class="fab fa-2x fa-github-square"></i></a>
</p>
</p>
</div>
</div>
<div class="col-md-2"></div>
<div class="col-md-4 contact">
<h3>Contact Us</h3>
<a class="p-1" href="mailto: [email protected]"><i class="fas fa-envelope mr-1"></i>[email protected]</a><br>
<a class="p-1" href="mailto: [email protected]"><i class="fas fa-envelope mr-1"></i>[email protected]</a><br>
<br>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3428.9194909558046!2d76.75453041497592!3d30.748762881631613!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390ffb15766ff70d%3A0xf6cfa1be358bbc88!2sUniversity%20Institute%20Of%20Engineering%20and%20Technology%2C%20Panjab%20University!5e0!3m2!1sen!2sin!4v1588602306657!5m2!1sen!2sin"
frameborder="0" width="50px"></iframe>
</div>
</div>
<div class="col-md-2"></div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./static/mentors/bootstrap4/js/jquery-3.2.1.slim.min.js"></script>
<script src="./static/mentors/bootstrap4/js/popper.min.js"></script>
<script src="./static/mentors/bootstrap4/js/bootstrap.min.js"></script>
</body>
</html>