forked from sherlock-project/sherlockproject.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.67 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Sherlock Project</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="assets/img/magnifying-glass.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
</head>
<body>
<div class="main">
<img class="logo" src="assets/img/sherlock-project.svg" alt="Sherlock Project">
<p class="description">
Sherlock, a powerful command line tool provided by Sherlock Project, can be used to find usernames across many <a href="https://github.com/sherlock-project/sherlock/blob/master/sites.md" target="_blank">social networks</a>.
It requires Python 3.6 or higher and works on MacOS, Linux and Windows.
</p>
<a class="button installation" href="https://github.com/sherlock-project/sherlock#installation" target="_blank">Installation</a><br>
<a class="button development" href="https://github.com/sherlock-project/sherlock" target="_blank">Develop</a><br>
<a class="button about" href="https://github.com/sherlock-project/sherlock/graphs/contributors" target="_blank">Authors</a>
</div>
<div class="footer">
<p>Made with <img class="heart" src="https://img.icons8.com/material/20/ec5f67/hearts.png"> by the <a href="https://github.com/sherlock-project" target="_blank">Sherlock Project</a> team</p>
</div>
</body>
</html>