-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
30 lines (30 loc) · 1.12 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
<!doctype html>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<title>Gemma — lightweight CSS toolkit</title>
<link rel='stylesheet' href='public/gemma.min.css' />
</head>
<body class='pl2 pr2 _md-pl3 _md-pr3 fw300'>
<h1 class='fw300'>Gemma</h1>
<h2 class='fw300'>A lightweight CSS toolkit</h2>
<div style='max-width: 60ch;'>
<p>
Gemma is a collection of CSS styles and classes intended to make designing web content fast, and the results both performant and easy to iterate on.
</p>
<p>
You can get started with Gemma by installing it from <a href='https://npmjs.com'>NPM</a>:
</p>
<p>
<code class='d-b br2 p2 bg-warmGray100 blue900'>npm install --save gemma</code>
</p>
</div>
<h3 class='fw300'>Documentation</h3>
<div style='max-width: 60ch;'>
<p>
Documentation is coming real soon. In the mean time, <a href='https://github.com/colepeters/gemma'>have a look at the repo on GitHub</a> for more information.
</p>
</div>
</body>
</html>