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"