-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.htm
82 lines (77 loc) · 3.01 KB
/
index.htm
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Beautify.CSS -->
<link href="css/moonhare.css" rel="stylesheet">
<title>MoonHare examples</title>
</head>
<body>
<div id="container">
<h1>MoonHare examples</h1>
<p>
There are some examples of use of this css framework.
</p>
<h2>Core</h2>
<h3>Implemented by example</h3>
<ul>
<li>not yet</li>
</ul>
<h3>Working in progress...</h3>
<ul>
<li><a href="examples/core/grid.htm">grid</a></li>
</ul>
<h3>Not yet implemented by example</h3>
<ul>
<li><a href="examples/core/reset.htm">reset</a></li>
<li><a href="examples/core/status.htm">status</a></li>
</ul>
<h2>Components</h2>
<h3>Implemented by example</h3>
<ul>
<li>not yet</li>
</ul>
<h3>Working in progress...</h3>
<ul>
<li><a href="examples/components/buttons.htm">buttons</a></li>
<li><a href="examples/components/cards.htm">cards</a></li>
<li><a href="examples/components/checkboxes.htm">checkbox</a></li>
</ul>
<h3>Not yet implemented by example</h3>
<ul>
<li><a href="examples/components/alert.htm">alert</a></li>
<li><a href="examples/components/badge.htm">badge</a></li>
<li><a href="examples/components/breadcrumbs.htm">breadcrumbs</a></li>
<li><a href="examples/components/button-groups.htm">button-groups</a></li>
<li><a href="examples/components/images.htm">images</a></li>
<li><a href="examples/components/inputs.htm">inputs</a></li>
<li><a href="examples/components/list-groups.htm">list-groups</a></li>
<li><a href="examples/components/navs.htm">navs</a></li>
<li><a href="examples/components/pagination.htm">pagination</a></li>
<li><a href="examples/components/progress.htm">progress</a></li>
<li><a href="examples/components/radio-buttons.htm">radio-buttons</a></li>
<li><a href="examples/components/select.htm">select</a></li>
<li><a href="examples/components/spinners.htm">spinners</a></li>
<li><a href="examples/components/tables.htm">tables</a></li>
</ul>
<h2>Utilities</h2>
<h3>Implemented by example</h3>
<ul>
<li>not yet</li>
</ul>
<h3>Working in progress...</h3>
<ul>
<li>nothing here</li>
</ul>
<h3>Not yet implemented by example</h3>
<ul>
<li><a href="examples/utilities/api.htm">api</a></li>
<li><a href="examples/utilities/border.htm">border</a></li>
<li><a href="examples/utilities/colors.htm">colors</a></li>
<li><a href="examples/utilities/margin.htm">margin</a></li>
</ul>
</div>
</body>
</html>