mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
+ HTML/CSS tutorials on dashboard
Might want to encourage users to, urm, hone their skills?
This commit is contained in:
parent
921f6130c1
commit
1698dc2f8c
1 changed files with 11 additions and 0 deletions
|
@ -73,6 +73,17 @@ javascript:
|
|||
|
||||
h4: a href="/site_files/#{current_site.username}.zip" Download Entire Site
|
||||
|
||||
.row style="margin-top: 20px"
|
||||
.span5
|
||||
<i class="icon-question-sign icon-3x"></i> <span style="font-size: 20pt">Need to learn web design?</span>
|
||||
div
|
||||
span
|
||||
i class="icon-globe"
|
||||
a href="http://codepupil.com/" target="_blank" CodePupil.com teaches with games<br>
|
||||
span
|
||||
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"
|
||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||
input type="hidden" id="deleteFilenameInput" name="filename"
|
||||
|
|
Loading…
Add table
Reference in a new issue