-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.inc
51 lines (42 loc) · 1.47 KB
/
header.inc
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Grappa: high-throughput graph processing on mass-market clusters</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Home page of Grappa project at UW CSE">
<meta name="author" content="Jacob Nelson">
<!-- styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.orange {
color: orange;
}
.hero-img {
background-image: url("images/hairball-header-cropped.jpg");
background-position:top right;
background-repeat:no-repeat;
z-index:1;
}
</style>
<!-- work on smaller screens -->
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33911150-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body>