-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
88 lines (64 loc) · 3.17 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Elegantizr : Micro grid framework to create elegant websites. " />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Elegantizr </title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/praveenvijayan/Elegantizr">View on GitHub</a>
<h1 id="project_title">Elegantizr </h1>
<h2 id="project_tagline">Micro grid framework to create elegant websites. </h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/praveenvijayan/Elegantizr/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/praveenvijayan/Elegantizr/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Welcome to Elegantizr.</h3>
<p>
It is a micro grid system. Got it's name from Elegantizr Google spoof [April 1st 2012]. This grid system is inspired from grid 960 & twitter bootstrap. Its not a responsive framework. It works like 960gs and supports 12,16 & 24 gs. Elegantizr only contains grid and no reset/normalize styles included. It is lighter than other grid systems (>750B minified and when gziped >350B). It is easier to learn and maintain.
</p>
<pre><code>$ cd your_repo_root/repo_name
$ git clone [email protected]:praveenvijayan/Elegantizr.git
</code></pre>
<h3>Benefits</h3>
<ul>
<li> Simple & slim</li>
<li> Supports grid 12, 16 & 24.</li>
<li> Easy to lean - 3 classes .container#[12,16,24], .row, .grid[1,2,3...12]</li>
<li> Size is less than 750B [min version]</li>
<li> Load time is less than 840ms. When gziped loads even faster.</li>
</ul>
<h3>How to use?</h3>
<p>Include stylesheet - download and include in your html file <code> <link rel="stylesheet" href="style.css"></code></p>
<pre><code>
<div class="container12">
<div class="row">
<div class="grid6">6</div>
<div class="grid6">6</div>
</div>
</div></code></pre>
<h3>Browser support</h3>
<p>All modern browsers & IE7+</p>
<h3>Support or Contact</h3>
<p>Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Elegantizr maintained by <a href="https://github.com/praveenvijayan">praveenvijayan</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>