forked from snt-club/snt-club.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcybersecurity.html
376 lines (335 loc) · 16.4 KB
/
cybersecurity.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cyber Security</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Favicon -->
<link href="img/snt-icon.png" rel="icon">
<!-- Meta tags -->
<!-- Primary Meta Tags -->
<meta name="title" content="Science And Technology Club">
<meta name="description"
content="To facilitate students with easy self-learning, here at Science and Technology Club we provide a technical exposure to students by having them engaged in Conferences, Seminars and Workshops of National and International level. Students get thoroughly guided regarding research,research journals and in writing research papers.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://snt-club.github.io/">
<meta property="og:title" content="Science And Technology Club">
<meta property="og:description"
content="To facilitate students with easy self-learning, here at Science and Technology Club we provide a technical exposure to students by having them engaged in Conferences, Seminars and Workshops of National and International level. Students get thoroughly guided regarding research,research journals and in writing research papers.">
<meta property="og:image" content="img/webPrev.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://snt-club.github.io/">
<meta property="twitter:title" content="Science And Technology Club">
<meta property="twitter:description"
content="To facilitate students with easy self-learning, here at Science and Technology Club we provide a technical exposure to students by having them engaged in Conferences, Seminars and Workshops of National and International level. Students get thoroughly guided regarding research,research journals and in writing research papers.">
<meta property="twitter:image" content="img/webPrev.jpg">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/eventstyle.css" rel="stylesheet">
</head>
<body>
<!-- Top Bar Start -->
<div class="top-bar">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12">
<div class="logo">
<a href="index.html">
<img src="img/logo_colored.png" alt="Logo">
</a>
</div>
</div>
<div class="col-lg-8 col-md-7 d-none d-lg-block">
<div class="row">
<div class="col-4">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="far fa-clock"></i>
</div>
<div class="top-bar-text">
<h3>Event Date</h3>
<p>Friday, 8th October</p>
</div>
</div>
</div>
<div class="col-4">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="fa fa-phone-alt"></i>
</div>
<div class="top-bar-text">
<h3>Contact Us</h3>
<p><a href="tel:6376438390">6376438390</a>, <a href="tel:8740938806">8740938806</a>
</p>
</div>
</div>
</div>
<div class="col-4">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="far fa-envelope"></i>
</div>
<div class="top-bar-text">
<h3>Email Us</h3>
<p><a href="mailto: [email protected]"
target="_blank">[email protected]</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Top Bar End -->
<!-- Nav Bar Start -->
<div class="nav-bar">
<div class="container">
<nav class="navbar navbar-expand-lg bg-dark navbar-dark">
<a href="#" class="navbar-brand">MENU</a>
<a class="btn1 btn1-custom" href="https://forms.gle/aGGunW1PJXiFJWHU6" target="_blank">Register Now</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav mr-auto">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="#contact-us" class="nav-item nav-link">Contact Us</a>
<!-- <a href="#timel" class="nav-item nav-link">About</a> -->
<!-- <a href="https://drive.google.com/file/d/1djPbZaxLRr_Ip9nWln8-TL-EoA04C9MN/view?usp=sharing"
download="Event Brochure" class="nav-item nav-link">Brochure</a> -->
<!-- <a href="service.html" class="nav-item nav-link">Service</a>
<a href="price.html" class="nav-item nav-link">Price</a>
<a href="location.html" class="nav-item nav-link">Washing Points</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu">
<a href="blog.html" class="dropdown-item">Blog Grid</a>
<a href="single.html" class="dropdown-item">Detail Page</a>
<a href="team.html" class="dropdown-item">Team Member</a>
<a href="booking.html" class="dropdown-item">Schedule Booking</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a> -->
</div>
<div class="ml-auto">
<a class="btn btn-custom" href="https://forms.gle/aGGunW1PJXiFJWHU6" target="_blank">Register
Now</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Nav Bar End -->
<!--Video Embedd-->
<!-- <div class="video-content1">
<iframe src="https://www.youtube.com/embed/cdrCMyrJh-Q" width="100%" height="100%" frameborder="0"
allowfullscreen="true" class="ytvideo"></iframe>
</div> -->
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>CYBER SECURITY</h2>
</div>
<div class="col-12">
<ul>
<li><p>Cyber Security Webinar by S&T Club<br>
<a style="color:#022f84" href="https://skitjaipur.webex.com/skitjaipur/j.php?MTID=m337db06a82a62664c7e87acc02f8429e">https://skitjaipur.webex.com/skitjaipur/j.php?MTID=m337db06a82a62664c7e87acc02f8429e</a><br>
Event number: 2640 527 6104<br>
Event password: 12345<br>
Platform : Cisco WebEx<br>
</p>
</li>
<li>
<p>Nowadays as the world is evolving digitally, having a novice knowledge of cyber security
has become vital. Keeping that in mind, Science and Technology Club hereby brings you
all a Webinar on Cyber Security in association with Zeetron Networks, Jaipur and
Computer Science Department, SKIT Jaipur. Make sure to grace us there with your
presence.</p>
</li>
<br>
<li>
<p> Date : October 8th, 2021</p>
</li>
<li>
<p> Time : 06 PM Onwards</p>
</li>
<li>
<p> Mentor : Mr. Siddharth Sharma</p>
</li>
<!-- <li>
<p>• Interested student(s) can participate either individually or in teams of two.</p>
</li>
<li>
<p>• Event will be conducted in 3 rounds</p>
</li>
<li>
<p>• Each round will be conducted through online mode.</p>
</li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- S&T MOTTO -->
<div class="motto">
<div class="flex-item">IMAGINE </div>
<div class="flex-item">INVENT </div>
<div class="flex-item">INSPIRE </div>
</div>
<!-- Location Start -->
<!-- <div class="timeline" id="timel">
<div class="container1 left">
<div class="date">10:00 AM</div>
<i class="icon fa fa-lightbulb" aria-hidden="true"></i>
<div class="content">
<h2><a class="heading" href="">QUIZ-O-MANIA</a></h2>
<p>
<ul class="rounds">
<li>A quiz focussing on questions related to Science & Tech. This will trigger your factual
knowledge</li>
</ul>
</p>
</div>
</div>
<div class="container1 right">
<div class="date">1:30 PM</div>
<i class="icon fab fa-think-peaks"></i>
<div class="content">
<h2><a class="heading" href="">BIND THE MIND</a></h2>
<p>
<ul class="rounds">
<li>A 1v1 interaction round in which you are ought to think and answer according to the situation
given to you on the spot. This round will test your creative mindset and thought process</li>
</ul>
</p>
</div>
</div>
<div class="container1 left">
<div class="date">16 Sept</div>
<i class="icon fa fa-user"></i>
<div class="content">
<h2><a class="heading" href="">IDEA MINE</a></h2>
<p>
<ul class="rounds">
<li>This will appraise your resilience, business and communication skills. Round 3 is a surprise for
you all and it will be revealed on the day of the event.</li>
</ul>
</p>
</div>
</div>
</div> -->
<!-- Location End -->
<!-- Footer Start -->
<footer id="contact-us" class="page-footer font-small blue pt-4">
<!-- Footer Links -->
<div class="container-fluid ">
<div class="row">
<div class="col-3 mx-auto text-center footer-top-div">
<!-- Content -->
<img class=" footer-logo" src="img/logo_white.png" alt="SNT-logo">
<div class="icons">
<a href="https://www.instagram.com/snt_club" target="_blank"><img src="img/instagram.png"
alt="instagram"></a>
<a href="https://www.linkedin.com/company/sntclub" target="_blank"><img src="img/linkedin.png"
alt="linkedin"></a>
<a href="https://github.com/snt-club" target="_blank"><img src="img/github.png"
alt="github"></a>
<a href="https://www.youtube.com/channel/UCs7cNBZzRubgSe-zZJWif8A" target="_blank"><img
src="img/youtube.png" alt="youtube"></a>
<a href="https://discord.gg/CX7tbPxD" target="_blank"><img src="img/discord.png"
alt="Discord"></a>
</div>
</div>
<!--<div class="col-2 mx-auto footer-mid-div">
Links
<h5>S&T Club</h5>
<ul class="list-unstyled footer-links">
<li>
<a href="#join-us">About Us</a>
</li>
<li>
<a href="#copyright">Copyright</a>
</li>
</ul>
</div>
<div class="col-2 mx-auto footer-bottom-div">
<h5>Resources</h5>
<ul class="list-unstyled footer-links">
<li>
<a href="#dsa">DSA</a>
</li>
<li>
<a href="#python">Python</a>
</li>
<li>
<a href="#linux">Linux</a>
</li>
<li>
<a href="#amazon">C Language</a>
</li>
</ul>
</div>
<div class=" col-2 mx-auto footer-mid-div">
<h5>Team</h5>
<ul class="list-unstyled footer-links">
<li>
<a href="#faculty-coordinator">Faculty Coordinators</a>
</li>
<li>
<a href="#student-coordinator">Student Coordinators</a>
</li>
</ul>
</div>
<div class="col-2 mx-auto footer-bottom-div">
<h5>Contact Us</h5>
<ul class="list-unstyled footer-links">
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>-->
</div>
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div id="copyright" class="footer-copyright text-center py-3">
© Copyright 2021 @ Science and Technology Club, SKIT Jaipur
</div>
<!-- Copyright -->
</footer>
<!-- Footer End -->
<!-- Back to top button -->
<!--<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>-->
<!-- Pre Loader -->
<div id="loader" class="show">
<div class="loader"></div>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>