-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclaimer.html
68 lines (59 loc) · 3.03 KB
/
disclaimer.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Disclaimer - 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 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>
<a href="contact.html">Contact Info</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div id="featured">
<h3>Disclaimer:</h3>
</div>
<div id="content">
<div id="about">
<p> Our consulting is conducted on a case-by-case basis with pricing determined by an agreed-to scope of work. We offer competitive pricing based on the nature of the work requested and the availability of JPC team members. Content on this site is provided for informational purposes only, does not constitute technical or legal advice, and is not intended to create a client relationship between you and John Patterson Consulting. Content on this site may or may not be applicable to your business, and your use of this site is at your own risk. Because every situation is unique and fact-specific, you should consult a professional who can thoroughly review and analyze all aspects of your particular situation before making any decision or taking action.
</p>
<br>
<p>Content on this site is provided for informational purposes only, does not constitute consulting advice, and is not intended to create a client relationship between you and John Patterson Consulting. Content on this site may or may not be applicable to your business, and your use of this site is at your own risk.</p>
<br>
<p>Modifying or changing your business in any way requires sensitive, collaborative implementation and careful planning. You are strongly urged to seek the advice and counsel of a qualified consultant or other industry expert before acting or relying on any of the content contained on this site. Statements made on this site are opinions only, and John Patterson Consulting expressly disclaims any obligation to ensure that content on this site is accurate, adequate, complete or up-to-date. Information on this site is provided “AS IS,” without warranty of any kind, either express or implied. John Patterson Consulting reserves the right to add, delete, change, improve, update or otherwise modify any content on this site without notice.</p>
</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>