-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
387 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
} | ||
|
||
#side a { | ||
display: block; | ||
color: #676767; | ||
text-decoration: none; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="The minimal & fast UI library."> | ||
<meta name="author" content="Kabir Shah"> | ||
|
||
<title>Moon | About</title> | ||
|
||
<link rel="shortcut icon" href="../img/favicon.png"/> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/lib/wing.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/post.css" /> | ||
|
||
<script src="../../dist/moon.min.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-70792533-14', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="nav" class="container"> | ||
<h2 id="nav-home"><a href="../">Moon</a></h2> | ||
|
||
<div id="nav-items"> | ||
<a href="./doc/guide.html">Guide</a> | ||
<a href="./doc/about.html">About</a> | ||
<a href="./doc/examples.html">Examples</a> | ||
<a href="https://github.com/kbrsh/moon">GitHub</a> | ||
</div> | ||
</div> | ||
|
||
<div id="post" class="container flex"> | ||
<div id="side"> | ||
<h6>Documentation</h6> | ||
<a href="./guide.html">Guide</a> | ||
<a id="active" href="./about.html">About</a> | ||
<a href="./templates.html">Templates</a> | ||
<a href="./conditionals.html">Conditionals</a> | ||
<a href="./loops.html">Loops</a> | ||
<a href="./components.html">Components</a> | ||
<a href="./examples.html">Examples</a> | ||
</div> | ||
<div id="content"> | ||
<h1>About</h1> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="The minimal & fast UI library."> | ||
<meta name="author" content="Kabir Shah"> | ||
|
||
<title>Moon | Components</title> | ||
|
||
<link rel="shortcut icon" href="../img/favicon.png"/> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/lib/wing.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/post.css" /> | ||
|
||
<script src="../../dist/moon.min.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-70792533-14', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="nav" class="container"> | ||
<h2 id="nav-home"><a href="../">Moon</a></h2> | ||
|
||
<div id="nav-items"> | ||
<a href="./doc/guide.html">Guide</a> | ||
<a href="./doc/about.html">About</a> | ||
<a href="./doc/examples.html">Examples</a> | ||
<a href="https://github.com/kbrsh/moon">GitHub</a> | ||
</div> | ||
</div> | ||
|
||
<div id="post" class="container flex"> | ||
<div id="side"> | ||
<h6>Documentation</h6> | ||
<a href="./guide.html">Guide</a> | ||
<a href="./about.html">About</a> | ||
<a href="./templates.html">Templates</a> | ||
<a href="./conditionals.html">Conditionals</a> | ||
<a href="./loops.html">Loops</a> | ||
<a id="active" href="./components.html">Components</a> | ||
<a href="./examples.html">Examples</a> | ||
</div> | ||
<div id="content"> | ||
<h1>Components</h1> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="The minimal & fast UI library."> | ||
<meta name="author" content="Kabir Shah"> | ||
|
||
<title>Moon | Conditionals</title> | ||
|
||
<link rel="shortcut icon" href="../img/favicon.png"/> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/lib/wing.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/post.css" /> | ||
|
||
<script src="../../dist/moon.min.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-70792533-14', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="nav" class="container"> | ||
<h2 id="nav-home"><a href="../">Moon</a></h2> | ||
|
||
<div id="nav-items"> | ||
<a href="./doc/guide.html">Guide</a> | ||
<a href="./doc/about.html">About</a> | ||
<a href="./doc/examples.html">Examples</a> | ||
<a href="https://github.com/kbrsh/moon">GitHub</a> | ||
</div> | ||
</div> | ||
|
||
<div id="post" class="container flex"> | ||
<div id="side"> | ||
<h6>Documentation</h6> | ||
<a href="./guide.html">Guide</a> | ||
<a href="./about.html">About</a> | ||
<a href="./templates.html">Templates</a> | ||
<a id="active" href="./conditionals.html">Conditionals</a> | ||
<a href="./loops.html">Loops</a> | ||
<a href="./components.html">Components</a> | ||
<a href="./examples.html">Examples</a> | ||
</div> | ||
<div id="content"> | ||
<h1>Conditionals</h1> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="The minimal & fast UI library."> | ||
<meta name="author" content="Kabir Shah"> | ||
|
||
<title>Moon | Examples</title> | ||
|
||
<link rel="shortcut icon" href="../img/favicon.png"/> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/lib/wing.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/post.css" /> | ||
|
||
<script src="../../dist/moon.min.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-70792533-14', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="nav" class="container"> | ||
<h2 id="nav-home"><a href="../">Moon</a></h2> | ||
|
||
<div id="nav-items"> | ||
<a href="./doc/guide.html">Guide</a> | ||
<a href="./doc/about.html">About</a> | ||
<a href="./doc/examples.html">Examples</a> | ||
<a href="https://github.com/kbrsh/moon">GitHub</a> | ||
</div> | ||
</div> | ||
|
||
<div id="post" class="container flex"> | ||
<div id="side"> | ||
<h6>Documentation</h6> | ||
<a href="./guide.html">Guide</a> | ||
<a href="./about.html">About</a> | ||
<a href="./templates.html">Templates</a> | ||
<a href="./conditionals.html">Conditionals</a> | ||
<a href="./loops.html">Loops</a> | ||
<a href="./components.html">Components</a> | ||
<a id="active" href="./examples.html">Examples</a> | ||
</div> | ||
<div id="content"> | ||
<h1>Examples</h1> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="The minimal & fast UI library."> | ||
<meta name="author" content="Kabir Shah"> | ||
|
||
<title>Moon | Loops</title> | ||
|
||
<link rel="shortcut icon" href="../img/favicon.png"/> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/lib/wing.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/post.css" /> | ||
|
||
<script src="../../dist/moon.min.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-70792533-14', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="nav" class="container"> | ||
<h2 id="nav-home"><a href="../">Moon</a></h2> | ||
|
||
<div id="nav-items"> | ||
<a href="./doc/guide.html">Guide</a> | ||
<a href="./doc/about.html">About</a> | ||
<a href="./doc/examples.html">Examples</a> | ||
<a href="https://github.com/kbrsh/moon">GitHub</a> | ||
</div> | ||
</div> | ||
|
||
<div id="post" class="container flex"> | ||
<div id="side"> | ||
<h6>Documentation</h6> | ||
<a href="./guide.html">Guide</a> | ||
<a href="./about.html">About</a> | ||
<a href="./templates.html">Templates</a> | ||
<a href="./conditionals.html">Conditionals</a> | ||
<a id="active" href="./loops.html">Loops</a> | ||
<a href="./components.html">Components</a> | ||
<a href="./examples.html">Examples</a> | ||
</div> | ||
<div id="content"> | ||
<h1>Loops</h1> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="The minimal & fast UI library."> | ||
<meta name="author" content="Kabir Shah"> | ||
|
||
<title>Moon | Templates</title> | ||
|
||
<link rel="shortcut icon" href="../img/favicon.png"/> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/lib/wing.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/styles.css" /> | ||
<link rel="stylesheet" type="text/css" href="../css/post.css" /> | ||
|
||
<script src="../../dist/moon.min.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-70792533-14', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div id="nav" class="container"> | ||
<h2 id="nav-home"><a href="../">Moon</a></h2> | ||
|
||
<div id="nav-items"> | ||
<a href="./doc/guide.html">Guide</a> | ||
<a href="./doc/about.html">About</a> | ||
<a href="./doc/examples.html">Examples</a> | ||
<a href="https://github.com/kbrsh/moon">GitHub</a> | ||
</div> | ||
</div> | ||
|
||
<div id="post" class="container flex"> | ||
<div id="side"> | ||
<h6>Documentation</h6> | ||
<a href="./guide.html">Guide</a> | ||
<a href="./about.html">About</a> | ||
<a id="active" href="./templates.html">Templates</a> | ||
<a href="./conditionals.html">Conditionals</a> | ||
<a href="./loops.html">Loops</a> | ||
<a href="./components.html">Components</a> | ||
<a href="./examples.html">Examples</a> | ||
</div> | ||
<div id="content"> | ||
<h1>Templates</h1> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: About | ||
order: 1 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Components | ||
order: 5 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Conditionals | ||
order: 3 | ||
--- |
Oops, something went wrong.