forked from Snakeroom/snektective.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 3.11 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
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Sneknet - Home</title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link href="./assets/css/index.css" rel="stylesheet"/>
<meta name="description" content="🐍 sneknet! 🐍"/>
<meta property="og:image" content="https://snektective.github.io/assets/img/snek.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ejabfblfddjecbkhadpdhcabmjlaomdm"/>
</head>
<body>
<div class="center-screen" id="egg">
<img src="./assets/img/snek.png">
<h4>sneknet</h4>
<p>an extension for growing circles automatically</p>
<div class="mild-fade">
<a href="https://github.com/Snektective">github</a> /
<a href="https://discord.gg/BmDexHw">discord</a> /
<a href="https://www.reddit.com/r/snakeroomalliance/">reddit</a> /
<a href="https://twitter.com/snekroom">twitter</a>
</div>
<br class="break"/>
<div class="buttons">
<p id="waiting">detecting your browser...</p>
<a class="download-primary" id="dl-chrome" onclick="window.dlChrome()">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M640 352c0 70.692-57.308 128-128 128H144C64.471 480 0 415.529 0 336c0-62.773 40.171-116.155 96.204-135.867A163.68 163.68 0 0 1 96 192c0-88.366 71.634-160 160-160 59.288 0 111.042 32.248 138.684 80.159C409.935 101.954 428.271 96 448 96c53.019 0 96 42.981 96 96 0 12.184-2.275 23.836-6.415 34.56C596.017 238.414 640 290.07 640 352zm-246.627-64H328V176c0-8.837-7.164-16-16-16h-48c-8.836 0-16 7.163-16 16v112h-65.373c-14.254 0-21.393 17.234-11.314 27.314l105.373 105.373c6.248 6.248 16.379 6.248 22.627 0l105.373-105.373c10.08-10.08 2.941-27.314-11.313-27.314z"/></svg>
Download for Chrome
</a>
<a class="download-primary" id="dl-firefox" onclick="window.dlFirefox()">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M640 352c0 70.692-57.308 128-128 128H144C64.471 480 0 415.529 0 336c0-62.773 40.171-116.155 96.204-135.867A163.68 163.68 0 0 1 96 192c0-88.366 71.634-160 160-160 59.288 0 111.042 32.248 138.684 80.159C409.935 101.954 428.271 96 448 96c53.019 0 96 42.981 96 96 0 12.184-2.275 23.836-6.415 34.56C596.017 238.414 640 290.07 640 352zm-246.627-64H328V176c0-8.837-7.164-16-16-16h-48c-8.836 0-16 7.163-16 16v112h-65.373c-14.254 0-21.393 17.234-11.314 27.314l105.373 105.373c6.248 6.248 16.379 6.248 22.627 0l105.373-105.373c10.08-10.08 2.941-27.314-11.313-27.314z"/></svg>
Download for Firefox
</a>
</div>
<br/>
<a class="button-show-all" onclick="window.showAll()">show all downloads</a>
</div>
<div class="footer">
<div>
site written by <a class="reddit-user" data-user="__-_------___---"></a> and <a class="reddit-user" data-user="offbeatwitch"></a>
</div>
<div>
contributors:
<a class="reddit-user" data-user="lepon01"></a>,
<a class="reddit-user" data-user="taxborn"></a>,
<a class="reddit-user" data-user="seshpenguin"></a> &
<a class="reddit-user" data-user="thesbros"></a>
</div>
</div>
<script src="./assets/js/main.js"></script>
</body>
</html>