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

  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. %script(src='javascripts/jquery.ugallery-min.js')
  12. %script(src='javascripts/application.js')
  13. %body
  14. #container
  15. #header
  16. %img.left#badge(src='images/logo.png' alt='Air-one Logo')
  17. #gallery.ugallery
  18. %a(href="images/sprinter.1.png")
  19. %a(href="images/vans.png")
  20. %a(href="images/sprinter.2.png")
  21. %a(href="images/office.png")
  22. %a(href="images/sprinter.3.png")
  23. #menu
  24. %ul#nav
  25. %li
  26. %a(href='/')>Home
  27. %a(href='/alt')>Alt
  28. %a(href='/soon')>Soon
  29. #content
  30. = yield
  31. / id='content'
  32. #footer
  33. :textile
  34. (c)2011 J.Infield -- All rights Reserved
  35. / id='container'
  36. / © Copyright 2011 J.Infield. All Rights Reserved.