-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.php
74 lines (60 loc) · 1.66 KB
/
terms.php
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
<!DOCTYPE html>
<html lang="en" class="no-js" prefix="og: http://ogp.me/ns#">
<head>
<?php
include('partials/_head.php')
?>
<title>Process|Utilities Terms</title>
</head>
<body>
<!-- Google Tag Manager -->
<?php
include('partials/_tag.php')
?>
<!-- End Google Tag Manager -->
<div class="container-fluid">
<!-- Nav -->
<?php
include('partials/_nav.php')
?>
<!-- Header section -->
<?php
include('partials/_header.php')
?>
</div>
<!-- Main content container div -->
<div class="container-fluid">
<!-- Nav -->
<?php
include('partials/_nav.php')
?>
</div>
<main>
<br>
<section>
<div class="container">
<div class="row">
<h1 class="left">Legal Stuff: Terms and Conditions of Website Use</h1>
</div>
<hr>
<div class="row">
<p>All images, content and other forms of media served from this website, also referred to as the "site",
are copyrighted. Unauthorized reproduction of media is restricted. Please contact info@processutilities.com
for reproduction and/or licensing information.</p>
<br>
<p>Digital social sharing of website images or content via twitter, linkedin or facebook is permitted
but must contain publicly readable and functioning hyperlinks to the original content found on this site
and whenever practicable include publicly readable text with the content reading
"Copyright: Burk Engineering LLC" or "Credits: Burk Engineering LLC"</p>
<br>
<p>Updated: August 10, 2015</p>
<br>
</div>
<!-- close main div container -->
</div>
</section>
</main>
<?php require('partials/_footer.php')
?>
</body>
</html>