heylium-webapp/app/views/layouts/application.html.haml
2016-11-08 18:56:02 +01:00

43 lines
1.3 KiB
Plaintext
Executable File

!!!
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
= yield :header
%title HeyliumApp
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
= yield :javascript
%body.skin-blue.layout-top-nav{"cz-shortcut-listen" => "true"}
.wrapper
%header.main-header
%nav.navbar.navbar-static-top
.container
.navbar-header
%a{:href => "http://heylium.io"}
=image_tag "titre-white.svg", style:"height:30px;margin-top:10px;", class:"nav-logo"
#navbar-collapse.collapse.navbar-collapse.pull-left
%ul.nav.navbar-nav
%li
%a{:href => "http://heylium.io"}
Télécharger l'application Heylium pour iOS et Android
/ Full Width Column
.content-wrapper{:style => "min-height: 849px;"}
= yield
%footer.main-footer
.container
.pull-right.hidden-xs
%b Version
1.0.0
%strong
Copyright © 2016
= succeed "." do
%a{:href => "http://heylium.io"} Heylium
All rights
reserved.