mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
fix tutorial links in dashboard
This commit is contained in:
parent
307080e01d
commit
8f4d1a6159
1 changed files with 2 additions and 11 deletions
|
@ -80,20 +80,11 @@ javascript:
|
||||||
|
|
||||||
.row style="margin-top: 20px"
|
.row style="margin-top: 20px"
|
||||||
.span5
|
.span5
|
||||||
<i class="icon-question-sign icon-3x"></i> <span style="font-size: 20pt">Need to learn web design?</span>
|
<i class="icon-question-sign icon-3x"></i> <span style="font-size: 20pt">Need to learn web design/HTML?</span>
|
||||||
div
|
div
|
||||||
div
|
div
|
||||||
i class="icon-globe"
|
i class="icon-globe"
|
||||||
a href="http://www.htmldog.com/guides/html/beginner" target="_blank" HTML Beginner Tutorial
|
a href="/tutorial" target="_blank" NeoCities Web Design Tutorial
|
||||||
div
|
|
||||||
i class="icon-globe"
|
|
||||||
a href="http://www.w3schools.com/html/html_intro.asp" target="_blank" w3schools HTML introduction
|
|
||||||
div
|
|
||||||
i class="icon-globe"
|
|
||||||
a href="http://codepupil.com/" target="_blank" CodePupil.com teaches with games<br>
|
|
||||||
div
|
|
||||||
i class="icon-globe"
|
|
||||||
a href="http://www.codecademy.com/tracks/web" target="_blank" Online lessons at Codecademy.com<br>
|
|
||||||
|
|
||||||
form method="POST" action="/site_files/delete" id="deleteFilenameForm"
|
form method="POST" action="/site_files/delete" id="deleteFilenameForm"
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue