Created
September 19, 2013 00:19
-
-
Save guillermorangel/6617587 to your computer and use it in GitHub Desktop.
random notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: About HUTT | |
subtitle: Get To Know Us | |
footer_image_url: /images/old_truck_edited.jpg | |
--- | |
<% content_for :footer do %> | |
<p>blue.css</p> | |
<% end %> | |
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ | |
<% if content_for? :footer %> | |
<img src="<%= current_page.data.footer_image_url %>" height="100"> | |
<% end %> | |
<%= yield_content(:footer) if content_for?(:footer) %> | |
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ | |
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ | |
<%= link_to image_tag('hutt_logo_primary.png'), '/' %> | |
<%= image_tag 'hutt_logo_primary.png' %> | |
<% link_to('/pages/about.html', { :class => 'link_class', :"id" => 'link_id', :title => 'Sass and Compass for designers book image', :"data-icon" => 'd' }) do %> | |
<%= image_tag('hutt_logo_primary.png', :alt => 'image alt text', :class => "image_class", :id => 'image_id') %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment