-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (222 loc) · 10.6 KB
/
index.html
File metadata and controls
239 lines (222 loc) · 10.6 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Yuliya Tasheva" />
<meta name="description" content="Yuliya Tasheva - CyberNet Detective website" />
<title>CyberNet Detective</title>
<!-- Bootstrap 5-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- FONT AWESOME -->
<script src="https://kit.fontawesome.com/5f6acac718.js" crossorigin="anonymous"></script>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="./assets/css/styles.css" />
</head>
<body>
<!-- MAIN LOGO / NAV -->
<header>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">CyberNet Detective</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="CallTracker.html">Call Tracker</a>
</li>
<li class="nav-item">
<a class="nav-link" href="IPTracker.html">IP Tracker</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact.html">Contact us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- JUMBOTRON HERO -->
<section id="hero" class="container-fluid background-image">
<h2 class="hero p-2">Search ANY phone # or your significant other</h2>
</section>
</header>
<!-- ABOUT ME SECTION-->
<main>
<section id="about" class="scroll">
<hr />
<h2>About Us</h2>
</section>
<section>
<div class="container clearfix">
<img class="col-5 col-sm-3 col-md-3 float-start mb-3 me-3" src="assets/Images/hacker.JPG"
alt="About us image" />
<p>
CyberNet Detective is a free reverse phone, email lookup service, IP geolocation and much more.
Our mission is to help people discover, understand and use public data in their everyday lives.
To remove uncertainty. To separate signal from noise.
Accessing and using public information has always been difficult and often limited to those paying huge
amounts to access big databases.
We are keeping you informed while helping you keep safe by providing you with free access to public
information.
</p>
<br />
<p>
In a world filled with uncertainty, we understand the emotional weight of not knowing.
We believe that data should be accessible, transparent and easy to understand.
We are committed to build safer, smarter and more efficient communication tools for everyone.
So customers are able to complete the majority of their public record searches within
seconds - a fraction of the time it would take to conduct one's own online public records search.
<p>
We are dedicated to providing the highest quality of customer support to our users.
</p>
<br />
<b> TAKE CONTROL OF YOUR NARRATIVE TODAY...</b>
</p>
</div>
</section>
<!-- TOOLS CARD SECTION -->
<section id="tools" class="scroll">
<hr />
<h2>Tools</h2>
<div class="container">
<div class="row g-5">
<div class="card col-md-4 col-sm-6 border-0">
<a href="CallTracker.html" target="_blank">
<img src="./assets/Images/Women in tech.jpg" class="card-img-top" alt="Call Tracker" /></a>
<h3>Call Tracker</h3>
<div class="card-body">
<p class="card-text">
Want to take the mystery out of your mystery caller?
Search who called or texted with reverse phone lookup.
Our Reverse Phone Lookup can give you answers.
Protect yourself from spammers, scammers, and frauds.
</p>
</div>
</div>
<div class="card col-md-4 col-sm-6 border-0">
<a href="IPTracker.html" target="_blank">
<img src="./assets/Images/digital concept-laptop.jpg" class="card-img-top" alt="IP Tracker" /></a>
<h3>IP Tracker</h3>
<div class="card-body">
<p class="card-text">
It is a simple way to get some information on a computer-user without invading their privacy.
Allowing users to check IP address location in real time.
Supports both IPv4 and IPv6 address lookup.
Database solution to determine the country, region or state, city,
and time zone of origin for any IP address.
</div>
</div>
<div class="card col-md-4 col-sm-6 border-0">
<a href="https://github.com/YTasheva/" target="_blank">
<img src="./assets/Images/AI concept.jpg" class="card-img-top" alt="Email Tracker" /></a>
<h3>Email Tracker</h3>
<div class="card-body">
<p class="card-text">
A reverse email search could help you find who is behind unknown emails.
Cyber criminals routinely use email and count on the fact that you won’t recognize an email attack.
We search for contact information, aliases, phone numbers and alternate email addresses.
Our report may also contain court records for possible criminal and civil cases if they're available.
</p>
</div>
</div>
<div class="card col-md-4 col-sm-6 border-0">
<a href="https://github.com/" target="_blank">
<img src="./assets/Images/digital devices.jpg" class="card-img-top" alt="Blacklist Check" /></a>
<h3>Blacklist Check</h3>
<div class="card-body">
<p class="card-text">
Check to see if your IP address is listed on an anti-spam database.
Will your emails or forum chats get blocked?
We check 80 DNS-based anti-spam databases, (DNS stands for Domain Name System).
Most Internet service providers (ISPs) and web servers look to these lists for IP addresses linked
to computers that send out spam or unwanted activity.
</p>
</div>
</div>
<div class="card col-md-4 col-sm-6 border-0">
<a href="https://github.com/" target="_blank">
<img src="./assets/Images/city worker concept.webp" class="card-img-top" alt="Website Domain Check" /></a>
<h3>Website Domain Check</h3>
<div class="card-body">
<p class="card-text">
Helps users to obtain domain information and WHOIS record by using a domain name.
Gives a comprehensive data such as creation date, updated date, expiration date,
domain age, the contact information of the registrant, mailing address, phone number,
email address, nameservers the domain is using and much more.
</p>
</div>
</div>
<div class="card col-md-4 col-sm-6 border-0">
<a href="https://github.com/" target="_blank">
<img src="./assets/Images/ITProfessional.jpg" class="card-img-top" alt="People Search" /></a>
<h3>People Search</h3>
<div class="card-body">
<p class="card-text">
Our tool combs through billions of data points across dozens of public databases and prepares
a detailed report that may include current and past addresses, contact information,
employment history, social media accounts and more.
</p>
</div>
</div>
</div>
</div>
<!-- ROW END -->
</section>
<!-- FEATURES SECTION -->
<section id="features" class="scroll">
<hr />
<h2>Features</h2>
<div class="container-fluid text-centre">
<div class="list-unstyled row justify-content-evenly">
<div class="embed-responsive embed-responsive-16by9">
<video autoplay="true" controls="true" height="520" width="900">
<source type="video/mp4" src="assets/Images/Video Promo1.mp4">
</video>
<br />
<p>
<p><b>CyberNet Detective is more than Call/IP search. Our users trust us day in and day out for many reasons..</b>
</p>
</div>
</div>
</div>
</section>
</main>
<!-- CONTACT SECTION-->
<footer>
<section id="contact" class="scroll">
<hr />
<a href="Contact.html" target="_blank">
<h2>Contact Us</h2>
</section>
<div class="container p-3 gap-2 d-grid d-md-flex flex-row flex-wrap justify-content-around">
<a href="tel:+5555555555" class="btn btn-light"><i class="fa fa-phone-square" aria-hidden="true"></i>
+(44)555-5555</a>
<a href="mailto:CyberNetDetective@website.com" class="btn btn-light"><i class="fa fa-envelope-square"
aria-hidden="true"></i>info@CyberNetDetective.com</a>
<a href="https://github.com/" target="_blank" rel="noopener noreferrer" class="btn btn-light"><i
class="fa fa-github-square" aria-hidden="true"></i> GitHub</a>
<a href="https://twitter.com/" target="_blank" rel="noopener noreferrer" class="btn btn-light"><i
class="fa fa-twitter-square" aria-hidden="true"></i> Twitter</a>
<a href="https://linkedin.com/" target="_blank" rel="noopener noreferrer" class="btn btn-light"><i
class="fa fa-linkedin-square" aria-hidden="true"></i> LinkedIn</a>
</div>
<footer>
<h3 class="text-dark">© 2023 CyberNet Detective. All Rights Reserved.</h3>
</footer>
<!-- CONTAINER END -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
</body>
</html>