Advertisement
Viciousity

Fantasy Slash - Homepage

Aug 4th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.11 KB | None | 0 0
  1. !!!5
  2. %html
  3.   %head
  4.     %title Fantasy Slash
  5.     = stylesheet_link_tag    "application"
  6.     = javascript_include_tag "application"
  7.     = csrf_meta_tags
  8.   %body
  9.     #header
  10.       = link_to image_tag('layout/header_logo.png'), root_path
  11.     #nav
  12.       = link_to "", account_player_new_path,  :class => "signup"
  13.       %hr
  14.       = link_to "", account_session_new_path, :class => "signin"
  15.     #content
  16.       #game_desc
  17.         .img
  18.           = image_tag 'game_desc/01.jpg'
  19.           %span Rentrez dans un univers où magie et technologie cohabitent en harmonie et où seulement les plus braves survivront.
  20.         .img
  21.           = image_tag 'game_desc/02.jpg'
  22.           %span Apprenez de nouvelles compétences, maitrisez de nouvelles armes, battez-vous pour devenir le meilleur.
  23.         .img
  24.           = image_tag 'game_desc/03.jpg'
  25.           %span Prenez part à la communauté pour acheter et revendre vos équipements ou simplement afin de rencontrer de nouveaux alliés.
  26.     #footer
  27.       Ce site est développé par #{link_to "D2F", ""},
  28.       propulsé par #{link_to "Ruby on Rails", "http://rubyonrails.org/"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement