-
Notifications
You must be signed in to change notification settings - Fork 0
/
Our Services - Lie Detector.html
154 lines (128 loc) · 5.12 KB
/
Our Services - Lie Detector.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<!-- saved from url=(0035)http://localhost:5136/Home/Services -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services - Lie Detector</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem 0;
}
nav {
background-color: #444;
padding: 0.5rem;
text-align: center;
}
nav a {
color: #fff;
padding: 0.5rem 1rem;
text-decoration: none;
margin: 0 0.5rem;
}
nav a:hover {
background-color: #575757;
}
.content {
padding: 2rem;
max-width: 1200px;
margin: 0 auto;
background-color: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
color: #333;
text-align: center;
}
h3 {
color: #333;
margin-top: 1.5rem;
}
p {
color: #666;
font-size: 1.1rem;
margin-bottom: 1.5rem;
}
ul {
margin: 0;
padding-left: 20px;
}
li {
margin-bottom: 0.5rem;
}
footer {
text-align: center;
background-color: #333;
color: #fff;
padding: 1rem 0;
position: relative;
bottom: 0;
width: 100%;
}
.btn {
display: inline-block;
background-color: #333;
color: white;
padding: 0.8rem 1.5rem;
text-decoration: none;
border-radius: 5px;
text-align: center;
}
.btn:hover {
background-color: #575757;
}
</style>
</head>
<body>
<!-- Header Section -->
<header>
<h1>Lie Detector Corp.</h1>
</header>
<!-- Navigation Section -->
<nav>
<a href="http://localhost:5136/">Home</a>
<a href="http://localhost:5136/Home/Services">Services</a>
<a href="http://localhost:5136/Home/Contact">Contact</a>
</nav>
<!-- Main Content Section -->
<div class="content">
<h2>Our Services</h2>
<p>At Lie Detector Corp., we offer advanced lie detection services using state-of-the-art physiological technology. Our services help individuals and organizations verify truthfulness through heart rate, blood pressure, GSR, and more.</p>
<h3>1. Polygraph Lie Detection</h3>
<p>We use a traditional polygraph to measure heart rate, blood pressure, respiratory rate, and GSR to detect deception. This method is trusted by law enforcement, security, and businesses.</p>
<h3>2. Heart Rate & GSR Based Lie Detection</h3>
<p>A non-invasive method using heart rate and GSR to detect signs of deception. Ideal for quick assessments and remote testing.</p>
<h3>3. Corporate & Legal Services</h3>
<p>We offer services for employee background verification, legal case support, and fraud detection. Our objective analysis helps organizations make informed decisions.</p>
<h3>4. Remote Lie Detection</h3>
<p>Take the test from home with secure online heart rate and GSR monitoring. Get real-time results without needing to be in-person.</p>
<h3>5. Custom Solutions</h3>
<p>Need a tailored solution? We offer customized services for businesses, legal cases, or personal consultations.</p>
<h3>Why Choose Us?</h3>
<ul>
<li><strong>Proven Accuracy:</strong> Scientifically validated methods.</li>
<li><strong>Confidentiality:</strong> We protect your privacy at all times.</li>
<li><strong>Professionalism:</strong> Expert analysis from certified professionals.</li>
<li><strong>Convenience:</strong> Both in-person and remote testing options.</li>
</ul>
<h3>Get Started Today</h3>
<p>Contact us today to schedule your lie detection test, whether for personal use, corporate evaluations, or legal matters.</p>
<p><a href="http://localhost:5136/Home/Contact" class="btn">Contact Us for More Information</a></p>
</div>
<!-- Footer Section -->
<footer>
<p>© 2024 Lie Detector Corp. All Rights Reserved.</p>
</footer>
<!-- Visual Studio Browser Link -->
<script type="text/javascript" src="./Our Services - Lie Detector_files/browserLink" async="async" id="__browserLink_initializationData" data-requestid="f2b1ef3fffd84225b0a9a5d26be7f6ca" data-requestmappingfromserver="false" data-connecturl="http://localhost:52501/b7a6692627d34af9b75e88329ed135ea/browserLink"></script>
<!-- End Browser Link -->
<script src="./Our Services - Lie Detector_files/aspnetcore-browser-refresh.js.download"></script>
</body></html>