-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_new.html
94 lines (85 loc) · 4.21 KB
/
index_new.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Aaron Beveridge</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-default navbar-fixed-top" id="my-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="" class="navbar-brand"><b>Aaron Beveridge</b><small> curriculum vitae</small></a>
</div><!--navbar header-->
<div class="collapse navbar-collapse" id="navbar-collapse">
<a href="aaronbeveridge_cv.pdf" class="btn btn-default navbar-btn navbar-right"> <b>Vitae PDF</b> </a>
<ul class="nav navbar-nav navbar-right">
<li><a href="#research"><b>Research</b></a>
<li><a href="#projects"><b>Projects</b></a>
<li><a class="navlast" href="#about"><b>Contact</b></a>
</ul>
</div>
</div>
</div>
</nav><!--end Navbar-->
<!--Jumbotron image-->
<div class="jumbotron">
<div class="container">
</div>
</div><!--end Jumbotron image-->
<!--Three short descriptions-->
<div class="container text-center">
<section>
<div class="page-header" id="research">
<div class="row">
<div class="diff-col1">
<div class="col-lg-4">
<blockquote>
<p><strong>Dissertation</strong></p>
<p>This is a description of my research. For more see my CV.</p>
<p><a href="#" class="btn btn-default" role="button">Learn more</a></p>
</blockquote>
</div>
</div>
<div class="col-lg-4">
<blockquote>
<p><strong>Publications</strong></p>
<p> This is a description of my research. For more see my CV.</p>
<p><a href="#" class="btn btn-default" role="button">Button</a>
</p>
</blockquote>
</div>
<div class="col-lg-4">
<blockquote>
<p><strong>In Progress</strong></p>
<p>This is a description of my research. For more see my CV.</p>
<p><a href="#" class="btn btn-default" role="button">Learn more</a></p>
</blockquote>
</div>
</div>
</section>
</div><!--end Three short descriptions-->
</div>
<!-- Javascript code for Bootstrap 3 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
</body>
</html>