-
Notifications
You must be signed in to change notification settings - Fork 3
/
events.html
362 lines (333 loc) · 20.4 KB
/
events.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
<!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 property="og:title" content="Texas A&M Cybersecurity Club"/>
<meta property="og:description" content="Texas A&M Cybersecurity Club Website"/>
<meta property="og:url" content="http://cybr.club/index.html"/>
<meta property="og:image" content="http://cybr.club/assets/img/club-logos/maroonWhiteShield.png"/>
<title>Texas A&M Cybersecurity Club</title>
<link rel="icon" type="image/png" href="./assets/img/club-logos/whiteShield-outlined.png">
<!-- style.css -->
<link rel="stylesheet" href="./assets/css/styles.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Animate.css -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/b9d296bf83.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navigation https://getbootstrap.com/docs/4.0/components/navbar/ -->
<nav class="navbar navbar-expand-xl static-top">
<div>
<a class="navbar-brand my-auto" href="./index.html">
<img class="img-fluid" src="./assets/img/club-logos/whiteShield.png" alt="Home">
</a>
<div class="navbar-brand-title d-inline align-middle">Cybersecurity Club</div>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars" style="color:#fff"></i></button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link nav-link-fade-up px-0" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-fade-up px-0 " href="./join.html">Join</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-fade-up px-0" href="./calendar.html">Calendar</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-fade-up nav-link-fade-up-active px-0" href="./events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-fade-up px-0 " href="./partnership.html">Partnership</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-fade-up px-0 " href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link nav-link-fade-up px-0" href="./contact.html">Contact</a>
</li>
<li class="nav-item" style="display: None;">
<a class="nav-link nav-link-fade-up px-0" href="https://secure.touchnet.com/C21490_ustores/web/store_main.jsp?STOREID=713">Merch</a>
</li>
</ul>
</div>
</nav>
<!-- End Navigation -->
<!-- Start Programs Logos -->
<div class="container text-center inconsolata-font" style="min-height:315px">
<div class="row mt-1">
<div class="col-12">
<h1 class="text-white" style="letter-spacing:.5px;">Programs</h1>
<hr id="programs-underline" class="border-maroon mb-4">
</div>
</div>
<div class="row d-flex">
<div class="mx-auto animated fadeIn">
<a href="./rha.html">
<div class="card events card-partners-left">
<div class="card-partners-img">
<img src="./assets/img/programs/rha/rha-opt.png" width="125px" alt="Red Hat Academy">
</div>
</div>
</a>
</div>
<div class="mx-auto animated fadeIn">
<a href="./wicys.html">
<div class="card events card-partners-middle">
<div class="card-partners-img">
<img src="./assets/img/programs/wicys/tamu-wicys.png" width="150px" alt="Women in Cybersecurity">
</div>
</div>
</a>
</div>
<div class="mx-auto animated fadeIn">
<a href="./cisco.html">
<div class="card events card-partners-middle">
<div class="card-partners-img">
<img src="./assets/img/programs/cisco/cisco.png" width="165px" alt="cisco">
</div>
</div>
</a>
</div>
<div class="mx-auto animated fadeIn">
<a href="./palo_alto.html">
<div class="card events card-partners-left">
<div class="card-partners-img">
<img src="./assets/img/programs/palo_alto/palo_alto_logo.png" width="150px" alt="palo_alto">
</div>
</div>
</a>
</div>
</div>
</div>
<!-- End Programs Logos -->
<!-- Start Events & Competitions Section -->
<div class="container-fluid text-center" style="position:relative;">
<div id="events-competitions-title" class="row">
<div class="col-12">
<h1 class="text-white inconsolata-font" style="letter-spacing:.5px;">Events & Competitions</h1>
<hr id="events-competitions-title-underline" class="border-maroon mb-3">
</div>
</div>
<!-- Start General Subsection -->
<div class="container mt-3">
<div class="row text-center justify-content-center">
<div class="col-lg-10 col-xl-9">
<h1 class="text-white inconsolata-font events-competitions-subtitle">General</h1>
<div id="general-underline" class="title-underline"></div>
</div>
</div>
</div>
<div class="accordion">
<div class="card">
<button class="btn card-header" type="button" data-toggle="collapse" data-target="#collapseGeneralTwo" aria-expanded="true" aria-controls="collapseGeneralTwo">
<h5 class="mb-0">Cyber Center Cyber Leader Development Program</h5>
<i>▼</i>
</button>
<div id="collapseGeneralTwo" class="collapse" aria-labelledby="headingGeneralTwo">
<ul>
<li><a href="https://cybersecurity.tamu.edu/education/cldp/" target="_blank">Information Page</a></li>
</ul>
<div class="card-body">
The Department of Defense (DoD) has partnered with Texas A&M University to establish the Cyber Leader Development Program (CLDP), which is a program that prepares select students for military or civilian careers with Department of Defense organizations. The CLDP is a two-year program that complements a student’s existing degree path by providing opportunities for hands-on experience, industry certifications, summer internships, leadership development, and individual mentoring. CLDP generally accepts new members from among rising Juniors, but Sophomores and Seniors are eligible for the program as well.
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseGeneralThree" aria-expanded="false" aria-controls="collapseGeneralThree">
<h5 class="mb-0">Cybersecurity Apprenticeship Program</h5>
<i>▼</i>
</button>
<div id="collapseGeneralThree" class="collapse" aria-labelledby="headingGeneralThree">
<ul>
<li><a href="https://it.tamu.edu/security/cybersecurity-apprenticeship-program/application.php" target="_blank">Application Page</a></li>
</ul>
<div class="card-body">
The Cybersecurity Apprenticeship Program (CAP) bridges the gap by putting talented Texas A&M University students in positions to work on cybersecurity teams in industry-leading companies.
CAP was created by the Texas A&M cybersecurity team in partnership with global organizations.
Students have the opportunity to earn industry certifications and learn relevant skills necessary for success in the cybersecurity industry.
</div>
</div>
</div>
</div>
<!-- End General Subsection -->
<!-- Start Competitions Subsection -->
<div class="container mt-4">
<div class="row text-center justify-content-center">
<div class="col-lg-10 col-xl-9">
<h1 class="text-white inconsolata-font events-competitions-subtitle">Competitions</h1>
<div id="competitions-underline" class="title-underline"></div>
</div>
</div>
</div>
<div class="accordion">
<div class="card">
<button class="btn card-header" type="button" data-toggle="collapse" data-target="#collapseCompetitionsOne" aria-expanded="true" aria-controls="collapseCompetitionsOne">
<h5 class="mb-0">NCL | Red & Blue Team</h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsOne" class="collapse" aria-labelledby="headingCompetitionsOne">
<img class="img-fluid" width="150px" src="./assets/img/events/ncl-logo-opt.png" alt="National Cyber League logo"/>
<ul>
<li><a href="https://cyberskyline.com/events/ncl/info" target="_blank">Information Page</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSe6VfYy26ETUiUWh-KW91h1iVfpAayM6KaBS0Kkx7-UkoDgxw/viewform" target="_blank">Interest Form</a></li>
</ul>
<div class="card-body">
The National Cyber League (NCL) is a great CTF competition for students who have never competed in a CTF competition or have found other CTFs too challenging. The competition lasts around one month and consists of a preseason, individual game, and team game. There's also a gymnasium where students can train fundamental skills from the ground up and learn about essential tools before the competition.
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseCompetitionsTwo" aria-expanded="false" aria-controls="collapseCompetitionsTwo">
<h5 class="mb-0">TAMUctf | Red & Blue Team</h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsTwo" class="collapse" aria-labelledby="headingCompetitionsTwo">
<img id="tamu-ctf-img" class="img-fluid " width="325px" src="./assets/img/events/tamu-ctf-opt.png" alt="TAMU ctf logo, TAMU ct flag"/>
<ul>
<li><a href="https://cybersecurity.tamu.edu/event/tamuctf/" target="_blank">Information Page</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSfUGDqJe3BGQIEn-K8Wz9UnVLvgY-T1cF4w8Mw8VKVkCqZP7A/viewform" target="_blank">Developer Interest Form</a></li>
</ul>
<div class="card-body">
TAMUctf is an annual jeopardy-style capture the flag competition hosted by Texas A&M. If you have any ideas for cool CTF challenges or just want to see what happens on the other side of CTFs, try becoming a TAMUctf challenge developer!
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseCompetitionsThree" aria-expanded="false" aria-controls="collapseCompetitionsThree">
<h5 class="mb-0">CCDC | Blue Team</h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsThree" class="collapse" aria-labelledby="headingCompetitionsThree">
<img class="img-fluid" src="./assets/img/events/sw-ccdc-logo-opt.png" width="200px" alt="Southwest Collegiate Cyber Defense Competition 2020 logo"/>
<ul>
<li><a href="https://www.nationalccdc.org/" target="_blank">National Competition Page</a></li>
<li><a href="https://southwestccdc.com/about/" target="_blank">Regional Competition Page</a></li>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSe2QDZ6l-kyyisJgKCYqjA_hdGUv84s-pIW_AOgDWVA2WbADA/viewform" target="_blank">Interest Form</a></li>
</ul>
<div class="card-body">
The Collegiate Cyber Defense Competition (CCDC) asks student teams to assume administrative and protective duties for an existing “commercial” network – typically a small company with 50+ users, 7 to 10 servers, and common Internet services such as a web server, mail server, and e-commerce site. This competition is held in the spring semester, though we will conduct several practices during the fall semester and develop procedures and tooling as necessary.
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseCompetitionsFour" aria-expanded="false" aria-controls="collapseCompetitionsFour">
<h5 class="mb-0">MITRE eCTF | Embedded</h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsFour" class="collapse" aria-labelledby="headingCompetitionsFour">
<img class="img-fluid" src="./assets/img/events/mitre-ectf-opt.png" width="200px" alt="MITRE eCTF logo, a blue flag that says eCTF with MITRE written below the flag"/>
<ul>
<li><a href="https://mitrecyberacademy.org/competitions/embedded/" target="_blank">Information Page</a></li>
</ul>
<div class="card-body">
MITRE eCTF is an embedded security competition with two phases. In the defense phase, each team creates their own secure embedded system based on challenge requirements. In phase two, teams analyze and attack other teams' embedded systems.
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseCompetitionsFive" aria-expanded="false" aria-controls="collapseCompetitionsFive">
<h5 class="mb-0">CyberForce | Blue Team</h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsFive" class="collapse" aria-labelledby="headingCompetitionsFive">
<img class="img-fluid" width="400px" src="./assets/img/events/cyber-force-logo.png" alt="CyberForce Blue Team Competition logo, a blue lock with a thunderbolt inside it"/>
<ul>
<li><a href="https://cyberforcecompetition.com/" target="_blank">Competition Page</a></li>
<li><a href="https://forms.gle/DsjqXK6XZLKs9P1EA" target="_blank">Interest Form</a></li>
</ul>
<div class="card-body">
CyberForce is a cybersecurity competition hosted by the US Department of Energy that revolves around performing hardening and security tasks within a given scenario.
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseCompetitionsSix" aria-expanded="false" aria-controls="collapseCompetitionsSix">
<h5 class="mb-0">Hivestorm | Blue Team </h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsSix" class="collapse" aria-labelledby="headingCompetitionsSix">
<ul>
<li><a href="https://forms.gle/WWsouPHt92o7VbkS9" target="_blank">Interest Form</a></li>
<li><a href="https://www.hivestorm.org/" target="_blank">Competition Page</a></li>
</ul>
<div class="card-body">
Hivestorm is a collegiate-focused cyber defense competition. Teams compete by securing provided Windows and Linux based virtual machines - removing malware and other infections, correcting misconfigurations, mitigating vulnerabilities, disabling vulnerable services, and so on. Teams accumulate points for addressing each scored issue and must race against the clock to accumulate as many points as they can before time expires.
</div>
</div>
</div>
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseCompetitionsSeven" aria-expanded="false" aria-controls="collapseCompetitionsSeven">
<h5 class="mb-0">Fall CTF | In-House CTF</h5>
<i>▼</i>
</button>
<div id="collapseCompetitionsSeven" class="collapse" aria-labelledby="headingCompetitionsSeven">
<div class="card-body">
Each fall, we host our own in-house CTF for beginners to get their first exposure to cybersecurity competitions! This year, it is scheduled on September 30th, but please refer to our calendar and Discord server for the most up to date details on time and location. This CTF is 100% developed by leaders/members of our club and is specifically designed to be BEGINNER FRIENDLY but also enjoyable for experienced competitors. So, whether this is your 1st CTF or your 100th - this event is for you! There will be food, snacks, and drinks provided, there will be prizes for the winning teams, and there will be raffles held throughout the day!
</div>
</div>
</div>
</div>
<!-- End Competitions Subsection -->
<!-- Start Misc. Subsection -->
<div class="container mt-3">
<div class="row text-center justify-content-center">
<div class="col-lg-10 col-xl-9">
<h1 class="text-white inconsolata-font events-competitions-subtitle"> Misc.</h1>
<div id="misc-underline" class="title-underline"></div>
</div>
</div>
</div>
<div class="accordion">
<div class="card">
<button class="btn card-header collapsed" type="button" data-toggle="collapse" data-target="#collapseMiscOne" aria-expanded="false" aria-controls="collapseMiscOne">
<h5 class="mb-0">Have a suggestion for a meeting topic?</h5>
<i>▼</i>
</button>
<div id="collapseMiscOne" class="collapse" aria-labelledby="headingMiscOne">
<ul>
<li><a href="https://docs.google.com/forms/d/e/1FAIpQLSeNajtv8XnAzzMgQkmn16maTpmXlOfFSCIH8WhKV9KxMPv5bg/viewform" target="_blank">Meeting Topic Form</a></li>
</ul>
<div class="card-body">
If you have any ideas for meetings topics that you'd like, let us know through this form!
</div>
</div>
</div>
</div>
<!-- End Misc. Subsection -->
</div>
<!-- End Events & Competitions Section -->
<!-- Footer -->
<footer class="footer bg-black">
<div class="container">
<div class="row justify-content-center my-3 pt-2">
<h1 class="text-white text-uppercase inconsolata-font">Stay in touch</h1>
</div>
<div class="row justify-content-center text-center">
<div class="linkedin col-5 col-sm-4 col-md-2"><a href="https://www.linkedin.com/company/texas-a-m-cyber-security-club/" target="_blank" aria-label="linkedin"><i class="fab fa-linkedin fa-3x"></i></a></div>
<div class="instagram col-5 col-sm-4 col-md-2"><a href="https://www.instagram.com/tamucybersec/" target="_blank" aria-label="instagram"><i id="instagram" class="fab fa-instagram-square fa-3x"></i></a></div>
<div class="discord col-5 col-sm-4 col-md-2"><a href="https://discord.gg/nCpZzbB" target="_blank" aria-label="discord"><i class="fab fa-discord fa-3x"></i></a></div>
<div class="twitter col-5 col-sm-4 col-md-2"><a href="https://twitter.com/intent/follow?screen_name=tamucybersec" target="_blank" aria-label="twitter"><i class="fab fa-twitter-square fa-3x"></i></a></div>
<div class="facebook col-5 col-sm-4 col-md-2"><a href="https://www.facebook.com/TAMUCyberSec/" target="_blank" aria-label="facebook"><i class="fab fa-facebook-square fa-3x"></i></a></div>
</div>
</div>
<div class="text-white text-center mt-4 bg-black" >
<h5 class="p-0 m-0 inconsolata-font">Texas A&M Cybersecurity Club <span class="year"></span></a></h5>
</div>
</footer>
<!--End Footer -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0= "crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>