-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
166 lines (159 loc) · 7.8 KB
/
about.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
---
layout: default
title: About
breadcrumbs:
heading: About CU Cyber
list:
- Home: '/'
achievements:
- date: 2019
competition: PCDC
link: https://pcdc-sc.com
accolade: "First Place; Team Members: Matt Ehrnschwender, Charles Truluck, Matthew Burnett, and Kaitlyn Pierce."
- date: 2020
competition: CSAW Finals
competition_link: https://www.csaw.io
accolade: "Thirteenth Place; Team Members: Matthew Rinaldi and Matt Ehrnschwender"
- date: 2020
competition: SECCDC
link: https://cyberinstitute.kennesaw.edu/seccdc/
accolade: "Third Place; Team Members: Max Harley, Matthew Rinaldi, Cameron Ogle, Adam Van Scyoc, Madeleine Wolfe, and David Houston"
- date: 2019
competition: PCDC
link: https://pcdc-sc.com
accolade: "First Place; Team Members: Nick Bulischeck, Max Harley, Weston Belk, Kenneth Simpson, David Houston, and Matthew Rinaldi; Our former president, Nick Bulischeck, took MVP of the competition!"
- date: 2019
competition: PDFC
link: https://pcdc-sc.com
accolade: "First Place; Team Members: Nick Bulischeck, Max Harley, and Weston Belk"
- date: 2019
competition: PDFC
link: https://pcdc-sc.com
accolade: "Second Place; Team Members: Foster McLane and David Houston"
- date: 2019
competition: SECCDC
link: https://cyberinstitute.kennesaw.edu/seccdc/
accolade: "Team Members: Nick Bulischeck, Max Harley, Weston Belk, David Houston, Matthew Rinaldi, Kenneth Simpson, and Derek Rodriguez"
- date: 2018
competition: PCDC
link: https://pcdc-sc.com
accolade: "First Place; Team Members: Nick Bulischeck, Max Harley, Foster McLane, Weston Belk, Andrew Samuels, and Carson Sallis"
- date: 2018
competition: PDFC
link: https://pcdc-sc.com/
accolade: "First Place; Team Members: Nick Bulischeck, Max Harley, and Foster McLane"
- date: 2018
competition: PDFC
link: https://pcdc-sc.com
accolade: "Second Place; Team Members: Kyle Wolfe, Weston Belk, and Nathan Gantt"
- date: 2018
competition: SECCDC
link: https://cyberinstitute.kennesaw.edu/seccdc/
accolade: "Team Members: Nick Bulischeck, Max Harley, Weston Belk, David Houston, Andrew Samuels, Carson Sallis, Kenneth Simpson, and Kyle Wolfe"
- date: 2017
competition: PCDC
link: https://pcdc-sc.com
accolade: "Runner Up; Team Members: Nick Bulischeck, Max Harley, Foster McLane, Weston Belk, Andrew Samuels, and Mackenzie Binns; Our former president, Mackenzie Binns, again took MVP of the competition!"
- date: 2016
competition: PCDC
link: https://pcdc-sc.com
accolade: "First Place; Team Members: Spencer Provost, Peter Schatteman, Nick Bulischeck, Mackenzie Binns, Foster McLane, Tyler Bautista; Our former president, Mackenzie Binns, took MVP of the competition!"
- date: 2014
competition: PCDC
link: https://pcdc-sc.com
accolade: First Place
- date: 2013
competition: PCDC
link: https://pcdc-sc.com
accolade: First Place
- date: 2013
competition: SECCDC
link: https://cyberinstitute.kennesaw.edu/seccdc/
accolade: Best in Defense
---
<!--
==================================================
Company Description Section Start
================================================== -->
<section class="company-description">
<div class="container">
<div class="row">
<div class="col-md-6 wow fadeInLeft" data-wow-delay=".3s">
<img src="/images/logo.svg" alt="CU Cyber" class="large-logo img-responsive">
</div>
<div class="col-md-6">
<div class="block">
<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s" data-wow-duration="500ms">Who We Are</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Clemson Cyber is a student-led organization that focuses on the technical and social aspects of cyber security.
</p>
<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s" data-wow-duration="500ms">Our Mission</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
Our mission is to provide students with unique opportunities to compete in cyber security competitions, develop security skills, learn advanced tools and techniques, and network with industry partners. Our goal is to educate and prepare students for careers as cyber security professionals.
</p>
<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s" data-wow-duration="500ms">Our Achievements</h3>
<ul>
{% assign sorted_achievements = page.achievements | sort: 'date' | reverse %}
{% for achievement in sorted_achievements %}
<li>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
{{ achievement.date }}
<a rel="external noopener" href="{{ achievement.link }}" target="_blank">
{{ achievement.competition }}
</a> - {{ achievement.accolade }}
</p>
</li>
{% endfor %}
</ul>
<h3 class="subtitle wow fadeInUp" data-wow-delay=".3s" data-wow-duration="500ms">How We Do It</h3>
<p class="wow fadeInUp" data-wow-delay=".5s" data-wow-duration="500ms">
We accomplish these goals by training in simulated environments that allow us to practice successfully securing computer systems utilizing real world strategies and competing in cyber security capture the flag competitions.
While we teach offensive techniques, these are not meant to be applied maliciously or without permission.
Rather, they are taught so that defensive solutions are more comprehensive.
</p>
</div>
</div>
</div>
</div>
</section>
<!--
==================================================
Company Feature Section Start
================================================== -->
<section class="about-feature">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<div class="block about-feature-1 wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">
<h2 class="item_title">
Weekly Meetings
</h2>
<p>
CU Cyber meetings are held weekly; <a href="/events">see our calendar for times</a>.<br/><br/>
We cover security topics and tools that can be applied to your professional and daily life.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="block about-feature-2 wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">
<h2 class="item_title">
Guest Speakers
</h2>
<p>
Opportunities may arise throughout the year for guests to attend meetings and provide insight on current security issues and events.
</p>
</div>
</div>
<div class="col-sm-4">
<div class="block about-feature-3 wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".7s">
<h2 class="item_title">
Exciting Competitions
</h2>
<p>
There will be several opportunities during the semester for students to travel to security competitions. This will provide students with the experience of competing against peers from other schools.
</p>
</div>
</div>
</div>
</div>
</section>