-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
67 lines (58 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Contact Us! - John Patterson Consulting</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css"><![endif]-->
</head>
<body>
<div id="header">
<div>
<a href="index.html" id="logo"><img src="images/logo4.png" alt="Logo"></a>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="specialties.html">Specialties</a>
</li>
<li>
<a href="videos.html">Project Videos</a>
</li>
<li>
<a href="about.html">About Me</a>
</li>
<li class="current">
<a href="contact.html">Contact Info</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div id="featured">
<h3>Contact John Patterson Consulting via the information below:</h3>
</div>
<div id="content">
<div id="about">
<h3>E-Mail: </h3>
<p> <a href="mailto:[email protected]?Subject=John%20Patterson%20Consulting" target="_top">[email protected]</a>
</p>
<p>Consulting is conducted on a case-by-case basis with pricing determined by an agreed-to scope of work. JPC offers competitive pricing based on the nature of the work requested and the availability of personnel. See our <a href="disclaimer.html">Disclaimer</a> for more information.</p>
<br>
</br>
</div>
</div>
</div>
<div id="footer">
<div>
<div class="first">
<div class="last">
</div>
</div>
<p class="footnote">
© Copyright 2018 John Patterson Consulting. All rights reserved. | <a href="disclaimer.html">Disclaimer</a>
</p>
</div>
</body>
</html>