suite
This commit is contained in:
parent
c7a1785adc
commit
6f8bdaece2
@ -53,6 +53,7 @@ body{
|
|||||||
h1,h2,h3{
|
h1,h2,h3{
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
color:#1a93a6;
|
||||||
|
|
||||||
}
|
}
|
||||||
.top{
|
.top{
|
||||||
@ -101,7 +102,7 @@ h1,h2,h3{
|
|||||||
.bottom{
|
.bottom{
|
||||||
|
|
||||||
padding: 20px 10px 10px;
|
padding: 20px 10px 10px;
|
||||||
background-color: #5d5d5d;
|
background-color: #1a93a6;
|
||||||
font-size:0.9em;
|
font-size:0.9em;
|
||||||
position:relative;
|
position:relative;
|
||||||
#certif{
|
#certif{
|
||||||
|
@ -21,7 +21,7 @@ class Public::ArticlesController < ApplicationController
|
|||||||
@articles = @articles.page(params[:page]).per(11)
|
@articles = @articles.page(params[:page]).per(11)
|
||||||
|
|
||||||
|
|
||||||
@title = "Articles du blog"
|
@title = "Actualités"
|
||||||
end
|
end
|
||||||
|
|
||||||
def feed
|
def feed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-@lang = @lang || LangSite.first
|
-@lang = @lang || LangSite.first
|
||||||
-if !@facebook_img or @facebook_img == ""
|
-if !@facebook_img or @facebook_img == ""
|
||||||
-@facebook_img= "/public_medias/image_file/file/280/large_medium_shutterstock_64985671_0__-_copie.jpg"
|
-@facebook_img= ""
|
||||||
!!!
|
!!!
|
||||||
-if @description and @description == ""
|
-if @description and @description == ""
|
||||||
- @description = ""
|
- @description = ""
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%h2 Merci beaucoup
|
%h2 Merci beaucoup
|
||||||
%p{:style => "text-align:center;"}
|
%p{:style => "text-align:center;"}
|
||||||
%br
|
%br
|
||||||
Votre message m'a bien été envoyé, j'y répondrais dès que possible !
|
Votre message m'a bien été envoyé, nous vous répondrons dans les plus brefs délais.
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
.row
|
.row
|
||||||
.columns.span_4
|
.columns.span_4
|
||||||
%p
|
%p
|
||||||
%strong Bouvier signalétique
|
%strong Siège social
|
||||||
%p
|
%p
|
||||||
|
|
||||||
Zone Actipôle, 4/6 boulevard Beaubourg
|
Zone Actipôle, 4/6 boulevard Beaubourg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user