-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.jade
54 lines (42 loc) · 1.69 KB
/
index.jade
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
doctype html
html(lang="en")
head
title sprits-it! by the-happy-hippo
meta(charset="utf-8")
link(rel="stylesheet", href="stylesheets/styles.css")
link(rel="stylesheet", href="stylesheets/pygment_trac.css")
meta(name="viewport", content="width=device-width, initial-scale=1, user-scalable=no")
meta(name="keywords", content="open source, speed-reading, speed reading, reading, books, readability, spritz, open spritz")
meta(name="description", content="sprits-it! — Awesome Speed-Reading")
!= '<!--[if lt IE 9]>'
script(src="//html5shiv.googlecode.com/svn/trunk/html5.js")
!= '<![endif]-->'
body
div.wrapper
header
h1 sprits-it!
p sprits-it! — Awesome Speed-Reading
p.view
a(href="https://github.com/the-happy-hippo/sprits-it").
View the Project on GitHub <small>the-happy-hippo/sprits-it</small>
ul
li
a(href="https://github.com/the-happy-hippo/sprits-it/zipball/master").
Download <strong>ZIP File</strong>
li
a(href="https://github.com/the-happy-hippo/sprits-it/tarball/master").
Download <strong>TAR Ball</strong>
li
a(href="https://github.com/the-happy-hippo/sprits-it").
View On <strong>GitHub</strong>
section
include:md README.md
footer
p This project is maintained by  
a(href="https://github.com/the-happy-hippo").
the-happy-hippo
p
small Hosted on GitHub Pages — Theme by  
a(href="https://github.com/orderedlist").
orderedlist
script(src="javascripts/scale.fix.js")