-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwiki.html
More file actions
67 lines (60 loc) · 2.9 KB
/
wiki.html
File metadata and controls
67 lines (60 loc) · 2.9 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
<!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 class="active"><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="wiki.html">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="https://github.com/hashdump">Github</a></li>
<li><a href="contact.html">Contact</a></li>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
</div><!-- /.container -->
<div class="alert alert-dismissable alert-danger">
<button class="close" data-dismiss="alert" type="button">×</button>
<h4>Warning!</h4>
<p>Hashdump's server and infrastructure is currently being rebuilt. Please be patient as we fix everything. The wiki will be up soon.</p>
</div>
<!-- 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>