-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (167 loc) · 6.18 KB
/
index.html
File metadata and controls
173 lines (167 loc) · 6.18 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
<!DOCTYPE html>
<html lang=en>
<head>
<title>49th Security Division</title>
<meta name='viewport' content='width=device-width'>
<link rel='stylesheet' href='./index.css'>
<!-- JQuery CDN -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script>
<!-- JQueryUI CDN -->
<link rel='stylesheet' href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css'>
<script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js'></script>
<script src='js/main.js'></script>
<!-- Favicon -->
<link rel='shortcut icon' type='image/jpg' href='49sd-favicon.ico' />
<!-- FontAwesome CDN -->
<link rel='stylesheet' href='https://pro.fontawesome.com/releases/v5.10.0/css/all.css' integrity='sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p' crossorigin='anonymous'/>
</head>
<script>
window.onload = function() {
document.getElementById('date').innerText = new Date().getFullYear();
}
</script>
<body>
<div id="backgroundImage">
<main>
<header>
<a href='index.html'><img class='logo' src='49sd_compressed.png' alt='logo'></a>
<h1>49<sup>th</sup> Security Division</h1>
</header>
<div>
<h2>About</h2>
<p>We are the largest Cybersecurity club on the campus of
<nobr>UNC Charlotte.</nobr> Since being founded in 2009 we have continued to promote ethical hacking, security education, and compete in premier security competitions.</p>
</div>
<!-- How to Join Section -->
<div>
<h2>How to Join</h2>
<p>Join the <a href="https://discord.gg/95BvTt4Vqu" target="_blank">49SD Discord</a>! We have a verification process in place to allow only UNC Charlotte students on the server. If you are not a UNC Charlotte student but are still interested in joining the 49th Security Division, then please send us an <a href='mailto:49thSecurityDivision@uncc.edu' target='_blank'>email</a>.</p>
<p>Doing so will allow you to:</p>
<ul>
<li>Participate in Meetings</li>
<ul>
<li>We meet TBD in TBD.</li>
</ul>
<li>Practice for competitions</li>
<li>Attend competition practices(For competitions that do not require membership)</li>
<li>View membership requirements in the Discord server.</li>
<li>Attend <a href='#lab-hours'>lab sessions</a></li>
</ul>
</div>
<!-- Team Section -->
<div>
<div>
<h2>Team</h2>
<ul>
<li class='role'>President</li>
<ul>
<li>ciphertheory</li>
</ul>
</ul>
<ul>
<li class='role'>External Vice President</li>
<ul>
<li>lil hampster</li>
</ul>
</ul>
<ul>
<li class='role'>Internal Vice President</li>
<ul>
<li>archmeyvn</li>
</ul>
</ul>
<ul>
<li class='role'>Treasurer</li>
<ul>
<li>machu</li>
</ul>
</ul>
<ul>
<li class='role'>Secretary</li>
<ul>
<li>melodiac</li>
</ul>
</ul>
<ul>
<li class='role'>Competition Managers</li>
<ul>
<li>daevii</li>
<li>austinstitz</li>
<li>shrimp</li>
</ul>
</ul>
<ul>
<li class='role'>Officers</li>
<ul>
<li>skepticseptic - Lab Manager</li>
<li>brightshard - Developer</li>
<li>khyati_b10 - Marketing</li>
<li>benjqmin</li>
<li>rj45</li>
</ul>
</ul>
</div>
<div class='ddown'>
<a>Learn more about our history <i class='section-item-title-icon fas fa-chevron-down'></i></a>
<div id='history' style='display:none;'>
<!-- Past Presidents Section -->
<h3>Past Presidents</h3>
<ul>
<li>Josh Schroder 09-10</li>
<li>Mike Rosa 10-11</li>
<li>Antoinette Parnther 11-12</li>
<li>Zack Mayo 12-13</li>
<li>Luke Snyder 13-14</li>
<li>Katareena Geller 14-15</li>
<li>Ben Savage 15-16</li>
<li>Alex Rodriguez 16-18</li>
<li>Trevon Williams 18-19</li>
<li>Mike Petty 19-20</li>
<li>Zac Taylor 20-21</li>
<li>Loyn Howie 21-23</li>
<li>Connor Harris 23-24</li>
</ul>
<h3> Faculty Advisors </h3>
<ul>
<li>Tom Moyer 18-22</li>
<li>Bill Chu 09-Present</li>
</ul>
</div>
</div>
</div>
<!-- Mini Challenges Section -->
<div>
<h2>Mini Challenges</h2>
<p>To have a better grasp of the kind of challenges you could face in a capture the flag (CTF), <a href='challenges.html'>here</a> are a few practice exercises for you to try.</p>
</div>
<!-- Donation Section -->
<div>
<h2>Donate</h2>
<li><a href='https://bank.hackclub.com/donations/start/49thsecuritydivision' target='_blank'>Donate (tax deductible!)</a></li>
</div>
<!-- Links Section -->
<div>
<h2>Links</h2>
<ul>
<li><a href='https://ninerengage.uncc.edu/organization/49th-security-division' target='_blank'>Niner Engage</a></li>
<li><a href='https://discord.gg/bRsxW6YpdR' target='_blank'>Discord</a></li>
<li><a href='https://www.instagram.com/49thsecuritydivision/' target='_blank'>Instagram</a></li>
<li><a href='https://twitter.com/49SD' target='_blank'>Twitter</a></li>
<li><a href='https://github.com/49thSecurityDivision' target='_blank'>Github</a></li>
<li><a href='https://www.linkedin.com/company/49sd' target='_blank'>LinkedIn</a></li>
</ul>
</div>
<!-- Contact Section -->
<div>
<h2>Contact</h2>
<p>Please email us at 49thSecurityDivision (AT) uncc.edu for other inquiries including sponsorship.</p>
</div>
</main>
<footer>
<div> <img class='unc-logo' src='charlotte.png' alt='logo'>
<p>© <span id='date'></span> 49<sup>th</sup> Security Division</p>
</div>
</footer>
</div>
</body>
</html>