-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
70 lines (67 loc) · 2.24 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
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Markdown CSS</title>
<meta name="author" content"John Otander">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Markdown CSS themes. A collection of stylesheets for HTML produced from Markdown.">
<link rel="stylesheet" href="css/c.un.min.css" type="text/css">
</head>
<body>
<section class="hero">
<h1 class="hero-title">Markdown CSS</h1>
<p class="hero-description">
A collection of stylesheets to make generated markdown, or raw HTML, look beautiful
</p>
</section>
<ul class="themes-list list--unstyled">
<li class="themes-list-item">
<a href="http://markdowncss.github.io/splendor" class="themes-list-link" title="splendor">
<h3 class="themes-list-item-title">
Splendor
</h3>
<p class="themes-list-item-description">
Features full bleed images and a dramatic type scale
</p>
</a>
</li>
<li class="themes-list-item">
<a href="http://markdowncss.github.io/retro" class="themes-list-link" title="retro">
<h3 class="themes-list-item-title">
Retro
</h3>
<p class="themes-list-item-description">
A blast to the past
</p>
</a>
</li>
<li class="themes-list-item">
<a href="http://markdowncss.github.io/air" class="themes-list-link" title="air">
<h3 class="themes-list-item-title">
Air
</h3>
<p class="themes-list-item-description">
A centered layout with circular images
</p>
</a>
</li>
<li class="themes-list-item">
<a href="http://markdowncss.github.io/modest" class="themes-list-link" title="modest">
<h3 class="themes-list-item-title">
Modest
</h3>
<p class="themes-list-item-description">
Boasts subtle lines and a light sans serif font
</p>
</a>
</li>
</ul>
<footer>
Made with <3 by <a href="http://johnotander.com">John Otander</a>
(<a href="https://twitter.com/4lpine">@4lpine</a>). <br>
</> on <a href="https://github.com/markdowncss">Github</a>.
</footer>
</body>
</html>