Skip to content

Commit

Permalink
Add HRTC affiliation and add a head title.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Oct 1, 2009
1 parent 5802c03 commit 4299616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/layouts/application.html.haml
Expand Up @@ -4,6 +4,7 @@


%head %head
%meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"} %meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"}
%title= params[:page] ? "757 Studio - #{params[:page].titleize}" : '757 Studio'
= stylesheet_link_tag :all, :recursive => true = stylesheet_link_tag :all, :recursive => true
= javascript_include_tag 'prototype', 'effects', 'builder', 'application', :cache => 'studio' = javascript_include_tag 'prototype', 'effects', 'builder', 'application', :cache => 'studio'
= javascript_tag 'Builder.dump();' = javascript_tag 'Builder.dump();'
Expand Down Expand Up @@ -117,6 +118,12 @@
Information Systems, Introduction to Programming, iPhone Programming, Java / JVM, Information Systems, Introduction to Programming, iPhone Programming, Java / JVM,
Languages / Frameworks, Mac Programming, Mobile Programming, Programming Tools, and Web 2.0 Languages / Frameworks, Mac Programming, Mobile Programming, Programming Tools, and Web 2.0


#affiliations{:class => 'mt30 center'}
%h5 Affiliations

- link_to 'http://hrtc.org/' do
= image_tag '/images/content/hrtc_logo.png', :class => 'nobor', :alt => 'Hampton Roads Technology Council'

#footer #footer
= bottom_nav = bottom_nav
%br %br
Expand Down
Binary file added public/images/content/hrtc_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4299616

Please sign in to comment.