Update Bootstrap link in Tutorial view.

Also add target="_blank" to Pure to match the two other frameworks.
This commit is contained in:
Brett Chalupa 2013-12-10 21:20:44 -05:00
parent b06704f669
commit 4035d3acf9

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>
<ul>
<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>
<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>
<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>
</ul>
</div> <!-- end .content -->
</div> <!-- end .content -->