add social media section to home page

This commit is contained in:
Leo Horie 2014-05-15 17:13:16 -04:00
parent d24754dd2d
commit 917f1e1d6b
42 changed files with 272 additions and 76 deletions

View file

@ -2,7 +2,6 @@
<html>
<head>
<title>Mithril</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic" rel="stylesheet" />
<link href="lib/prism/prism.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
@ -45,9 +44,6 @@
</div>
<div class="col(9,9,12)">
<h2 id="community">Community</h2>
<h3 id="projects-and-snippets">Projects and Snippets</h3>
<p>A collection of projects and snippets created by Mithril users. A great place to find useful tools.</p>
<p>Go to the <a href="https://github.com/lhorie/mithril.js/wiki/Community-Projects-and-Snippets">Mithril wiki</a></p>
<h3 id="blog">Blog</h3>
<p>Read Mithril tutorials and articles about web app development. Join the discussion!</p>
<p>Go to the <a href="http://lhorie.github.io/mithril-blog">Mithril Blog</a></p>
@ -56,6 +52,10 @@
<p>Got questions about Mithril? Suggestions?</p>
<p>Feel free to post on the <a href="https://groups.google.com/forum/#!forum/mithriljs">mailing list</a></p>
<hr>
<h3 id="projects-and-snippets">Projects and Snippets</h3>
<p>A collection of projects and snippets created by Mithril users. A great place to find useful tools.</p>
<p>Go to the <a href="https://github.com/lhorie/mithril.js/wiki/Community-Projects-and-Snippets">Mithril wiki</a></p>
<hr>
<h3 id="bug-tracker">Bug Tracker</h3>
<p>You can file bugs in the <a href="https://github.com/lhorie/mithril.js/issues?state=open">issues page on Github</a></p>