mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Update Bootstrap link in Tutorial view.
Also add target="_blank" to Pure to match the two other frameworks.
This commit is contained in:
parent
b06704f669
commit
4035d3acf9
1 changed files with 3 additions and 3 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue