From 1698dc2f8ce2adcab4e3283a0fb4dac8a5813d84 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Mon, 1 Jul 2013 23:18:26 -0600 Subject: [PATCH] + HTML/CSS tutorials on dashboard Might want to encourage users to, urm, hone their skills? --- views/dashboard.slim | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/views/dashboard.slim b/views/dashboard.slim index 55befad9..4fe5a6b0 100644 --- a/views/dashboard.slim +++ b/views/dashboard.slim @@ -73,6 +73,17 @@ javascript: h4: a href="/site_files/#{current_site.username}.zip" Download Entire Site + .row style="margin-top: 20px" + .span5 +    Need to learn web design? + div + span + i class="icon-globe"    + a href="http://codepupil.com/" target="_blank" CodePupil.com teaches with games
+ span + i class="icon-globe"    + a href="http://www.codecademy.com/tracks/web" target="_blank" Online lessons at Codecademy.com
+ 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"