forked from Team-Shakti/Team-Shakti.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
392 lines (376 loc) · 17.9 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
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/icon" href="assets/img/TEAMSHAKTI.ico" />
<title>Team Shakti</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!--header icon CSS -->
<!--<link rel="icon" href="assets/img/fabicon.png">-->
<!-- animations CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- font-awsome CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- mobile menu CSS -->
<link rel="stylesheet" href="assets/css/slicknav.min.css">
<!--css animation-->
<link rel="stylesheet" href="assets/css/animation.css">
<!--css animation-->
<link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css">
<!-- style CSS -->
<link rel="stylesheet" href="style.css">
<!-- responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!--header area start-->
<div class="header-area wow fadeInDown header-absolate" style="position: fixed; background: #181126" id="nav" data-0="position:fixed;"
data-top-top="position:fixed;top:0;" data-edge-strategy="set">
<div class="container">
<div class="row no-gutters">
<div class="col-4 d-block d-lg-none">
<div class="mobile-menu"></div>
</div>
<div class="col-4 col-lg-2 ">
</div>
<div class="col-4 col-lg-8 d-none d-lg-block">
<div class="main-menu text-center">
<nav>
<ul id="slick-nav">
<li><a class="scroll menu-options" href="index.html">Home</a></li>
<li><a class="scroll menu-options" href="about.html">About</a></li>
<li><a class="scroll menu-options" href="about.html#timeline">Timeline</a></li>
<li><a class="scroll menu-options" href="events.html">Events</a></li>
<li><a class="scroll menu-options" href="achievements.html">Achievements</a></li>
<li><a class="scroll menu-options" href="members.html">Team</a></li>
<li><a class="scroll menu-options" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
<!--header area end-->
<!--welcome area start-->
<div class="welcome-area wow fadeInUp" id="home">
<div id="particles-js"></div>
<div class="container">
<center>
<div class="tryme">
<img src="assets/img/team11.png" class="tryme" alt=""></div>
<div class="headfont1">India's only all-girls CTF team</div>
<br>
<br>
<div class="headfont">HACK THE STEREOTYPES</div>
<br>
<a href="about.html" class="gradient-btn v2 about-btn">More About Team Shakti</a>
</center>
<div class="space-90"></div>
</div>
</div>
<!--welcome area end-->
<!--roadmap area start
<div class="roadmap-area timeline-padding " id="timeline">
<div class="container">
<div class="page-header ">
<center>
<h1 id="timeline">Timeline</h1>
</center>
</div>
<ul class="timeline">
<li>
<div class="timeline-badge"><i class="glyphicon glyphicon-check"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">Mentorship</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>The team started its journey back in 2017 with a group
of 7 girls under the mentorship of Vipin Pavithran, Sreepriya Chalakkal, and Sreelakshmi Pananghat.
</p>
</center>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">HackLu 2018</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>One of the members, Geethna TK received a fully sponsored invite to attend the annual HackLu18
conference and the reverse engineering workshop by Black hoodie at Luxembourg
</p>
</center>
</div>
</div>
</li>
<li>
<div class="timeline-badge danger"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">First official CTF </h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>
TeamShakti made its first public launch at Nullcon
2019, after winning WinjaCTF receiving a SANS Scholarship
worth 1500 USD.
</p>
</center>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">BlackHat Asia - 2019</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>The members of TeamShakti received scholarships to attend BlackHat Asia 2019 held in Singapore.</p>
</center>
</div>
</div>
</li>
</li>
<li>
<div class="timeline-badge danger"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">BSides Delhi - 2019</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>Two members of TeamShakti were invited to conduct a workshop on "Getting Started with Cybersecurity
with CTF's" at BSides Delhi.
</p>
</center>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">HackLu - 2019</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>Two students from the team were invited on a scholarship to provide a cybersecurity workshop at
HackLu'19 on “Intro to Dark Arts”.
</p>
</center>
</div>
</div>
</li>
</li>
<li>
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">CTFtime Stats - 2019</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>With a years' hardwork, TeamShakti landed at the 15'th position in The country.</p>
</center>
</div>
</div>
</li>
</li>
<li class="timeline-inverted">
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">OwaspSeasides - 2020</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>The members of TeamShakti organised a workshop on "Serverside Exploitation with PHP" at Nullcon, Goa.
</p>
</center>
</div>
</div>
</li>
</li>
<li>
<div class="timeline-badge warning"><i class="glyphicon glyphicon-credit-card"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">Winja - 2020</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>Bagged the 1'st and 2'nd positions in Winja CTF at Nullcon, Goa</p>
</center>
</div>
</div>
</li>
</li>
<li class="timeline-inverted">
<div class="timeline-badge success"><i class="glyphicon glyphicon-thumbs-up"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">The CTFtime Stats - 2020</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>Driven by passion and teamwork, TeamShakti holds a CTFtime ranking among the first 10 teams in the
country[India].
</p>
</center>
</div>
</div>
</li>
<li>
<div class="timeline-badge info"><i class="glyphicon glyphicon-floppy-disk"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<center>
<h4 class="timeline-title">Latest Updates</h4>
</center>
</div>
<div class="timeline-body">
<center>
<p>We will be hosting ShaktiCon this year!</p>
</center>
<center>
<p>Dates coming up soon!</p>
</center>
<hr>
</div>
</div>
</li>
</ul>
</div>
</div>
roadmap area end-->
<section>
<div class="membe">
<div class="space-20"></div>
<div class="container">
<div class="card text-center wow fadeInLeft" style="background: #181126">
<div class="row no-gutters align-items-center">
<div class="col-sm-5">
<img class="card-img" src="assets/img/home9.gif" alt="">
</div>
<div class="col-sm-7">
<div class="hometitle">WHO ARE WE?</div>
<br>
<div class="homefont">Team Shakti is a group of budding young female minds who have joined together for the cause of bringing about a change in the field of cyber-security. Established as a Capture The Flag team, the team works tirelessly to spread knowledge and make a contribution to balance the prevalent gender gap in the field.</div>
<div class="homefont">Team Shakti works on the principle of team peer mentoring where the senior members mentor the juniors. Members support and help each other ultimately making the entire team stronger.</div>
<div class="homefont">Since its foundation in 2019 by Shri Vipin Pavithran, Team Shakti has been recognised to be the only CTF team in India which exclusively comprises female students.</div>
</div>
</div>
</div>
<div class="space-50"></div>
<!--<div class="row align-items-center">-->
<div class="card text-center wow fadeInRight" style="background: #181126; ">
<div class="row no-gutters align-items-center">
<div class="col-sm-7">
<div class="hometitle">WHAT WE DO?</div>
<br>
<div class="homefont">Team Shakti is primarily a Capture the Flag team established exclusively for women by women. The team actively participates in Capture the Flag competitions and encourages women to join the sisterhood through talks and workshops.</div>
<div class = "homefont">Our members have been a part of various conferences such as HackLu and BlackHat. We also actively participate in security research and help conduct CTFs as a part of team bi0s and much more!
</div>
</div>
<div class="col-sm-5">
<img class="card-img" src="assets/img/home10.gif" alt="">
</div>
</div>
</div>
<!--</div>-->
<div class="space-20"></div>
</div>
</div>
</section>
<!--team-bg-->
<div class="team-bg">
<!--apps area start-->
<!--apps area end-->
</div>
<!--team bg area end-->
<!--footer start/Contact-->
<div class="container"></div>
<div class="page-footer footer-font">
<div class="row no-gutters">
<div class="col-12 text-center">
<img id="optional" src='assets/img/logo2.png' class='bg_footer'>
<center>
<h1 id ="contact" style ="color:azure;">Contact</h1>
<h1 ><span style="color:#d8d8d8">Get In </span> <span style="color:#38BFFF">Touch</span></h1>
<address>
<i class="fa fa-map-marker" aria-hidden="true" style='font-size:24px'>
<span class="text">
Amrita University, Amritapuri, Kollam, Kerala, India</i>
</address>
</center>
<address><i class="fa fa-inbox" style='font-size:20px'></span><span class="text"> [email protected]</i> </address>
<!--<div class="single-community text-center">-->
<div class="temp-icon">
<a class="twitter-t" href="https://twitter.com/teamshakti06"><i class="fa fa-twitter fa-2x"
aria-hidden="true"></i></a>
<a class="flag-t" href="https://ctftime.org/team/61083"><i class="fa fa-flag fa-2x"
aria-hidden="true"></i></a>
<a class="github-t" href="https://github.com/Team-Shakti"><i class="fa fa-github fa-2x"
aria-hidden="true"></i></a>
</div>
<div class="space-20"></div>
<p>
With 💙 from TeamShakti.
</p>
</div>
</div>
</div>
<!--community area end-->
<!-- jquery 2.2.4 js-->
<script src="assets/js/jquery-2.2.4.min.js"></script>
<!-- popper js-->
<script src="assets/js/popper.js"></script>
<!-- carousel js-->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- wow js-->
<script src="assets/js/wow.min.js"></script>
<!-- bootstrap js-->
<script src="assets/js/bootstrap.min.js"></script>
<!--mobile menu js-->
<script src="assets/js/jquery.slicknav.min.js"></script>
<!--particle s-->
<script src="assets/js/particles.min.js"></script>
<!-- main js-->
<script src="assets/js/main.js"></script>
</body>
</html>
<!doctype html>