This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
413 lines (370 loc) · 16.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CodeFemme</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous">
<!-- Bootstrap core CSS -->
<link href="https://fonts.googleapis.com/css?family=IM+Fell+English|Playfair+Display:900"rel="stylesheet">
<link href="girls.css" rel="stylesheet">
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<script src="static/js/jquery.min.js"></script>
<link href="static/css/animation.css" rel="stylesheet">
<style>
html {
scroll-behavior: smooth;
}
</style>
</head>
<body onload="myFunction()">
<div class="hameid-loader-overlay"></div>
<!-- Navigation -->
<nav class="nav" id="menu">
<div class="wrap">
<div class="brand">
<span>CodeFemme</span>
</div>
<button id="mobile-btn" class="hamburger-btn">
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
</button>
<ul class="top-menu" id="top-menu" style="font-size:17px;">
<li><a href="#"><i class="fa fa-home" aria-hidden="true"></i></a></li>
<li><a href="#about">About</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contacts">Contacts</a></li>
<li><a href="#myCarousel">Gallery</a></li>
</ul>
</div>
</nav>
<div id="x">
<header class="hero">
<div class="content">
<p><img src="assets/img/logo.png" style="width:500px; height:auto;"></p>
</div>
<div id="background-wrap">
<div class="bubble x1"></div>
<div class="bubble x2"></div>
<div class="bubble x3"></div>
<div class="bubble x4"></div>
<div class="bubble x5"></div>
<div class="bubble x6"></div>
<div class="bubble x7"></div>
<div class="bubble x8"></div>
<div class="bubble x9"></div>
<div class="bubble x10"></div>
</div>
</header>
</div>
<!-- <div class="container"> -->
<!-- Bootstrap core JavaScript -->
<div class="container">
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-header">
About
</div>
</div><!-- /.col -->
</div><!-- /.row -->
<div class="row justify-content-center ">
<div class="card shadow-lg rounded " style="width: 65rem;">
<div class="card-body mt-2 mb-2 ml-4 mr-4" style="color: black">
<p class="card-text" style="text-align: justify">CodeFemme is one of the 'girls only repositories'
in Opencode'19 here, at IIIT Allahabad.
This website is created for the girls and by girls with the whole-soul aim to promote the contribution
of female
developers in the world of opensource. Empowering women and giving them a chance to showcase their
creativity and skill
in ths vast domain of web development is the ultimate goal that we aspire to achieve.</p>
<p style="text-align: justify">This portal contains the efforts of all the contributors as shown in the
section below and
also highlights the achievements of females in different technical competitions and events.</p>
</div>
</div>
<!-- </div> -->
</div><!-- /.container -->
</section><!-- /#about -->
<!--Contributors section -->
<div class="mt-5"></div>
<div class="section-header">
Contributors
</div>
<div id="contributors" class="container">
<div class="row justify-content-around mb-5 ">
<div class="box col-md-3 col-sm-3 col-xs-3 mb-2 shadow-lg rounded" style="background-image: url('assets/img/lekhika.jpg');">
<div class="box-inner">
<div class="the-content-box">
<div class="content-box-inner">
<h2>Lekhika Dugtal</h2>
<hr>
<p>NPC of this Virtual World. Developer and Designer in Progress.</p>
<a href="https://www.linkedin.com/in/lekhikadugtal"><i class="fab fa-linkedin" style="font-size: 2.2em;"></i></a>
<a href="https://github.com/CleverFool77"><i class="fab fa-github-square" style="font-size: 2.2em"></i></a>
<a href="https://twitter.com/DugtalLekhika"><i class="fab fa-twitter-square" style="font-size: 2.2em"></i></a>
</div>
</div>
</div>
</div>
<div class="box col-md-3 col-sm-3 col-xs-3 mb-2 shadow-lg rounded" style="background-image: url('assets/img/dhairya.jpg');">
<div class="box-inner">
<div class="the-content-box">
<div class="content-box-inner">
<h2>Dhairya Baweja</h2>
<hr>
<p> Enthusiast to learn Open Source.
</p>
<a href="https://www.linkedin.com/in/dhairya-baweja-b8199a17a"><i class="fab fa-linkedin" style="font-size: 2.2em;"></i></a>
<a href="https://github.com/dhairyabaweja"><i class="fab fa-github-square" style="font-size: 2.2em"></i></a>
<a href="https://twitter.com/Blackwidow133"><i class="fab fa-twitter-square" style="font-size: 2.2em"></i></a>
</div>
</div>
</div>
</div>
<div class="box col-md-3 col-sm-3 col-xs-3 mb-2 shadow-lg rounded" style="background-image: url('assets/img/archisha.jpg');">
<div class="box-inner">
<div class="the-content-box">
<div class="content-box-inner">
<h2>Archisha Baranwal</h2>
<hr>
<p> Keen to contribute to Open Source.
</p>
<a href="https://www.linkedin.com/in/archisha-baranwal-b14108173/"><i class="fab fa-linkedin" style="font-size: 2.2em;"></i></a>
<a href="https://github.com/Archies11"><i class="fab fa-github-square" style="font-size: 2.2em"></i></a>
<a href="https://www.facebook.com/archisha.baranwal.5"><i class="fab fa-facebook-square" style="font-size: 2.2em"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-header">
Sponsors
</div>
<div class="row justify-content-center align-self-center">
<div class="col-sm-8">
<img class="img-fluid" src="assets/img/sponsors/code.png" />
</div>
</div>
<div class="row justify-content-center align-self-center">
<div class="col-sm-2">
<img class="img-fluid" src="assets/img/sponsors/zulip-logo.png" />
</div>
<div class="col-sm-4 align-self-center">
<img class="img-fluid" src="assets/img/sponsors/cynthesize-banner-logo.png" />
</div>
</div>
<!-- </div> -->
<div class="container">
<div class="section-header" id="myCarousel">Gallery</div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/img/gallery1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/gallery2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/gallery3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/gallery4.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/gallery5.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/gallery6.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="mt-5"></div>
<div class="section-header">
Projects
</div>
<div id="projects" class="container">
<div class="row justify-content-around mb-5 ">
<div class="box col-md-3 col-sm-3 col-xs-3 mb-2 shadow-lg rounded" style="background-image: url('assets/img/codefemme.jpg');">
<div class="box-inner">
<div class="the-content-box">
<div class="content-box-inner">
<h2>CodeFemme</h2>
<hr>
<p>Repo, for the girls & by the girls.</p>
<a href="https://github.com/opencodeiiita/CodeFemme"><i class="fab fa-github-square" style="font-size: 2.2em"></i></a>
</div>
</div>
</div>
</div>
<div class="box col-md-3 col-sm-3 col-xs-3 mb-2 shadow-lg rounded" style="background-image: url('assets/img/outpassfinal.jpg');">
<div class="box-inner">
<div class="the-content-box">
<div class="content-box-inner">
<h2>outpassfinal</h2>
<hr>
<p> A portal to speed up the process of applications and issuing outpasses.
</p>
<a href="https://github.com/opencodeiiita/outpassfinal"><i class="fab fa-github-square" style="font-size: 2.2em"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-header">
Testimonials
</div>
<div class="blog-card shadow-lg rounded">
<div class="meta">
<div class="photo" style="background-image: url('assets/img/ritika.jpeg')"></div>
<ul class="details">
<li class="author"><a href="https://github.com/ritikamotwani">Ritika Motwani</a></li>
<li class="twitter">https://twitter.com/ritika_motwani</li>
<li class="tags">GSoC'18 @fossasia</li>
</ul>
</div>
<div class="description " style="text-align:justify;">
<h1>My Experience of Opencode 2018</h1>
<h2>Diving into the World of OpenSource </h2>
<p> It was a great experience for me. I enjoyed a lot doing different things for the competition like opening
issues, solving them, claiming issues opened by the organizers, creating pull requests. It gave me real
happiness whenever my PR was merged. It was a great event and I am thankful to all the mentors to guide and
motivate me throughout the event.</p>
<p class="read-more ">
<a href="https://medium.com/my-experience-with-opencode-2018/my-experience-of-opencode-2018-7a26415da76">Read
More</a>
<i class="fas fa-arrow-right"></i>
</p>
</div>
</div>
</div>
<!-- contact -->
<!-- Contact Card ~ #01 -->
<div class="section-header">
Contacts
</div>
<div class="row contact justify-content-around mb-5">
<div class="card1 col-sm-3 ml-4 mr-3">
<div class="card_Banner">
<div class="card_Avatar"></div>
</div>
<h3>Person one</h3>
<a href="mailto:[email protected]"><b>📧</b> [email protected]</a>
<a href="#" ><b>📱</b>+1 123-456-7890</a>
<ul>
<a href="#"><i class="fab fa-linkedin" style="font-size:16px"></i></a>
<a href="#"><i class="fab fa-twitter-square" style="font-size:16px"></i></a>
<a href="#"><i class="fab fa-github-square" style="font-size:16px"></i></a>
</ul>
</div>
<!-- Contact Card ~ #02 (Blank) -->
<div class="card1 col-sm-3 mr-3 ml-3">
<div class="card_Banner">
<div class="card_Avatar"></div>
</div>
<h3>Person two</h3>
<a href="mailto:[email protected]"><b>📧</b> [email protected]</a>
<a href="#" ><b>📱</b>+1 123-456-7890</a>
<ul>
<a href="#"><i class="fab fa-linkedin" style="font-size:16px"></i></a>
<a href="#"><i class="fab fa-twitter-square" style="font-size:16px"></i></a>
<a href="#"><i class="fab fa-github-square" style="font-size:16px"></i></a>
</ul>
</div>
<!-- Contact Card ~ #03 (Blank) -->
<div class="card1 col-sm-3 mr-4 mr-3 ">
<div class="card_Banner">
<div class="card_Avatar"></div>
</div>
<h3>Person three</h3>
<a href="mailto:[email protected]"><b>📧</b> [email protected]</a>
<a href="#" ><b>📱</b>+1 123-456-7890</a>
<ul>
<a href="#"><i class="fab fa-linkedin" style="font-size:16px"></i></a>
<a href="#"><i class="fab fa-twitter-square" style="font-size:16px"></i></a>
<a href="#"><i class="fab fa-github-square" style="font-size:16px"></i></a>
</ul>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark">
<div style="background-color: #6351ce;">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Made with <i class="fa fa-heart"></i> by Girls in Open Source!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic footercolor" href="https://www.facebook.com/opencodeiiita/">
<i class="fab fa-facebook-f white-text"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic footercolor" href="mailto:[email protected]">
<i class="fa fa-envelope white-text "> </i>
</a>
<a href="https://github.com/fossiiita" class="footercolor">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
</footer>
<!-- Footer -->
</div>
<script src="girlscode.js"></script>
<script src="static/js/bootstrap.bundle.min.js"></script>
<script src="girlscode.js"></script>
<script src="static/js/bootstrap.bundle.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="static/js/jquery.min.js"></script>
<script>
jQuery(document).ready(function () {
jQuery(".hameid-loader-overlay").fadeOut(1);
});
</script>
</body>
</html>