forked from tylerlong/slimtext.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (63 loc) · 2.59 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
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<link rel="shortcut icon" href="images/icon16.png">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<title>Slim Text - a slim text editor running inside a web browser</title>
</head>
<body>
<header>
<div class="container">
<h1>Slim Text</h1>
<h2>A slim text editor running inside a web browser</h2>
<section id="downloads">
<a href="https://github.com/tylerlong/slimtext.org/issues" class="btn btn-github" target="_blank"><span class="icon"></span>Report an issue</a>
<a href="https://chrome.google.com/webstore/detail/slim-text/efgpjeojnoblodlofkhmhgghdfadmeoc" class="btn" target="_blank"><span class="icon"></span>Chrome Web Store</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>About</h3>
<p>
Slim text is a slim text editor which runs inside a web browser.
Currently it only supports Google Chrome and it is cross-platform (Windows, Linux and Mac OS X).
</p>
<h3>Installation</h3>
<p>
You can install it from <a href="https://chrome.google.com/webstore/detail/slim-text/efgpjeojnoblodlofkhmhgghdfadmeoc" target="_blank">Chrome Web Store</a>.
<br/><br/>Alternatively, you can install it manually:
<ol>
<li><a href="https://github.com/tylerlong/slimtext.org/raw/gh-pages/dist/newest.crx">Download</a>
<strong>newest.crx</strong> (version <strong>0.0.5</strong>)
</li>
<li>
Open the Chrome extentions page:
<ol>
<li>Click the Chrome menu <img src="images/chrome_menu.png"> on the browser toolbar</li>
<li>select Tools</li>
<li>select Extensions</li>
</ol>
</li>
<li>Drag and drop <strong>newest.crx</strong> onto Chrome extensions page</li>
</ol>
</p>
<h3>Screenshots</h3>
<p>
for Windows:
<img src="images/windows.png"/>
<br/><br/>for Linux:
<img src="images/linux.png"/>
<br/><br/>for Mac OS X:
<img src="images/mac.png"/>
</p>
</section>
</div>
<footer>
Copyright 2012-2013 © slimtext.org
</footer>
</body>
</html>