-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (42 loc) · 2.21 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Track your GitHub followers easily. See who has followed you and who hasn't with our user-friendly tool.">
<link rel="shortcut icon" href="github-mark-white.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<title>GitHubTrackMe</title>
</head>
<body>
<div class="loader-container">
<div class="loader"></div>
</div>
<nav>
<img src="https://readme.so/readme.svg" height="50px" alt="logo">
<span>GitHub Follower Insightz</span>
</nav>
<div class="container">
<div class="main-text">
<h1 class="main-h1">The easiest way to know who followed you and who hasn't</h1>
<h1 class="githubText">On GitHub</h1>
<p class="info">Track your GitHub followers easily. Identify who has followed you and who hasn't, all in one place.
Manage your connections effortlessly with our user-friendly tool.</p>
<button onclick="window.location.href='./src/index.html'">Get Started <i
class="fa-solid fa-chevron-right"></i><i class="fa-solid fa-chevron-right"></i></button>
</div>
<div class="image-container">
<img src="Screenshot-Example.png" alt="Screenshot of the application" class="responsive-image">
</div>
</div>
<footer>
<p>Made with <i class="fa-solid fa-heart" style="color: #ff002f;"></i> by <a href="https://github.com/megh-bari" target="_blank">Megh Bari</a> | <a href="https://x.com/megh_bari" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter-x black-icon" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
</svg>
</a></p>
</footer>
<script src="load.js"></script>
</body>
</html>