mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 18:16:07 +02:00
This commit is contained in:
parent
e7689a09df
commit
64eab634f6
8 changed files with 374 additions and 28 deletions
30
views/tutorials.erb
Normal file
30
views/tutorials.erb
Normal file
|
@ -0,0 +1,30 @@
|
|||
<div class="content single-Col">
|
||||
|
||||
<h2 class="alpha">
|
||||
Learn to Code!
|
||||
</h2>
|
||||
|
||||
<p class="delta">
|
||||
We are currently building out our library of tutorials.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Until then, please check out the following links to get you started:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://www.htmldog.com/guides/html/beginner" title="Learn beginner HTML">HTML Beginner Tutorial</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.w3schools.com/html/html_intro.asp" title="Learn beginner HTML from w3schoolsw">w3schools HTML Intro</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://codepupil.com/" title="Learn from games">CodePupil.com teaches with games</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.codecademy.com/tracks/web" title="online lessons">Online lessons at Codecademy.com</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div> <!-- end .content -->
|
Loading…
Add table
Add a link
Reference in a new issue