rebrand blog

This commit is contained in:
Leo Horie 2014-09-26 21:43:36 -04:00
parent 4184da27c8
commit 6b88b28305
4 changed files with 42 additions and 33 deletions

View file

@ -12,7 +12,7 @@
<a href="getting-started.html">Guide</a>
<a href="mithril.html">API</a>
<a href="community.html">Community</a>
<a href="http://lhorie.github.io/mithril-blog">Blog</a>
<a href="http://lhorie.github.io/mithril-blog">Learn</a>
<a href="mithril.min.zip">Download</a>
<a href="http://github.com/lhorie/mithril.js" target="_blank">Github</a>
</nav>
@ -210,15 +210,15 @@ m.module(document.getElementById("example"), app);
<div style="padding:0 2em 0 0;">
<h2>API</h2>
<p>Docs and code samples for your reference</p>
<p><a href="mithril.html">Read Docs</a></p>
<p><a href="mithril.html">Read docs</a></p>
</div>
</div>
<div class="col(3,6,12)">
<div style="padding:0 2em 0 0;">
<h2>Blog</h2>
<h2>Learn Mithril</h2>
<p>Weekly articles on how to use Mithril to its full potential.</p>
<p><a href="http://lhorie.github.io/mithril-blog">Read blog</a></p>
<p><a href="http://lhorie.github.io/mithril-blog">Read articles</a></p>
</div>
</div>