Rails-based website for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 

36 lines
1.1 KiB

!!!
%html
%head
%title= page_title
%meta(charset='utf-8')
%meta(content='J.Infield' name='author')
%meta(name='description' content=page_description)
%meta(name='copyright' content='Copyright 2011 J.Infield, all rights reserved')
!= stylesheet_links
%script(src='javascripts/jquery.min.js')
%script(src='javascripts/jquery.ugallery-min.js')
%script(src='javascripts/application.js')
%body
#container
#header
%img.left#badge(src='images/Air-one.alt.png' alt='Air-one Logo')
#gallery.ugallery
%a(href="images/sprinter.1.png")
%a(href="images/vans.png")
%a(href="images/sprinter.2.png")
%a(href="images/office.png")
%a(href="images/sprinter.3.png")
#menu
%ul#nav
%li
%a(href='/')>Home
%a(href='/alt')>Alt
%a(href='/soon')>Soon
#content
= yield
/ id='content'
#footer
:textile
(c)2011 J.Infield -- All rights Reserved
/ id='container'
/ © Copyright 2011 J.Infield. All Rights Reserved.