-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (70 loc) · 2.98 KB
/
about.html
File metadata and controls
73 lines (70 loc) · 2.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WarDog's Repo</title>
<style>
body { padding-top: 70px; }
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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="#">WarDog's Repo</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="#">About</a></li>
<li><a href="contact.html">Contact</a></li>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="row">
<div class="media">
<a class="media-left media-top" href="#">
<img src="https://lh5.googleusercontent.com/-frNGoCcfi6M/TcFrjdN76mI/AAAAAAAAJYU/DHvwEATg1hQ/w1266-h1262-no/20110414-DSC_0282.jpg" alt="Ugly Mug" width="140" class="img-thumbnail">
</a>
<div class="media-body">
<dl class=dl-horizontal>
<dt>Name</dt>
<dd>Warren Raquel</dt>
<dt>Job</dt>
<dd>Head of Operational Security and Incident Reponse at <a href="http://www.ncsa.illinois.edu">NCSA</a></dt>
<dt>Hobbies<dt>
<dd>
<ul>
<li><a href="http://flickr.com/photos/warquel">Photography</a></li>
<li>Digital Forensics and Incident Response</li>
<li>Gaming (mostly open world games)</li>
</ul>
</dd>
<dt><img class="img-thumbnail" width=25 src="images/Twitter_logo_blue.png"></dt>
<dd><a href="https://twitter.com/warquel">warquel</a></dd>
</dl>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
<html>