forked from hound77/jwoc-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
352 lines (329 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="title" content="jwoc archive| Home">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/nav.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/d5f154924f.js" crossorigin="anonymous"></script>
<title>JWoC archive</title>
<link rel="apple-touch-icon" sizes="180x180" href="FAVICONS/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="FAVICONS/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="FAVICONS/favicon-16x16.png">
<link rel="manifest" href="FAVICONS/site.webmanifest">
<link rel="mask-icon" href="FAVICONS/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header class="sticky-top" style="height: 15%;">
<nav class="navbar navbar-custom navbar-expand-lg py-0 text-light" role="navigation" style="background-color: rgba(0, 0, 0, 0.166)">
<div class="container my-2 text-light"style="max-width: 100%">
<h1 class="py-0 navbar-brand text-light text-justify" style="font-size : 2rem;">JWoC archive</h1>
<button class="btn-outline-light navbar-toggler ml-4" data-toggle="collapse" data-target="#nav">
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse flex-grow-0 justify-content-end" id="nav">
<div class="active nav-item nav-link text-light">
<a href="./index.html" class="ex ex1 font-weight-bold ml-3">Home</a>
</div>
<div class="nav-item nav-link text-light">
<a href="./gallery.html" class="ex ex1 font-weight-bold ml-3">Gallery</a>
</div>
<div class="nav-item nav-link text-light">
<a href="./projects.html" class="ex ex1 font-weight-bold ml-3">Projects</a>
</div>
<div class="nav-item nav-link text-light">
<a href="./team.html" class="ex ex1 font-weight-bold ml-3">Team</a>
</div>
</div>
</div>
</nav>
</header>
<div class="top-container">
<div class="top-container-text">
<h1>WELCOME TO JWOC ARCHIVE</h1>
<h3>A collection of memories of JWoC</h3>
<a id="btn" href="#container1" class="hwg-btn">Here we go!</a>
</div>
</div>
<!-- page intro -->
<section id="container1">
<main>
<div class="container1">
<div class="box1" id="box1a">
<img loading="lazy" src="code.png" alt=""class="img-responsive floating-image left">
</div>
<div class="box2" id="box2a">
<h2>Open Source</h2>
<p>Open source is a movement and a model -- for making and sharing collaboratively and publicly. With open source software students can study how the programs were written and the programs can be easily copied and distributed over the internet . With open collaboration allows software to evolve via the contribution of many users.</p>
</div>
<div class="box3" id="box3a">
<h2>JWoC</h2>
<P>JWoC ( JGEC Winter of Code) is a coding event organised by Developers JGEC which helps students to plunge into Open Source contribution and get the realm of Software Development. Participants (restrained to 1st and 2nd year undergraduate students) participate for the program.</P>
</div>
<div class="box4" id="box4a">
<img loading="lazy" src="dev.png" alt="" class="img-responsive floating-image right">
</div>
<div class="box5" id="box5a">
<img loading="lazy" src="cdo.png" alt=""class="img-responsive floating-image right">
</div>
<div class="box6" id="box6a">
<h2>Why JWoC?</h2>
<P>JWoC aims to provide students with a knack of development, an amazing platform to learn and grow.It's a wonderful way for beginners to learn while working on real life projects, hence applying what they learnt. Many a times beginners are scared to start with open source but JWoC is extremely beginner friendly as the mentors and mentees work together as one.</P>
</div>
</div>
</main>
</section>
<!-- Stats section -->
<section class="statistics">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="circle-tile ">
<div class="circle-tile-heading"><i class="fa fa-book-reader fa-3x"></i></div>
<div class="circle-tile-content">
<div class="circle-tile-description"> Mentees</div>
<div class="circle-tile-number menteeClass">0</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="circle-tile ">
<div class="circle-tile-heading"><i class="fa fa-chalkboard-teacher fa-3x"></i></div>
<div class="circle-tile-content">
<div class="circle-tile-description"> Mentors</div>
<div class="circle-tile-number mentorClass">0</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="circle-tile ">
<div class="circle-tile-heading"><i class="fa fa-project-diagram fa-3x"></i></div>
<div class="circle-tile-content">
<div class="circle-tile-description"> Projects</div>
<div class="circle-tile-number projectClass">0</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="circle-tile ">
<div class="circle-tile-heading red"><i class="fa fa-university fa-3x"></i></div>
<div class="circle-tile-content red">
<div class="circle-tile-description"> Colleges </div>
<div class="circle-tile-number collegeClass">0</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- winners section -->
<section id="winners">
<h1 class="winner-heading">Our Top Performers</h1>
<h1 class="year">2020</h1>
<div class="winner-container">
<div class="box snake">
<img src="images/man.png" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Lorem ipsum</em></h2>
<div class="Links">
<a href="">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i>
</a>
<a href="#">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>1st Place</h1>
</div>
</div>
</div>
<div class="box snake">
<img src="images/man.png" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Lorem ipsum</em></h2>
<div class="Links">
<a href="">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i></a>
<a href="#">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>2nd Place</h1>
</div>
</div>
</div>
<div class="box snake">
<img src="images/man.png" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Lorem ipsum</em></h2>
<div class="Links">
<a href="">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i></a>
<a href="#">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>3rd Place</h1>
</div>
</div>
</div>
</div>
<h1 class="year">2019</h1>
<div class="winner-container">
<div class="box snake">
<img src="https://avatars.githubusercontent.com/u/47846069?s=400&u=62e0076f7db1440795ff342a1dc25f5629097e6a&v=4" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Utpalendu Barman</em></h2>
<div class="Links">
<a href="https://www.linkedin.com/in/utpalendu-barman-358b906b/">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i></a>
<a href="https://github.com/utpalendubarman/">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>1st Place</h1>
</div>
</div>
</div>
<div class="box snake">
<img src="images/man.png" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Subhradeep Saha</em></h2>
<div class="Links">
<a href="">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i></a>
<a href="#">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>2nd Place</h1>
</div>
</div>
</div>
<div class="box snake">
<img src="https://jwoc2k20.tech/assets/img/team/srijan.jpeg" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Srijan De</em></h2>
<div class="Links">
<a href="https://linkedin.com/in/thesrijande">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i></a>
<a href="https://github.com/thesrijande">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>3rd Place</h1>
</div>
</div>
</div>
<div class="box snake">
<img src="https://jwoc2k20.tech/assets/img/team/sruti.jpeg" alt="" class="winner-img">
<div class="overlay">
<div class="overlay-content">
<h2><em>Sruti Chatterjee</em></h2>
<div class="Links">
<a href="https://linkedin.com/in/sruti-chatterjee-38373019a">
<i class="fab fa-linkedin fa-2x" style="color: white;"></i></a>
<a href="https://github.com/sruti2024">
<i class="fab fa-github-square fa-2x" style="color: white;"></i></a>
</div>
<br>
<br>
<h1>3rd Place</h1>
</div>
</div>
</div>
</div>
</section>
<!-- slider -->
<section id="testimonials">
<h1>What our Mentees think</h1>
<div id="testimonial-carousel" class="carousel carousel-dark slide" data-ride="false">
<div class="carousel-inner">
<div class="carousel-item active">
<i class="start-quote fas fa-quote-left"></i>
<h6 class="testimonial-text">JWoC was a huge learning experience for me. It was my first experience with open source and I absolutely loved how the mentors were there to guide us at every step. </h6>
<img class="testimonial-img" src="https://avatars.githubusercontent.com/u/73106734?s=400&u=c5c406f1eba18d03fd9d8cc73eeb3b4a5e2c4cce&v=4" alt="user-image">
<em>Nikhita, Mentee, JGEC</em>
</div>
<div class="carousel-item">
<i class="start-quote fas fa-quote-left"></i>
<h6 class="testimonial-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur at sapien nisi. Maecenas rhoncus in elit vitae iaculis. Aliquam fermentum.</h6>
<img class="testimonial-img" src="images/man.png" alt="user-image">
<em>lorem ipsum, Mentee</em>
</div>
<div class="carousel-item">
<i class="start-quote fas fa-quote-left"></i>
<h6 class="testimonial-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur at sapien nisi. Maecenas rhoncus in elit vitae iaculis. Aliquam fermentum.</h6>
<img class="testimonial-img" src="images/man.png" alt="user-image">
<em>lorem ipsum, Mentee</em>
</div>
</div>
<button class="slider__btn slider__btn--left" onclick="prevSlide()">←</button>
<button class="slider__btn slider__btn--right" onclick="nextSlide()">→</button>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
</section>
<!-- Website Footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-4">
<h5><img class="jwoc-logo" src="https://jwoc2k20.tech/assets/img/team/logo.png" alt="jwoc-logo">JWoC</h5>
<p class="text-justify">JWoC ( JGEC Winter of Code) is a coding event organised by Developers JGEC which helps students to plunge into Open Source contribution and get the realm of Software Development.</p>
</div>
<div class="col-xs-6 col-md-6 col-lg-4">
<h5>Contact Us</h5>
<p>Feel free to contact JWoC on [email protected]. For all latest updates follow us on:</p>
<ul class="social-icons">
<li><a class="facebook" href="https://www.facebook.com/jwoc2k20/"><i class="fa fa-facebook"></i></a></li>
<li><a class="github" href="https://github.com/JGEC-Winter-of-Code"><i class="fab fa-github"></i></a>
<li><a class="linkedin" href="https://www.linkedin.com/company/jwoc/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="col-xs-6 col-md-6 col-lg-4">
<h5>Address</h5>
<p>Jalpaiguri Government Engineering College, Jalpaiguri, West Bengal, India.</p>
</div>
</div>
</footer>
<script src="index.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="snake.js"></script>
<script type="text/javascript">
$(".snake").snakeify({
speed: 200
});
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"> </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>