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.

33 lines
952 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. #gallery.ugallery
  17. %a(href="images/sprinter.1.png")
  18. %a(href="images/vans.png")
  19. %a(href="images/sprinter.2.png")
  20. %a(href="images/office.png")
  21. %a(href="images/sprinter.3.png")
  22. #menu
  23. %ul#nav
  24. %li
  25. %a(href='/')>Home
  26. #content
  27. = yield
  28. / id='content'
  29. #footer
  30. :textile
  31. (c)2011 J.Infield -- All rights Reserved
  32. / id='container'
  33. / © Copyright 2011 J.Infield. All Rights Reserved.