This commit is contained in:
Nicolas Bally 2019-02-10 21:38:46 +01:00
parent 4244aba4c3
commit a210878f73
2 changed files with 7 additions and 4 deletions

View File

@ -79,7 +79,7 @@
=render :partial => "public/shared/ga" =render :partial => "public/shared/ga"
= stylesheet_link_tag 'public', :media => :all = stylesheet_link_tag 'public', :media => :all
= stylesheet_link_tag '/fonts/Stylograph/stylesheet.css'
<link href="https://fonts.googleapis.com/css?family=Galada|Lato:400,900|Roboto+Slab:400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Galada|Lato:400,900|Roboto+Slab:400,700" rel="stylesheet">
<script src="https://f.vimeocdn.com/js/froogaloop2.min.js"></script> <script src="https://f.vimeocdn.com/js/froogaloop2.min.js"></script>
@ -280,7 +280,10 @@
$(document).ready(function(){ $(document).ready(function(){
$('#bxslider').bxSlider({ $('#bxslider').bxSlider({
nextText: '>', nextText: '>',
prevText: '<' prevText: '<',
auto: true,
speed:700,
pause:2000
}); });
}); });
@ -367,7 +370,7 @@
=link_to "contact@jipe.fr", "mailto:contact@jipe.fr" =link_to "contact@jipe.fr", "mailto:contact@jipe.fr"
.span .span
SARL au capital de 651 510,00 € SAS au capital de 651 510,00 €
="-" ="-"
RCS : Colmar B 530 702 331 RCS : Colmar B 530 702 331
="-" ="-"

View File

@ -23,7 +23,7 @@
-else -else
-url ="" -url =""
-url = "http://"+HOSTNAME+url -url = "http#{("" if Rails.env.production?)}://"+HOSTNAME+url
-style = "" -style = ""
-style = "text-align:center;" if input.alignement == "center" -style = "text-align:center;" if input.alignement == "center"