-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (29 loc) · 1020 Bytes
/
index.html
File metadata and controls
36 lines (29 loc) · 1020 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Brooks Roley's Personal Site</title>
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/cover.css">
<link rel="stylesheet" href="css/cover.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
</head>
<body>
<div id="page">
<div id="logo">
<img src="images/logo.gif" alt="The logo">
</div>
<ul id="navigation">
<li><a href="bio.html">Bio</a></li>
<li><a href="#">Interests</a></li>
<li><a href="https://github.com/zero400">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/brooksroley">LinkedIn</a></li>
</ul>
<h1><em>Brooks Roley</em></h1>
<div id="footer">
Copyright Brooks Roley 2014
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</div>
</body>
</html