-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (41 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta property="og:title" content="Disconnected Space - Simple Website Blocker">
<meta name="description" content="Minimal Website Blocker For Better Focus">
<meta property="og:description" content="Minimal Website Blocker For Better Focus">
<link rel="icon" href="./images/favicon.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="./css/styles.css">
<title>Disconnected Space - Simple Website Blocker</title>
</head>
<body class="body">
<div class="header" id="header">
<a href="#header">
<img alt="Disconnected Space Logo" src="./images/disconnected.svg" height="50px" />
</a>
<a class="paragraph button m-hide" href="https://www.disconnected.space/">Coming Soon</a>
<a class="paragraph button" href="https://github.com/Pravinakajerry/Disconnected-Minimal-Website-Blocker" target="_blank">Github</a>
<a class="paragraph button" href="mailto:[email protected]" target="_blank">Contact</a>
</div>
<div class="wrapper">
<h1>Simple Website Blocker For Better Focus</h1>
<p class="inactive" style="max-width: 640px;">
Chrome Extenstion that adds Friction between you & <span id="sitename"> </span>
</p>
<span>Fully Open Source</span>
</div>
<div class="wrapper">
<h1>Two Simple Features</h1>
<span>
1. Redirect on selected domain
<br /> 2. Show quotes on blocked websites
</span>
<span class="down">That's all, give it a try :)</span>
<span class="copyright">Side-project by Atul & Pravin</span>
</div>
</body>
</html>