-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·43 lines (43 loc) · 1.62 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
<!DOCTYPE html>
<!--
Telephasic by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)-->
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Katherine Walker Senior Design</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script> <noscript>
<link rel="stylesheet" href="css/skel.css">
<link rel="stylesheet" href="css/style.css">
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo"><a href="search.php">Start Here</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="http://www.humanconnectome.org/about/project/">Human Connectome Project</a></li>
<li class="break"><a href="https://github.com/gw-cs-sd/sd-2017-brain-connectivity">GWU Senior Design Project</a></li>
</ul>
</nav>
</div>
<!-- Hero -->
<div id="hero" class="container">
<h2>Quantifying and Analyzing Brain Connectivity</h2>
<br><br>
<p>Katherine Walker<br>
<br>Senior Design 2017</p>
</div>
</body>
</html>