-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
46 lines (46 loc) · 1.72 KB
/
test.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kneece Investigations</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="logo">
<img src="logo.gif" alt="Kneece Investigations">
</div>
<div class="contact-info">
<p>113 West Eutaw Street</p>
<p>Saluda, SC 29138</p>
<p>Voice: (864) 445-3713</p>
<p>Fax: (864) 445-0300</p>
</div>
</header>
<main>
<section class="intro">
<h1>When you need to know the facts, let Kneece Investigations help you.</h1>
<p>We provide a confidential, professional, and complete investigation. We offer a free initial confidential consultation that allows the development of an investigation plan to ensure your investigative objectives are understood and obtained in the most cost-efficient manner possible.</p>
</section>
<section class="credentials">
<h2>Our Credentials</h2>
<p>Kneece Investigations LLC is Bonded and Insured and is Licensed by the State of South Carolina for both Investigations and Security. Our License Numbers are:</p>
<ul>
<li>Investigations: XXXX-XXXX</li>
<li>Security: YYYY-YYYY</li>
</ul>
</section>
<section class="image-rotator">
<div class="rotator">
<img src="image1.jpeg" class="rotator-image" alt="Investigation Image 1">
<img src="image2.jpeg" class="rotator-image" alt="Investigation Image 2">
<img src="image3.jpeg" class="rotator-image" alt="Investigation Image 3">
</div>
</section>
</main>
<footer>
<p>© Kneece Investigations LLC. All rights reserved.</p>
</footer>
</body>
</html>