Skip to content

Commit

Permalink
update cta links
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 5, 2018
1 parent c0af2f6 commit 37f3051
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<h2 id="nav-home"><a href="./">Moon</a></h2>

<div id="nav-items">
<a href="./doc/guide">Guide</a>
<a href="./doc/about">About</a>
<a href="./doc/examples">Examples</a>
<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>
Expand All @@ -41,8 +41,8 @@ <h2 id="nav-home"><a href="./">Moon</a></h2>
<div class="container-small text-center">
<img src="./img/logo.png" alt="Moon Logo">
<h1>The minimal & fast user interface library</h1>
<a href="./guide/getting-started.html"><button>GET STARTED</button></a>
<a href="./guide/about.html"><button>ABOUT</button></a>
<a href="./doc/guide.html"><button>GET STARTED</button></a>
<a href="./doc/about.html"><button>ABOUT</button></a>
</div>
</section>

Expand Down
10 changes: 5 additions & 5 deletions web/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<h2 id="nav-home"><a href="./">Moon</a></h2>

<div id="nav-items">
<a href="./doc/guide">Guide</a>
<a href="./doc/about">About</a>
<a href="./doc/examples">Examples</a>
<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>
Expand All @@ -41,8 +41,8 @@ <h2 id="nav-home"><a href="./">Moon</a></h2>
<div class="container-small text-center">
<img src="./img/logo.png" alt="Moon Logo">
<h1>The minimal & fast user interface library</h1>
<a href="./guide/getting-started.html"><button>GET STARTED</button></a>
<a href="./guide/about.html"><button>ABOUT</button></a>
<a href="./doc/guide.html"><button>GET STARTED</button></a>
<a href="./doc/about.html"><button>ABOUT</button></a>
</div>
</section>

Expand Down

0 comments on commit 37f3051

Please sign in to comment.