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.
|
|
!!! %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') %link(rel='stylesheet' media='screen' href='stylesheets/reset.css') %link(rel='stylesheet' media='screen' href='stylesheets/grids.css') %link(rel='stylesheet' media='screen' href='stylesheets/layout.css') %script(src='javascripts/jquery.min.js') = yield :head %body #container #header %img.left#badge(src='images/logo.png' alt='Air-one Logo') %img.right#gallery(src='images/sprinter.png' alt='Gallery') #menu %ul#nav %li %a(href='/')>Home #content = yield / id='content' #footer :textile (c)2011 J.Infield -- All rights Reserved / id='container' / © Copyright 2011 J.Infield. All Rights Reserved.
|