This commit is contained in:
Nicolas Bally 2017-10-17 12:06:49 +02:00
parent 6c28013a36
commit 92ce5cc3a0
5 changed files with 23 additions and 9 deletions

View File

@ -20,32 +20,40 @@
=#render :partial => "public/shared/ga"
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster|Open+Sans' rel='stylesheet' type='text/css'>
=javascript_include_tag "https://maps.googleapis.com/maps/api/js?libraries=places&amp;sensor=false"
%body{:style => "background:url('/fond-vs.jpg') center center no-repeat;background-size:100%;background-size:cover;"}
%body{:style => "background:url('/fond-vs.jpg') center bottom no-repeat;background-size:100%;"}
.top
=image_tag "http://negos.pro/public_medias/image_file/file/37/large_sans_titre_-_1.png", :style => "margin:auto;display:block;width:300px;margin:30px auto;"
=image_tag "/logo-vs.png", :style => "margin:auto;display:block;width:250px;margin:30px auto;"
.row
.columns
%h2
Vous êtes un particulier ?
%br
Particuliers
%br
%br
.inner
%p
Vous pourrez très prochainement consulter la liste des points de vente sur cette page
Ou trouver mon Pack ?
%p
=image_tag( "/declic.png", :style => "display:block;margin:20px auto;max-width:100%;")
.columns
%h2
Vous êtes une entreprise ou une organisation ?
Entreprises Commerçants
Profession Libéral Collectivités
Associations
.inner
%p
@ -53,11 +61,12 @@
%strong Vouis'Star
pour les revendre dans votre commerce, ou les offrir à vos clients.
%center
=link_to "Commander des packs (pro)", "http://negos.pro", :target => "_blank", :style => "display:inline-block;margin:20px;padding:12px 20px;border:1px solid #f59c00;color:white;background:#f59c00;font-weight:bold;text-decoration:none;"
=link_to "Commander maintenant", "http://negos.pro", :target => "_blank", :style => "display:inline-block;margin:20px;padding:12px 20px;border:1px solid #f59c00;color:white;background:#f59c00;font-weight:bold;text-decoration:none;"
=link_to image_tag( "http://negos.pro/logo.png", :style => "display:block;margin:20px auto;width:160px;"), "http://negos.pro", :target => "_blank"
=link_to image_tag( "/logo2.png", :style => "display:block;margin:20px auto;width:160px;"), "http://negos.pro", :target => "_blank"
.clear
:scss
@ -81,11 +90,16 @@
width: 100%;
}
h2{
font-family: 'Lobster', cursive;
color:#077e2f !important;
font-size:40px;
}
body {
margin: 0px;
min-height: 100%;
width: 100%;
font-family:Varela Round;
font-family: 'Open Sans', sans-serif;
h2{
text-align:center;
max-width:480px;

BIN
public/declic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
public/logo-vs.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
public/logo2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB