Merge pull request #35 from brettchalupa/update-bootstrap-link

simple update of links.  merged into master.
This commit is contained in:
Scott O'Hara 2013-12-13 04:14:40 -08:00
commit 57c55cf9b7

View file

@ -46,10 +46,10 @@
<p>CSS frameworks are pre-built CSS styles that make it easy to quickly build a nice looking web page, without having to "roll your own" set of styles. NeoCities itself uses one as the basis for our design (Brass Tacks). They are very useful, and definitely worth checking out once you have an understanding of how CSS works.</p> <p>CSS frameworks are pre-built CSS styles that make it easy to quickly build a nice looking web page, without having to "roll your own" set of styles. NeoCities itself uses one as the basis for our design (Brass Tacks). They are very useful, and definitely worth checking out once you have an understanding of how CSS works.</p>
<ul> <ul>
<li> <li>
<a href="http://twitter.github.io/bootstrap/" title="Boot Straps" target="_blank">Twitter Bootstrap</a> <a href="http://getbootstrap.com" title="Boot Straps" target="_blank">Twitter Bootstrap</a>
</li> </li>
<li> <li>
<a href="http://purecss.io/" title="Yahoo!'s Pure CSS">Pure</a> <a href="http://purecss.io/" title="Yahoo!'s Pure CSS" target="_blank">Pure</a>
</li> </li>
<li> <li>
<a href="https://github.com/bleachedgraphics/Brass-Tacks" title="Brass Tacks (currently in Alpha. More updates to come)" target="_blank">Brass Tacks</a> <a href="https://github.com/bleachedgraphics/Brass-Tacks" title="Brass Tacks (currently in Alpha. More updates to come)" target="_blank">Brass Tacks</a>
@ -63,4 +63,4 @@
<li><a href="https://developer.mozilla.org/en-US/learn/javascript">Mozilla Learn JavaScript Resources</a></li> <li><a href="https://developer.mozilla.org/en-US/learn/javascript">Mozilla Learn JavaScript Resources</a></li>
</ul> </ul>
</div> <!-- end .content --> </div> <!-- end .content -->