-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
552 lines (495 loc) · 26.5 KB
/
index.html
File metadata and controls
552 lines (495 loc) · 26.5 KB
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Carleton Cybersecurity Club - Home</title>
<meta content="Welcome to the Carleton Cyber Security Club! This club is a student-run organization based out of Carleton University, created for sharing a love of cybersecurity." name="description">
<meta content="Carleton Cyber Security Club, Carleton University, Cyber Security, Club" name="keywords">
<!-- Favicons -->
<link rel="icon" type="image/png" href="assets/img/favicon.ico"/>
<link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/news.css" rel="stylesheet">
<link href="assets/css/calendar.css" rel="stylesheet">
<link href="assets/css/multi-carousel.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Vlava - v4.3.0
* Template URL: https://bootstrapmade.com/vlava-free-bootstrap-one-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CV3J46Y66T"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CV3J46Y66T', { cookie_flags: 'SameSite=None;Secure' });
</script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<!--<h1><a href="index.html">Vlava</a></h1>-->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="assets/img/1.png" alt="Carleton Cybersecurity Club Logo" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Sitemap</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<li><a class="nav-link scrollto" href="archive.html">Archive</a></li>
<li><a class="nav-link scrollto" href="resources.html">Resources</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<h1>Carleton Cybersecurity Club</h1>
<h2>A Student-Run Organization, Established 2018</h2>
<a href="#about" class="btn-get-started scrollto">Get Started</a>
</div>
</section><!-- End Hero -->
<main id="main p-1">
<div class="container-fluid">
<div class="row">
<div class="col">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container px-1">
<div class="section-title">
<h2>Welcome!</h2>
</div>
<div class="content col-10 mx-auto">
<h3>Welcome to the Carleton Cyber Security Club! This club is a student-run organization based out of Carleton University, created for sharing a love of cybersecurity.</h3>
<p>
We strive to share our knowledge and improve our own by hosting workshops and meetups, and participating in CTF challenges, and competitions. This club aims to accommodate all skill levels and interests, with sessions conducted on topics like career paths, certifications, challenges, professional advice and much more. It has something to offer for everyone!
</p></div>
</div>
</section><!-- End About Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Featured Events</h2>
<p id="featuredEventsDesc">Club events and workshops, past and present</p>
</div>
<div>
<div class="container text-center my-3">
<div class="row mx-auto my-auto justify-content-center">
<div id="recipeCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner" role="listbox" aria-labelledby="featuredEventsDesc">
<div class="carousel-item active" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/Hemant-Iot-Talk.jpg" class="img-fluid" alt="IOT: Connecting the Digital and Physical World w Hermant Gupta">
</div>
</div>
</div>
</div>
<div class="carousel-item" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/CCSC-Accenture.jpg" class="img-fluid" alt="Accenture information session: Want to work in the Cyber Security Industry? Thursday Sept 30th 2021 1:30pm to 3pm on the CCSC discord server">
</div>
</div>
</div>
</div>
<div class="carousel-item" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/Muhammad-5G-Talk.jpg" class="img-fluid" alt="What is 5G and the security behind it? Thursday Sept 16th 2021 5:30pm on the CCSC Discord Server">
</div>
</div>
</div>
</div>
<div class="carousel-item" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/fridaynighthacksv2.png" class="img-fluid" alt="Friday Night Hacks: Learn at your own pace with weekly CTF challenges">
</div>
</div>
</div>
</div>
<div class="carousel-item" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/s2.png" class="img-fluid" alt="CCSC CTF: A boot2root for beginners 02/21">
</div>
</div>
</div>
</div>
<div class="carousel-item" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/network_flyer.png" class="img-fluid" alt="Intro to Networking, Speaker: Hatim, 11/20">
</div>
</div>
</div>
</div>
<div class="carousel-item" role="option">
<div class="col-md-3">
<div class="card">
<div class="card-img">
<img src="assets/img/events/Tech_talk_poster1.png" class="img-fluid" alt="Learn to hack: CCSS WoA Tech Talk with Forest Anderson, Wed 16 Sep 2020 14:00 EDT Presentation, Wed 16 Sep 2020 15:00 CTF">
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev bg-transparent w-aut" href="#recipeCarousel" role="button" data-bs-slide="prev">
<!-- NOTE: previous/next text is hidden and is here for A11Y reasons-->
<label class="sr-only">Previous</label>
<span class="carousel-control-prev-icon" aria-hidden="true">
</span>
</a>
<a class="carousel-control-next bg-transparent w-aut" href="#recipeCarousel" role="button" data-bs-slide="next">
<label class="sr-only">Next</label>
<span class="carousel-control-next-icon" aria-hidden="true">
</span>
</a>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Portfolio Section ======= -->
<section>
<div class="container">
<div class="section-title">
<h2>Calendar</h2>
<p>Heres what we are up to!</p>
</div>
<div>
<div class="row mx-auto justify-content-center">
<div class="col"><div id="calendar"></div></div>
<div class="col">
<h5>Selected</h5>
<div id="selected-date" class="mb-2">
</div>
<h5>Upcoming</h5>
<div id="all">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title">
<h2>Our Team</h2>
<p>Here is our team of executives. We think we are pretty great, but we might be biased.</p>
</div>
<div class="row d-flex justify-content-center">
<div class="col-lg-3 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="assets/img/profiles/j_pic.png" class="img img-thumbnail d-block w-50 m-auto rounded-circle" alt="Justin">
</div>
<div class="member-info">
<h4>Justin</h4>
<span class="titles">President</span><span>I'm a 4th year CS student interested in Cyber Sec who's willing to eat code and documentation to absorb its knowledge.</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="assets/img/profiles/dv_pic.jpg" class="img img-thumbnail d-block w-50 m-auto rounded-circle" alt="David">
</div>
<div class="member-info">
<h4>David</h4>
<span class="titles">VP Communications</span><span>Fourth year CS student who's got his head in the clouds! Curious about security in computer networks and cloud infrastructure.</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="assets/img/profiles/d_pic.png" class="img img-thumbnail d-block w-50 m-auto rounded-circle" alt="Desmond">
</div>
<div class="member-info">
<h4>Desmond</h4>
<span class="titles">VP Finance</span><span>Fourth year Software Engineering student. My interests focus on cyber security, machine learning and finance. Security is better when it's built in, not bolted on! </span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="assets/img/profiles/rb_pic.png" class="img img-thumbnail d-block w-50 m-auto rounded-circle" alt="Robert">
</div>
<div class="member-info">
<h4>Robert</h4>
<span class="titles">VP CTF Affairs</span><span>Third year Computer Science student in the security stream. Flag finder, self-proclaimed netrunner, and freelancer. Specialties are web and boot2root hacking. I also dabble in web development and AI! </span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="assets/img/profiles/e_pic.png" class="img img-thumbnail d-block w-50 m-auto rounded-circle" alt="Emma (ES)">
</div>
<div class="member-info">
<h4>Emma (ES)</h4>
<span class="titles">VP Training</span><span>CS Grad Student. If you listen to a shell, can you hear the C?</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="assets/img/profiles/s_pic.jpeg" class="img img-thumbnail d-block w-50 m-auto rounded-circle" alt="Sahil">
</div>
<div class="member-info">
<h4>Sahil</h4>
<span class="titles">VP Outreach</span><span>I'm a first-year CS student, interested in CyberSec (duh?). Diving into Cryptography and Network Security!</span>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact Us</h2>
<p>We welcome new members, and are always looking for guest speakers.</p>
</div>
</div>
<div class="container">
<div class="row mt-5 justify-content-center">
<div class="col-lg-10">
<div class="info-wrap section-bg">
<div class="row">
<div class="col-lg-4 info">
<i class="bi bi-discord"></i>
<h4>Discord:</h4>
<p>Join our discord: <br><a href="https://discord.gg/8Dp4WntxGn">https://discord.gg/8Dp4WntxGn</a></p>
</div>
<div class="col-lg-4 info mt-4 mt-lg-0">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<!-- Note: You may want to revisit putting your email address out in the open like this, likely to attract spam bots... -->
<p class="text-break"><a href="mailto:cyberseccarleton@gmail.com">cyberseccarleton@gmail.com</a></p>
</div>
<div class="col-lg-4 info mt-4 mt-lg-0">
<i class="bi bi-linkedin"></i>
<h4>LinkedIn:</h4>
<p class="text-break"><a href="https://www.linkedin.com/company/carleton-cyber-security-club/">https://www.linkedin.com/company/carleton-cyber-security-club/</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<h2>Site Map</h2>
<p>An overview of the content hosted here</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 icon-box">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><a href="#about">About</a></h4>
<p class="description">Learn about the club, including any upcoming events, and news</p>
</div>
<div class="col-lg-4 col-md-6 icon-box">
<div class="icon"><i class="bi bi-journal"></i></div>
<h4 class="title"><a href="archive.html">Archive</a></h4>
<p class="description">A collection of past challenges and slides from workshops.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box">
<div class="icon"><i class="bi bi-binoculars"></i></div>
<h4 class="title"><a href="resources.html">Resources</a></h4>
<p class="description">Some challenges, tools, and tutorials to check out</p>
</div>
<div class="col-lg-4 col-md-6 icon-box">
<div class="icon"><i class="bi bi-people-fill"></i></div>
<h4 class="title"><a href="#team">Our Team</a></h4>
<p class="description">Learn about our club executives, and their roles</p>
</div>
<div class="col-lg-4 col-md-6 icon-box">
<div class="icon"><i class="bi bi-chat-square-text"></i></div>
<h4 class="title"><a href="#contact">Contact Us</a></h4>
<p class="description">Learn how to get in contact with us.</p>
</div>
<div class="col-lg-4 col-md-6 icon-box">
<div class="icon"><i class="bi bi-github"></i></div>
<h4 class="title"><a href="https://github.com/CarletonCyberSecurityClub">Jump to our Github</a></h4>
<p class="description">As we continue to grow the club we hope to grow our github as well, adding new resources, and content.</p>
</div>
</div>
</div>
</section><!-- End Services Section -->
</div>
<div class="col-md-4 col-sm-12 col-lg-3 py-3 section-bg" id="sticky-sidebar" style="z-index: 1!important;">
<div class="sticky-top">
<h3><i class="bi bi-newspaper"></i> News</h3>
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="list-group">
<div class="list-group-item news-card mt-2">
<div class="d-flex justify-content-between">
<div class="col-md-3 col-sm-3">
<div class="feed-image">
<img class="rounded img-fluid img-responsive news-feed-image" src="assets/img/ice.png" alt="Happy ice cube holding gift box">
</div>
</div>
<div class="col-md-8">
<div class="news-feed-text">
<h5 class="news-title">We welcome a new club admin</h5><span class="news-content">We welcome Sahil to our team as VP Outreach. We are exicited to have him on the team<br></span>
<div class="d-flex flex-row justify-content-between align-items-center mt-2">
<div class="d-flex creator-profile">
<div class="d-flex flex-column ml-2">
<span class="news-date">Sept,2021</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="list-group-item news-card mt-2">
<div class="d-flex justify-content-between">
<div class="col-md-3">
<div class="feed-image">
<img class="news-feed-image rounded img-fluid img-responsive" src="assets/img/htb.jpeg" alt="HackTheBox logo">
</div>
</div>
<div class="col-md-8 ml-2">
<div class="news-feed-text">
<h5 class="news-title">Carleton has joined HackTheBox</h5><span class="news-content">Carleton is now listed as a team on HacktheBox. Join us to compete against other schools around the world.<br></span>
<div class="d-flex flex-row justify-content-between align-items-center mt-2">
<div class="d-flex creator-profile">
<div class="d-flex flex-column ml-2">
<span class="news-date">Sept,2021</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="list-group-item news-card mt-2">
<div class="d-flex justify-content-between">
<div class="col-md-3">
<div class="feed-image">
<img class="news-feed-image rounded img-fluid img-responsive" src="assets/img/cc.png" alt="CyberSci Logo">
</div>
</div>
<div class="col-md-8 ml-2">
<div class="news-feed-text">
<h5 class="news-title">Carleton Team Places 2nd in National Cybersecurity Competition</h5><span class="news-content">Team Rocket placed Second at CyberSCI Nationals, and will advance to compete internationally.<br></span>
<div class="d-flex flex-row justify-content-between align-items-center mt-2">
<div class="d-flex creator-profile">
<div class="d-flex flex-column ml-2">
<span class="news-date">July,2021</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-4 mx-1">
<h3><i class="bi bi-pin-angle"></i> Bulletin Board</h3>
<div class="container justify-content-center">
<div class="row">
<div class="card text-dark bg-light mb-3 notice">
<div class="card-body">
<h4>If you find a bug or mistake please report it!</h4>
<p>We could use your help maintaining this site. Let us know how we can improve it.</p>
</div>
</div>
<div class="card mt-3 text-dark bg-light mb-3 notice">
<div class="card-body">
<h4>Interested in helping manage this site?</h4>
<p>Contact ES or any other admin on Discord.</p>
</div>
</div>
<div class="card mt-3 text-dark bg-light mb-3 notice">
<div class="card-body">
<h4>We are now on github!</h4>
<p>Check us out at <a href="https://github.com/CarletonCyberSecurityClub">CarletonCyberSecurityClub</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h3><i class="bi bi-people-fill"></i> CCSC</h3>
<p>Carleton's Cybersecurity Club. Everyone welcome.</p>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<p>Vlava Bootstrap Theme. Many thanks to its creators.</p>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/vlava-free-bootstrap-one-page-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!--<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>-->
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
<script src="assets/js/calendar.js"></script>
<script src="assets/js/multi-carousel.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>