62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%title="Blog de Nicolas Bally - #{@title}"
|
|
|
|
= stylesheet_link_tag "public", :media => "all"
|
|
|
|
=javascript_include_tag "public"
|
|
|
|
= csrf_meta_tag
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
|
|
%body
|
|
|
|
|
|
|
|
%header#top
|
|
|
|
=link_to image_tag("front/logo.png"), "/"
|
|
|
|
%navigation#first_nav
|
|
=link_to "A propos", "/pages/a-propos-de-nicolas-bally.html"
|
|
=link_to "Blog", "/"
|
|
|
|
=link_to "Contact", "/pages/contact.html"
|
|
|
|
|
|
%p{:style => "clear:both;"}
|
|
#main=yield
|
|
|
|
%section#sidebar
|
|
|
|
=render :partial => "public/articles/sidebar_recents.html.haml"
|
|
=render :partial => "public/articles/sidebar_categories.html.haml"
|
|
=render :partial => "public/articles/sidebar_archives.html.haml"
|
|
|
|
%h3 Mes activités
|
|
%ul
|
|
%li= link_to "Création de site web", "http://www.quartz-agence.com"
|
|
%li= link_to "Photographie", "http://www.quartz-agence.com"
|
|
|
|
|
|
|
|
%p{:style => "clear:both;"}
|
|
|
|
|
|
%footer
|
|
%legals
|
|
Sauf mention contraire, textes & photos créés par
|
|
=link_to "Nicolas Bally", "mailto:info@nicolasbally.com"
|
|
sous
|
|
=link_to "license Creative Commons (BY-NC-SA)", "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/", :target => "_blank"
|
|
=link_to image_tag("front/cc-licenses-terms.png"), "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/", :target => "_blank"
|
|
=" - "
|
|
Merci de m'
|
|
=link_to "envoyer un mail", "mailto:info@nicolasbally.com"
|
|
lors de toute utilisation de ce contenu.
|
|
|
|
|