Skip to content

Commit 7622a19

Browse files
committed
Make examples nicer looking
1 parent 54820e4 commit 7622a19

File tree

5 files changed

+784
-14
lines changed

5 files changed

+784
-14
lines changed

examples/dist/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,40 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Examples</title>
4+
<title>React Checkbox Tree</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
7+
<meta name="theme-color" content="#3498db">
8+
<meta name="description" content="React Checkbox Tree: A simple, yet elegant checkbox treeview for React.">
9+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
810
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
11+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,700">
912
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato">
1013
<link rel="stylesheet" href="style.css">
1114
</head>
1215
<body>
13-
<div id="mount"></div>
16+
<section class="page-header">
17+
<h1 class="project-name">React Checkbox Tree</h1>
18+
<h2 class="project-tagline">A simple, yet elegant checkbox treeview for React</h2>
19+
<a href="https://github.com/jakezatecky/react-checkbox-tree" class="btn">View on GitHub</a>
20+
<a href="https://github.com/jakezatecky/react-checkbox-tree/zipball/master" class="btn">Download .zip</a>
21+
<a href="https://github.com/jakezatecky/react-checkbox-tree/tarball/master" class="btn">Download .tar.gz</a>
22+
</section>
23+
24+
<section class="main-content">
25+
<h1>Examples</h1>
26+
<h2>Basic Example</h2>
27+
<div id="mount"></div>
28+
29+
<footer class="site-footer">
30+
<span class="site-footer-owner">
31+
<a href="https://github.com/jakezatecky/react-checkbox-tree">React Checkbox Tree</a> is maintained by <a href="https://github.com/jakezatecky">jakezatecky</a>.
32+
</span>
33+
<span class="site-footer-credits">
34+
This page is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
35+
</span>
36+
</footer>
37+
</section>
1438

1539
<script src="index.js"></script>
1640
</body>

0 commit comments

Comments
 (0)