Wording changes to current /tutorials page

This commit is contained in:
Victoria Wang 2015-07-21 11:56:53 -07:00
parent 91640d87b6
commit 4a24983bb5

View file

@ -1,19 +1,17 @@
<div class="header-Outro"> <div class="header-Outro">
<div class="row content single-Col"> <div class="row content single-Col">
<h1>Learn How to Make Web Sites!</h1> <h1>Learn How to Make Websites!</h1>
</div> </div>
</div> </div>
<div class="content single-Col misc-page"> <div class="content single-Col misc-page">
<p>Learning how to make web sites is one of the most important things you can learn. It allows you to create any content you want, arrange that content in any way you like, and share that content with the world. Be it an <a href="http://sheldonbrown.com" target="_blank">information portal for teaching people how to repair bikes</a>, or an interesting graphics project, or your poetry. These are things you can't do with traditional social networks, but that you can do with HTML.</p> <p>Learning how to make websites allows you to create any content you want, arrange that content in any way you like, and share that content with the world. It could be an information portal for teaching people <a href="http://sheldonbrown.com" target="_blank">how to repair bikes</a>, a graphics project, or a collection of your poetry.</p>
<p class="delta"> <p class="delta">
We are currently building out our library of tutorials. Coming Soon: <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">The Neocities HTML/CSS course</a>!
</p> </p>
<p> <p>We are currently fundraising for an interactive website building tutorial that will work seamlessly with Neocities. Until that project is complete, check out the following resources from other sites:</p>
Until then, please check out the following links to get you started:
</p>
<h3>HTML</h3> <h3>HTML</h3>
@ -49,7 +47,7 @@
<h3>CSS Frameworks</h3> <h3>CSS Frameworks</h3>
<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. They are definitely worth checking out once you have an understanding of how CSS works.</p>
<ul> <ul>
<li> <li>
<a href="http://getbootstrap.com" title="Bootstrap" target="_blank">Twitter Bootstrap</a> <a href="http://getbootstrap.com" title="Bootstrap" target="_blank">Twitter Bootstrap</a>