-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
61 lines (52 loc) · 1.65 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>Charlie Poole - Contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="/css/screen.css">
<link rel="shortcut icon" href="favicon.ico">
<script src="/js/common.js"></script>
</head>
<!-- End Standard Head Part -->
<body>
<!-- Standard header -->
<div id="header">
<div id="logo"><a href="/"><big>C</big>harlie<big>P</big>oole</a></div>
<ul id="topnav">
<li><a href="/index.html">Home</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/articles.html">Articles</a></li>
<li><a href="/events.html">Events</a></li>
<li class="active">Contact</li>
</ul>
<div id="menu-button" onclick="toggleMenuDisplay()">
<img src="/images/menu-button.png"/>
</div>
</div>
<!-- End of Header -->
<div id="content">
<h2>You can reach me...</h2>
<h4 style="margin-left: 4em">by Email</h4>
<p style="margin-left: 10em">
<big>c</big>harlie<big>p</big>oole at gmail dot com<p>
<h4 style="margin-left: 4em">by Postal Mail</h4>
<p style="margin-left: 10em">
Charlie Poole<br>
20224 Pond View Lane NE<br>
Poulsbo, WA 98370
<p>
<h4 style="margin-left: 4em">by Phone</h4>
<p style="margin-left: 10em">
(360) 697-4574
<p>
</div>
<!-- Standard CharliePoole.org footer -->
<div id="footer">
Copyright © 2002-2017 Charlie Poole. All rights reserved<br>
<big>c</big>harlie<big>p</big>oole at gmail dot com
</div>
</body>
</html>