-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (58 loc) · 3.2 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Vollkorn|Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<link rel="stylesheet" href="css/footer-distributed-with-contact-form.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link href="css/hover.css" rel="stylesheet" media="all">
<!-- // <script src="js/modernizr.js"></script> <!-- Modernizr --> -->
<title>Corby Rosset</title></title>
</head>
<body>
<header>
</header>
<div class="centered">
<p> <h1> <small> Hi. I'm Corby, a masters student in Computer Science at Johns Hopkins, and this is my new website! Check out the projects page for cool things I've done or check out the photos to see where I've visited. </small> </h1> </p>
</div>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="#">Corby Rosset</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="projects.html">Projects</a></li>
<li><a href="research.html">Research</a></li>
<!-- <li><a href="stuff.html">Good Links</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Photos <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="black_and_white.html">Black & White</a></li>
<li><a href="art.html">Art</a></li>
<li><a href="https://goo.gl/photos/eqSxwjWWtwjuq5hW8">Random Things</a></li>
</ul>
</li>
<li><a href="http://www.linkedin.com/in/corbyrosset">LinkedIn</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://github.com/corbyrosset">Github</a></li>
</ul>
</div>
</div>
</nav>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
<script src="js/classie.js"></script>
</body>
</html>