-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
116 lines (111 loc) · 3.53 KB
/
contact.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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;
}
div.frm {width:500px;height: 410px; overflow: hidden; position: relative; top: 20px; margin-left: auto; margin-right: auto}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #225ea8;
color:#7fcdbb;
text-align: center;}
</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" style="font-size: 1.8em">
<br>
<p>
<br>
</p>
<br>
<a href='mailto:h%61r%72yb.%6Daher@gmail.com'>harryb.maher@gmail.com</a>
<script>document.write('<'+'a'+' '+'h'+'r'+'e'+'f'+'='+"'"+'m'+'a'+'i'+'l'+'t'+'o'+'&'+'#'+'5'+'8'+';'+'&'+'#'+'1'+'0'+'4'+ ;'+'%'+'6'+'1'+'r'+'%'+'7'+'&'+'#'+'5'+'0'+';'+'y'+'&'+'#'+'9'+'8'+';'+'&'+'#'+'4'+'6'+';'+'&'+'#'+ '3'+'7'+';'+'6'+'D'+'&'+'#'+'9'+'7'+';'+'h'+'&'+'#'+'1'+'0'+'1'+';'+'r'+'&'+'#'+'6'+'4'+';'+'g'+'m'+ 'a'+'&'+'#'+'1'+'0'+'5'+';'+'l'+'&'+'#'+'4'+'6'+';'+'c'+'o'+'&'+'#'+'1'+'0'+'9'+';'+"'"+'>'+'h'+'a'+ r'+'r'+'y'+'b'+'&'+'#'+'4'+'6'+';'+'m'+'&'+'#'+'9'+'7'+';'+'h'+'e'+'&'+'#'+'1'+'1'+'4'+';'+'&'+'#'+ '6'+'4'+';'+'g'+'m'+'a'+'i'+'l'+'&'+'#'+'4'+'6'+';'+'&'+'#'+'9'+'9'+';'+'&'+'#'+'1'+'1'+'1'+';'+'m'+ '<'+'/'+'a'+'>');</script><noscript>[Turn on JavaScript to see the email address]</noscript>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<footer class="container-fluid bg-4 text-center" style="background-color: #225ea8; color:#7fcdbb"><br>
<p>harry maher - 2016 - <a style="color:#7fcdbb" href="contact.html">contact</p>
</footer>
</div>
</body>
</html>