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.

28 lines
789 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. != stylesheet_links
  10. %script(src='javascripts/jquery.min.js')
  11. = yield :head
  12. %body
  13. #container
  14. #header
  15. %img.left#badge(src='images/logo.png' alt='Air-one Logo')
  16. %img.right#gallery(src='images/sprinter.png' alt='Gallery')
  17. #menu
  18. %ul#nav
  19. %li
  20. %a(href='/')>Home
  21. #content
  22. = yield
  23. / id='content'
  24. #footer
  25. :textile
  26. (c)2011 J.Infield -- All rights Reserved
  27. / id='container'
  28. / © Copyright 2011 J.Infield. All Rights Reserved.