This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
46 lines (42 loc) · 1.84 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twipster</title>
<meta name="author" content="Jxnblk">
<meta name="description" content="Chrome and Safari extensions for a simpler, more readable Twitter experience.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="site/icon128.png" />
<link rel="apple-touch-icon-precomposed" href="site/icon128.png" />
<link href="http://d2v52k3cl9vedd.cloudfront.net/basscss/4.1.3/basscss.min.css" rel="stylesheet">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/cbenmnfldkbiojlebcpbacleookcpffo">
</head>
<body>
<header class="px2 py4 white bg-blue">
<div class="container">
<img src="site/twipster.svg" class="" alt="Twipster" />
<h1 class="">Twipster</h1>
<p class="h3 bold">Simpler, Readabler Twitter</p>
</div>
</header>
<section id="download" class="container px2 py4">
<h1 class="">Install now</h1>
<p class="h3 bold">Twipster is a browser extension that alters the styles for twitter.com.</p>
<a href="#!" onclick="chrome.webstore.install()" id="chrome-install-button" class="button button-blue">Add to Chrome</a>
<a href="http://jxnblk.com/Twipster/dist/Twipster.safariextz" class="button button-blue">Add to Safari</a>
</section>
<footer class=" container px2 py4">
<p class="">
<a href="http://github.com/jxnblk/Twipster"
class="h5 button button-small button-blue-outline">
Github
</a>
<a href="https://twitter.com/intent/tweet?text=Simpler%20Readabler%20Twitter.%20%40horse_twipster&url=http%3A%2F%2Fjxnblk.com%2FTwipster"
class="h5 button button-small button-blue-outline" target="_blank">
Tweet
</a>
Made with love by <a href="http://jxnblk.com">Jxnblk</a>
</p>
</footer>
</body>
</html>