fix tutorial links in dashboard

This commit is contained in:
Kyle Drake 2013-07-14 20:35:56 -04:00
parent 307080e01d
commit 8f4d1a6159

View file

@ -80,20 +80,11 @@ javascript:
.row style="margin-top: 20px"
.span5
<i class="icon-question-sign icon-3x"></i>&nbsp;&nbsp; <span style="font-size: 20pt">Need to learn web design?</span>
<i class="icon-question-sign icon-3x"></i>&nbsp;&nbsp; <span style="font-size: 20pt">Need to learn web design/HTML?</span>
div
div
i class="icon-globe" &nbsp;&nbsp;
a href="http://www.htmldog.com/guides/html/beginner" target="_blank" HTML Beginner Tutorial
div
i class="icon-globe" &nbsp;&nbsp;
a href="http://www.w3schools.com/html/html_intro.asp" target="_blank" w3schools HTML introduction
div
i class="icon-globe" &nbsp;&nbsp;
a href="http://codepupil.com/" target="_blank" CodePupil.com teaches with games<br>
div
i class="icon-globe" &nbsp;&nbsp;
a href="http://www.codecademy.com/tracks/web" target="_blank" Online lessons at Codecademy.com<br>
a href="/tutorial" target="_blank" NeoCities Web Design Tutorial
form method="POST" action="/site_files/delete" id="deleteFilenameForm"
input name="csrf_token" type="hidden" value="#{csrf_token}"