-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
154 lines (144 loc) · 5.7 KB
/
contact.html
File metadata and controls
154 lines (144 loc) · 5.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hashdump is the computer security club at Colorado State University. We participate and put on numerous security competitions every year, and attempt to facilitate a better understanding of security as a whole. All majors are welcome to join and participate">
<meta name="author" content="Cale Black">
<link rel="shortcut icon" href="dist/assets/favicon.png">
<title>Hashdump</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Hashdump</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown closed">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Library <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://wiki.hashdump.org/">Wiki</a></li>
<li><a href="library/cheat.html">Cheat Sheets</a></li>
<li><a href="library/books.html">Books</a></li>
<li class="divider"></li>
<li><a href="library/series.html">Series</a></li>
</ul>
</li>
<li><a href="talks.html">Talks</a></li>
<li><a href="http://webchat.freenode.net/?channels=%23hashdump&uio=Mj10cnVlJjQ9dHJ1ZSY5PXRydWUmMTE9MjU2d9">IRC</a></li>
<li><a href="https://github.com/hashdump">Github</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h1 id="type">Contact</h1>
</div>
<h2>IRC</h2>
<div class="bs-example table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th>IRC</th>
<th>Channel</th>
</tr>
</thead>
<tbody>
<tr>
<td>irc.freenode.net</td>
<td>#hashdump</td>
</tr>
</tbody>
</table>
</div>
<h2>Officers</h2>
<div class="bs-example table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th>Title</th>
<th>Email</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>Officers</td>
<td>officers <at> hashdump.org</td>
<td>Every officer</td>
</tr>
<tr>
<td>President</td>
<td>president <at> hashdump.org</td>
<td>Cale "TerrorByte" Black</td>
</tr>
<tr>
<td>Vice President</td>
<td>vicepresident <at> hashdump.org</td>
<td>"cryptdough"</td>
</tr>
<tr>
<td>Webmaster</td>
<td>webmaster <at> hashdump.org</td>
<td>"cryptdough" / Cale "TerrorByte" Black</td>
</tr>
<tr>
<td>Treasurer</td>
<td>treasurer <at> hashdump.org</td>
<td>"solidus"</td>
</tr>
<tr>
<td>Secretary</td>
<td>secretary <at> hashdump.org</td>
<td>"techis"</td>
</tr>
<tr>
<td>Systems</td>
<td>systems <at> hashdump.org</td>
<td>Cale "TerrorByte" Black / "cryptdough" / "solidus"</td>
</tr>
</tbody>
</table>
</div>
<h2>Others</h2>
<div class="bs-example table-responsive">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th>Title</th>
<th>Email</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ex-President</td>
<td>alumni <at> hashdump.org</td>
<td>"xunil"</td>
</tr>
</tbody>
</table>
</div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="dist/js/jquery-2.1.0.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>