Skip to content

Commit

Permalink
basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 14, 2018
1 parent 40fbdb4 commit 661631e
Show file tree
Hide file tree
Showing 16 changed files with 387 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}

#side a {
display: block;
color: #676767;
text-decoration: none;
}
Expand Down
59 changes: 59 additions & 0 deletions web/doc/about.html
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>
59 changes: 59 additions & 0 deletions web/doc/components.html
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>
59 changes: 59 additions & 0 deletions web/doc/conditionals.html
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>
59 changes: 59 additions & 0 deletions web/doc/examples.html
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>
6 changes: 6 additions & 0 deletions web/doc/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ <h2 id="nav-home"><a href="../">Moon</a></h2>
<div id="side">
<h6>Documentation</h6>
<a id="active" 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 href="./examples.html">Examples</a>
</div>
<div id="content">
<h1>Guide</h1>
Expand Down
59 changes: 59 additions & 0 deletions web/doc/loops.html
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>
59 changes: 59 additions & 0 deletions web/doc/templates.html
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>
4 changes: 4 additions & 0 deletions web/src/doc/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: About
order: 1
---
4 changes: 4 additions & 0 deletions web/src/doc/components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Components
order: 5
---
4 changes: 4 additions & 0 deletions web/src/doc/conditionals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Conditionals
order: 3
---
Loading

0 comments on commit 661631e

Please sign in to comment.