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.

30 lines
982 B

  1. !!!
  2. %html
  3. %head
  4. %title= page_title
  5. %meta(charset='utf-8')
  6. %meta(content='J.Infield' name='author')
  7. %meta(name='description' content=page_description)
  8. %meta(name='copyright' content='Copyright 2011 J.Infield, all rights reserved')
  9. %link(rel='stylesheet' media='screen' href='stylesheets/reset.css')
  10. %link(rel='stylesheet' media='screen' href='stylesheets/grids.css')
  11. %link(rel='stylesheet' media='screen' href='stylesheets/layout.css')
  12. %script(src='javascripts/jquery.min.js')
  13. = yield :head
  14. %body
  15. #container
  16. #header
  17. %img.left#badge(src='images/logo.png' alt='Air-one Logo')
  18. %img.right#gallery(src='images/sprinter.png' alt='Gallery')
  19. #menu
  20. %ul#nav
  21. %li
  22. %a(href='/')>Home
  23. #content
  24. = yield
  25. / id='content'
  26. #footer
  27. :textile
  28. (c)2011 J.Infield -- All rights Reserved
  29. / id='container'
  30. / © Copyright 2011 J.Infield. All Rights Reserved.