mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
<!doctype HTML>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title><%= @page_title + ' - ' unless @page_title.nil? %> Dan Barber Photography</title>
|
|
<meta http-equiv="Content-Type" content="text/html" />
|
|
<meta name="keywords" content="photography, images, landscapes" />
|
|
<meta name="description" content="The photography portfolio of Dan Barber" />
|
|
<meta name="language" content="English" />
|
|
<%= stylesheet_link_tag "squaregrid", :media => "all" %>
|
|
<%= stylesheet_link_tag "photos", :media => "all" %>
|
|
<%= stylesheet_link_tag "fancybox", :media => "all" %>
|
|
<%= stylesheet_link_tag "scrollbars", :media => "screen" %>
|
|
<%= javascript_include_tag 'application' %>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="page">
|
|
|
|
<div id="wrapper">
|
|
<div id="container">
|
|
|
|
<div class="sgParent sg-12">
|
|
|
|
<div id="header" class="sg-11">
|
|
<%= link_to image_tag('/assets/title.png', :alt => 'Dan Barber Photography'), '/' %>
|
|
</div>
|
|
|
|
<%= yield %>
|
|
|
|
<div id="footer" class="sg-35">
|
|
<p>©2010 dan barber</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= render :partial => 'shared/analytics' %>
|
|
|
|
</body>
|
|
|
|
</html>
|