-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (67 loc) · 2.36 KB
/
index.html
File metadata and controls
85 lines (67 loc) · 2.36 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BareGrid | A flexible grid system in less than 3 Kb uncompressed!</title>
<meta name="description" content="A flexible grid system in less than 3 Kb uncompressed!">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- FONTS -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,greek">
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="styles/blankplate/reset.css">
<link rel="stylesheet" type="text/css" href="styles/grid.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/typography.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/helpers.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/inputs.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/buttons.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/styles.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/media.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/conditions.css">
<link rel="stylesheet" type="text/css" href="styles/blankplate/diagnostics.css">
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="styles/ie.css">
<![endif]-->
</head>
<body>
<div id="wrapper">
<div class="top-bar"></div>
<!-- HEADER -->
<header>
<h2>BareGrid</h2>
<p>A flexible grid system in less than 3 Kb uncompressed!</p>
<hr>
<p>There is no manual, yet. Please proceed to the <a href="demo.html"><b>demo</b></a> page.</p>
</header>
<!-- HEADER ends -->
<!-- MAIN CONTAINER -->
<div id="body_wrapper">
<!-- SIDE BAR -->
<aside></aside>
<!-- SIDE BAR ends -->
<!-- CONTENT -->
<section id="body" role="main">
<!-- CONTENT BLOCK -->
<article>
</article>
<!-- CONTENT BLOCK ends -->
</section>
<!-- CONTENT ends-->
</div>
<!-- MAIN CONTAINER ends -->
<!-- FOOTER -->
<footer>
<!-- FOOTER CONTAINER-->
<div class="footer_wrapper"></div>
<!-- FOOTER CONTAINER ends -->
<!-- SUBFOOTER CONTAINER -->
<div class="sub_footer_wrapper">
<div class="credits"><a href="LICENSE.txt">Licensed under Apache License, Version 2.0</a></div>
</div>
<!-- SUBFOOTER CONTAINER ends -->
</footer>
<!-- FOOTER ends -->
</div>
</body>
</html>