-
Notifications
You must be signed in to change notification settings - Fork 0
/
OGindex.html
83 lines (77 loc) · 2.13 KB
/
OGindex.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Harry Maher</title>
<link rel="icon" type="image/ico" href="north.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="Bootstrap3.2.0/css/bootstrap.min.css">
<script src="jquery/jquery.min.js"></script>
<script src="Bootstrap3.2.0/js/bootstrap.min.js"></script>
<style>
.navbar {
padding-top: 10px;
padding-bottom: 10px;
border: 0;
border-radius: 4;
margin-bottom: 0;
font-size: 15px;
letter-spacing: 4px;
background-color: #41b6c4;
font-family: segoe ui;
color: #225ea8;
}
.navbar-nav li a:link, li a:visited{
display: block;
background-color: #225ea8;
color: #7fcdbb;
text-align: center;
}
.navbar-nav li a:hover {
background-color: #41b6c4;
color: #225ea8 !important;
}
body {
background-color: ;
color: #225ea8;
font-family: segoe ui;
}
#container{
margin-left: auto;
margin-right: auto;
width: 85%;
color: #225ea8;
font-family: segoe ui;
font-size: 1.3em;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" style="font-size: 2.9em; letter-spacing: 2px; color: #225ea8">harry maher</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" style= "color: #7fcdbb">home</a></li>
<li><a href="content.html" style= "color: #7fcdbb">stuff</a></li>
<li><a href="about.html" style= "color: #7fcdbb">about</a></li>
<li><a href="contact.html" style= "color: #7fcdbb">contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid bg-1 text-center">
<h2 class="margin">a map</h2>
</div>
</div>
</body>
</html>
</div>