This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
77 lines (66 loc) · 3.55 KB
/
index.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>Penn State Competitive Cyber Security Organization</title>
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet">
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- icons -->
<link rel="stylesheet" id='fontawesome-css' href="/css/font-awesome.min.css" type='text/css' media='all' />
<link rel="shortcut icon" href="/images/favicon.png" />
<!-- site styles -->
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div data-include="navbar"></div>
<div data-include="header-main"></div>
<div class="container content" style="margin-top: 60px;">
<div class="row">
<div class="col-md-7">
<h2>About Us</h2>
<div class="thumbnail">
<img src="images/officers2020.jpg" class="img-fluid"></img>
</div>
<p>The Competitive Cyber Security Organization at the Pennsylvania State University aims to educate those involved on current cyber security methods and practices and facilitate an informative environment where students from all educational levels and backgrounds can master safe computing practices. The club hosts trips to cyber security conferences and competitions locally and nationally where members can practice what they have learned. Members are not required to attend these competitions, but they are encouraged to continue learning.</p>
</div>
<div class="col-md-1"></div>
<div class="col-md-4">
<h2>Officers & Chairs</h2>
<h3>Executive Board</h3>
<p><b>President: </b>Cole Daubenspeck<br>
<span class="label label-primary">[email protected] </span>
<span class="label label-info">@Cole Daubenspeck</span></p>
<p><b>Vice President: </b>Petr Esakov<br>
<span class="label label-primary">[email protected]</span>
<span class="label label-info">@Petr Esakov</span></p>
<p><b>Secretary: </b>Rahul Emani<br>
<span class="label label-primary">[email protected]</span>
<span class="label label-info">@rqe5116</span></p>
<p><b>Treasurer: </b>Evan Eastwood<br>
<span class="label label-primary">[email protected]</span>
<span class="label label-info">@Evan Eastwood</span></p>
<!-- Temporarily hide...
<p><b>Recruitment Chair: </b>Ivan Yopp<br>
<span class="label label-primary">[email protected]</span>
<span class="label label-info">@ivan_yopp</span></p>
<p><b>Web Master: </b>James Regan<br>
<span class="label label-primary">[email protected]</span>
<span class="label label-info">@james</span></p> -->
<h3>Advisors</h3>
<p><b>Advisor: </b>Nick Giacobe<br>
<span class="label label-primary">[email protected]</span></p>
<p><b>Co-Advisor: </b>Michael Hills<br>
<span class="label label-primary">[email protected]</span></p>
</div>
</div>
</div>
<!-- bootstrap javascript -->
<script src="/js/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- code to include navbar -->
<script src="/js/include.js"></script>
</body>
</html>