-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
55 lines (53 loc) · 1.9 KB
/
template.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
<html>
<head>
<title>Colm Gallagher - VT</title>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Styles: -->
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="styles/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="styles/animate.min.css">
<link rel="stylesheet" type="text/css" href="styles/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
<!-- Scripts: -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src='scripts/bootstrap.min.js'></script>
<script type="text/javascript" src='scripts/npm.js'></script>
<script type="text/javascript" src='scripts/popup.js'></script>
<script type="text/javascript" src='scripts/smooth.js'></script>
</head>
<body>
<div class='navbar navbar-fixed-top navbar-custom' role="navigation">
<div class='container-fluid'>
<div class='navbar-header'>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigationbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class='nav-brand'>
<a href="index.html#">Colm Gallagher</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navigationbar">
<ul class="nav navbar-nav">
<li class="active">
<a href="./index.html">Home</a>
</li>
<li>
<a href="./about.html">About</a>
</li>
<li>
<a href="./contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<section id='header'>
</section>
<section id='about'></section>
</body>
</html>