Browse Source

[Site] Amélioration contenu de présentation du logiciel #1214

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
52bb53cafa
5 changed files with 251 additions and 131 deletions
  1. +4
    -4
      frontend/views/site/index.php
  2. +6
    -1
      frontend/views/site/service.php
  3. +145
    -126
      frontend/web/css/screen.css
  4. +71
    -0
      frontend/web/js/frontend.js
  5. +25
    -0
      frontend/web/sass/screen.scss

+ 4
- 4
frontend/views/site/index.php View File

</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="hook"> <div class="hook">
Simplifiez la distribution de vos produits<br>
en circuit court avec des outils adaptés.
Profitez d'un logiciel simple et intuitif pour :<br />
<div class="word-animate"><span class="functionality"></span></div>
</div> </div>
<div class="links"> <div class="links">
<?php if (Yii::$app->user->isGuest): ?> <?php if (Yii::$app->user->isGuest): ?>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div class="hook"> <div class="hook">
Réservez facilement vos produits en ligne<br>
auprès de producteurs locaux.
Réservez facilement vos produits<br>
auprès de producteurs locaux.<br><br>
</div> </div>
<div class="links"> <div class="links">
<?php if (Yii::$app->user->isGuest): ?> <?php if (Yii::$app->user->isGuest): ?>

+ 6
- 1
frontend/views/site/service.php View File

target="_blank"> target="_blank">
<span class="glyphicon glyphicon-education"></span> Je demande une démo <span class="glyphicon glyphicon-education"></span> Je demande une démo
</a> </a>
<br><br>
<a class="btn btn-default"
href="<?= $this->getUrlManagerFrontend()->createUrl(['site/about']); ?>">
<span class="glyphicon glyphicon-info-sign"></span> À propos
</a>
<a class="btn btn-default" <a class="btn btn-default"
href="<?= $this->getUrlManagerFrontend()->createUrl(['site/contact']); ?>"> href="<?= $this->getUrlManagerFrontend()->createUrl(['site/contact']); ?>">
<span class="glyphicon glyphicon-envelope"></span> Je contacte le développeur
<span class="glyphicon glyphicon-envelope"></span> Contact
</a> </a>
</p> </p>
</div> </div>

+ 145
- 126
frontend/web/css/screen.css View File

#content #row-users-producers .col-md-6.producer { #content #row-users-producers .col-md-6.producer {
padding-left: 0px; padding-left: 0px;
} }
/* line 598, ../sass/screen.scss */
/* line 597, ../sass/screen.scss */
#content #row-users-producers .col-md-6.producer .word-animate {
margin-top: 18px;
height: 40px;
}
/* line 602, ../sass/screen.scss */
#content #row-users-producers .col-md-6.producer .word-animate span.functionality {
background-color: #FFF8DC;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
padding: 8px 15px 5px 15px;
}
/* line 612, ../sass/screen.scss */
#content #row-users-producers .col-md-6.producer .word-animate span.functionality .glyphicon {
position: relative;
top: 4px;
right: 6px;
}
/* line 623, ../sass/screen.scss */
#content #row-users-producers .col-md-6.users { #content #row-users-producers .col-md-6.users {
padding-right: 0px; padding-right: 0px;
} }
/* line 602, ../sass/screen.scss */
/* line 627, ../sass/screen.scss */
#content #row-users-producers .col-md-6 .hook { #content #row-users-producers .col-md-6 .hook {
font-family: 'capsuularegular'; font-family: 'capsuularegular';
font-size: 23px; font-size: 23px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 30px; margin-bottom: 30px;
} }
/* line 611, ../sass/screen.scss */
/* line 636, ../sass/screen.scss */
#content #row-users-producers .col-md-6 .links a { #content #row-users-producers .col-md-6 .links a {
margin-bottom: 5px; margin-bottom: 5px;
} }
/* line 637, ../sass/screen.scss */
/* line 662, ../sass/screen.scss */
#content #row-users-producers p, #content #row-users-producers p,
#content #row-functionalities-rates p { #content #row-functionalities-rates p {
padding-bottom: 4px; padding-bottom: 4px;
} }
/* line 643, ../sass/screen.scss */
/* line 668, ../sass/screen.scss */
#content #row-functionalities-rates .block { #content #row-functionalities-rates .block {
position: relative; position: relative;
margin-bottom: 25px; margin-bottom: 25px;
padding-left: 70px; padding-left: 70px;
min-height: 50px; min-height: 50px;
} }
/* line 649, ../sass/screen.scss */
/* line 674, ../sass/screen.scss */
#content #row-functionalities-rates .block .glyphicon { #content #row-functionalities-rates .block .glyphicon {
font-size: 40px; font-size: 40px;
position: absolute; position: absolute;
left: 0px; left: 0px;
top: 0px; top: 0px;
} }
/* line 656, ../sass/screen.scss */
/* line 681, ../sass/screen.scss */
#content #row-functionalities-rates .block p { #content #row-functionalities-rates .block p {
font-family: 'capsuularegular'; font-family: 'capsuularegular';
font-size: 18px; font-size: 18px;
} }
/* line 661, ../sass/screen.scss */
/* line 686, ../sass/screen.scss */
#content #row-functionalities-rates .block a { #content #row-functionalities-rates .block a {
text-decoration: none; text-decoration: none;
color: black; color: black;
} }
/* line 665, ../sass/screen.scss */
/* line 690, ../sass/screen.scss */
#content #row-functionalities-rates .block a:hover { #content #row-functionalities-rates .block a:hover {
color: #F2B84B; color: #F2B84B;
} }
/* line 672, ../sass/screen.scss */
/* line 697, ../sass/screen.scss */
#content #row-functionalities-rates .block-points-sale-products img { #content #row-functionalities-rates .block-points-sale-products img {
width: 40px; width: 40px;
} }
/* line 680, ../sass/screen.scss */
/* line 705, ../sass/screen.scss */
#content #block-services .panel-body .panel-body { #content #block-services .panel-body .panel-body {
padding-bottom: 0px; padding-bottom: 0px;
} }
/* line 682, ../sass/screen.scss */
/* line 707, ../sass/screen.scss */
#content #block-services .panel-body .panel-body h3 { #content #block-services .panel-body .panel-body h3 {
margin-top: 0px; margin-top: 0px;
} }
/* line 691, ../sass/screen.scss */
/* line 716, ../sass/screen.scss */
#content #block-rates table th { #content #block-rates table th {
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
} }
/* line 700, ../sass/screen.scss */
/* line 725, ../sass/screen.scss */
#content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active { #content #btn-demo:hover, #content #btn-demo:focus, #content #btn-demo:active {
color: black; color: black;
} }


/* line 710, ../sass/screen.scss */
/* line 735, ../sass/screen.scss */
#content #contact { #content #contact {
display: none; display: none;
} }
/* line 714, ../sass/screen.scss */
/* line 739, ../sass/screen.scss */
#content #contact .icon { #content #contact .icon {
width: 55px; width: 55px;
top: -15px; top: -15px;
margin-left: -70px; margin-left: -70px;
} }
/* line 720, ../sass/screen.scss */
/* line 745, ../sass/screen.scss */
#content #contact .form-control:focus { #content #contact .form-control:focus {
/*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ; /*@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px $jaune) ;
border-color: $jaune ;*/ border-color: $jaune ;*/
} }
/* line 725, ../sass/screen.scss */
/* line 750, ../sass/screen.scss */
#content #contact .form-group { #content #contact .form-group {
text-align: center; text-align: center;
} }
/* line 729, ../sass/screen.scss */
/* line 754, ../sass/screen.scss */
#content #contact .img-right { #content #contact .img-right {
float: right; float: right;
} }
/* line 732, ../sass/screen.scss */
/* line 757, ../sass/screen.scss */
#content #contact .img-right img { #content #contact .img-right img {
width: 300px; width: 300px;
} }


/* line 738, ../sass/screen.scss */
/* line 763, ../sass/screen.scss */
#bookmarked-producers { #bookmarked-producers {
padding: 0px; padding: 0px;
padding-top: 15px; padding-top: 15px;
border-bottom: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0;
background-color: white; background-color: white;
} }
/* line 746, ../sass/screen.scss */
/* line 771, ../sass/screen.scss */
#bookmarked-producers h2 { #bookmarked-producers h2 {
float: left; float: left;
font-family: 'highvoltageregular'; font-family: 'highvoltageregular';
padding: 0px; padding: 0px;
color: #323232; color: #323232;
} }
/* line 757, ../sass/screen.scss */
/* line 782, ../sass/screen.scss */
#bookmarked-producers #producers { #bookmarked-producers #producers {
position: relative; position: relative;
top: -5px; top: -5px;
left: 5px; left: 5px;
} }
/* line 763, ../sass/screen.scss */
/* line 788, ../sass/screen.scss */
#bookmarked-producers #discover { #bookmarked-producers #discover {
padding-bottom: 20px; padding-bottom: 20px;
text-align: center; text-align: center;
} }
/* line 767, ../sass/screen.scss */
/* line 792, ../sass/screen.scss */
#bookmarked-producers #discover p { #bookmarked-producers #discover p {
padding-bottom: 0px; padding-bottom: 0px;
color: white; color: white;
} }
/* line 772, ../sass/screen.scss */
/* line 797, ../sass/screen.scss */
#bookmarked-producers #discover .btn { #bookmarked-producers #discover .btn {
background-color: white; background-color: white;
color: #F2B84B; color: #F2B84B;
border: solid 1px white; border: solid 1px white;
} }


/* line 781, ../sass/screen.scss */
/* line 806, ../sass/screen.scss */
#footer { #footer {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
border-top: 0px none; border-top: 0px none;
color: white; color: white;
} }
/* line 792, ../sass/screen.scss */
/* line 817, ../sass/screen.scss */
#footer a { #footer a {
color: white; color: white;
font-family: 'capsuularegular'; font-family: 'capsuularegular';
border-right: solid 1px white; border-right: solid 1px white;
border: 0px none; border: 0px none;
} }
/* line 802, ../sass/screen.scss */
/* line 827, ../sass/screen.scss */
#footer a:hover { #footer a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* line 806, ../sass/screen.scss */
/* line 831, ../sass/screen.scss */
#footer a:last-child { #footer a:last-child {
border: 0px none; border: 0px none;
} }


/* line 816, ../sass/screen.scss */
/* line 841, ../sass/screen.scss */
.site-producers #producers-list #producer-search { .site-producers #producers-list #producer-search {
padding-bottom: 15px; padding-bottom: 15px;
} }
/* line 820, ../sass/screen.scss */
/* line 845, ../sass/screen.scss */
.site-producers #producers-list .alert-no-results { .site-producers #producers-list .alert-no-results {
display: none; display: none;
} }
/* line 824, ../sass/screen.scss */
/* line 849, ../sass/screen.scss */
.site-producers #producers-list .panel { .site-producers #producers-list .panel {
border: solid 1px #e0e0e0; border: solid 1px #e0e0e0;
-moz-border-radius: 8px; -moz-border-radius: 8px;
-webkit-border-radius: 8px; -webkit-border-radius: 8px;
border-radius: 8px; border-radius: 8px;
} }
/* line 828, ../sass/screen.scss */
/* line 853, ../sass/screen.scss */
.site-producers #producers-list .panel .panel-body { .site-producers #producers-list .panel .panel-body {
border: 0px none; border: 0px none;
-moz-border-radius: 8px; -moz-border-radius: 8px;
-webkit-border-radius: 8px; -webkit-border-radius: 8px;
border-radius: 8px; border-radius: 8px;
} }
/* line 832, ../sass/screen.scss */
/* line 857, ../sass/screen.scss */
.site-producers #producers-list .panel .panel-body h2 { .site-producers #producers-list .panel .panel-body h2 {
font-family: 'capsuularegular'; font-family: 'capsuularegular';
font-weight: bold; font-weight: bold;
margin-bottom: 5px; margin-bottom: 5px;
padding-bottom: 0px; padding-bottom: 0px;
} }
/* line 842, ../sass/screen.scss */
/* line 867, ../sass/screen.scss */
.site-producers #producers-list .panel .panel-body p { .site-producers #producers-list .panel .panel-body p {
padding-bottom: 0px; padding-bottom: 0px;
} }
/* line 846, ../sass/screen.scss */
/* line 871, ../sass/screen.scss */
.site-producers #producers-list .panel .panel-body .producer-type { .site-producers #producers-list .panel .panel-body .producer-type {
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 14px; font-size: 14px;
} }
/* line 857, ../sass/screen.scss */
/* line 882, ../sass/screen.scss */
.site-producers #producers-list .panel .panel-footer { .site-producers #producers-list .panel .panel-footer {
-moz-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px;
border: 0px none; border: 0px none;
} }
/* line 863, ../sass/screen.scss */
/* line 888, ../sass/screen.scss */
.site-producers #producers-list .panel .logo { .site-producers #producers-list .panel .logo {
float: right; float: right;
position: relative; position: relative;
text-align: right; text-align: right;
overflow: hidden; overflow: hidden;
} }
/* line 874, ../sass/screen.scss */
/* line 899, ../sass/screen.scss */
.site-producers #producers-list .panel .logo .img-logo { .site-producers #producers-list .panel .logo .img-logo {
position: absolute; position: absolute;
top: 50%; top: 50%;
max-width: 90px; max-width: 90px;
max-height: 90px; max-height: 90px;
} }
/* line 886, ../sass/screen.scss */
/* line 911, ../sass/screen.scss */
.site-producers #producers-map { .site-producers #producers-map {
height: 750px; height: 750px;
border: solid 1px #e0e0e0; border: solid 1px #e0e0e0;
-webkit-border-radius: 8px; -webkit-border-radius: 8px;
border-radius: 8px; border-radius: 8px;
} }
/* line 891, ../sass/screen.scss */
/* line 916, ../sass/screen.scss */
.site-producers #producers-map.fixed { .site-producers #producers-map.fixed {
position: fixed !important; position: fixed !important;
top: 20px; top: 20px;
width: 300px; width: 300px;
height: 750px; height: 750px;
} }
/* line 899, ../sass/screen.scss */
/* line 924, ../sass/screen.scss */
.site-producers #producers-map a { .site-producers #producers-map a {
text-decoration: none; text-decoration: none;
} }
/* line 903, ../sass/screen.scss */
/* line 928, ../sass/screen.scss */
.site-producers #producers-map .popup-producer { .site-producers #producers-map .popup-producer {
font-size: 14px; font-size: 14px;
color: #505050; color: #505050;
} }
/* line 907, ../sass/screen.scss */
/* line 932, ../sass/screen.scss */
.site-producers #producers-map .popup-producer .name { .site-producers #producers-map .popup-producer .name {
font-family: 'capsuularegular'; font-family: 'capsuularegular';
font-weight: bold; font-weight: bold;
font-size: 23px; font-size: 23px;
color: #323232; color: #323232;
} }
/* line 913, ../sass/screen.scss */
/* line 938, ../sass/screen.scss */
.site-producers #producers-map .popup-producer .type { .site-producers #producers-map .popup-producer .type {
text-transform: uppercase; text-transform: uppercase;
font-size: 13px; font-size: 13px;
margin-bottom: 12px; margin-bottom: 12px;
} }
/* line 918, ../sass/screen.scss */
/* line 943, ../sass/screen.scss */
.site-producers #producers-map .popup-producer .address { .site-producers #producers-map .popup-producer .address {
margin-bottom: 12px; margin-bottom: 12px;
} }
/* line 921, ../sass/screen.scss */
/* line 946, ../sass/screen.scss */
.site-producers #producers-map .popup-producer .link { .site-producers #producers-map .popup-producer .link {
color: white; color: white;
} }


/* line 931, ../sass/screen.scss */
/* line 956, ../sass/screen.scss */
#content .site-about .panel .panel-heading h2 { #content .site-about .panel .panel-heading h2 {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
font-size: 25px; font-size: 25px;
} }
/* line 939, ../sass/screen.scss */
/* line 964, ../sass/screen.scss */
#content .site-about .panel .panel-body h2 { #content .site-about .panel .panel-body h2 {
font-size: 20px; font-size: 20px;
text-transform: none; text-transform: none;
padding-bottom: 0px; padding-bottom: 0px;
margin-top: 0px; margin-top: 0px;
} }
/* line 947, ../sass/screen.scss */
/* line 972, ../sass/screen.scss */
#content .site-about .panel .panel-body p:last-child { #content .site-about .panel .panel-body p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
padding-bottom: 5px; padding-bottom: 5px;
} }
/* line 955, ../sass/screen.scss */
/* line 980, ../sass/screen.scss */
#content .site-about #few-numbers .item { #content .site-about #few-numbers .item {
text-align: center; text-align: center;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
} }
/* line 960, ../sass/screen.scss */
/* line 985, ../sass/screen.scss */
#content .site-about #few-numbers .item .number { #content .site-about #few-numbers .item .number {
font-family: 'highvoltageregular'; font-family: 'highvoltageregular';
font-weight: bold; font-weight: bold;
font-size: 35px; font-size: 35px;
} }
/* line 966, ../sass/screen.scss */
/* line 991, ../sass/screen.scss */
#content .site-about #few-numbers .item .description { #content .site-about #few-numbers .item .description {
font-size: 16px; font-size: 16px;
} }
/* line 970, ../sass/screen.scss */
/* line 995, ../sass/screen.scss */
#content .site-about #few-numbers .item .detail { #content .site-about #few-numbers .item .detail {
color: gray; color: gray;
} }
/* line 976, ../sass/screen.scss */
/* line 1001, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials { #content .site-about #carousel-producers-testimonials {
transition: all 0.4s; transition: all 0.4s;
} }
/* line 979, ../sass/screen.scss */
/* line 1004, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .item, #content .site-about #carousel-producers-testimonials .carousel-caption { #content .site-about #carousel-producers-testimonials .item, #content .site-about #carousel-producers-testimonials .carousel-caption {
transition: all 0.4s; transition: all 0.4s;
} }
/* line 983, ../sass/screen.scss */
/* line 1008, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .carousel-indicators { #content .site-about #carousel-producers-testimonials .carousel-indicators {
display: none; display: none;
} }
/* line 987, ../sass/screen.scss */
/* line 1012, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .carousel-control { #content .site-about #carousel-producers-testimonials .carousel-control {
background: none; background: none;
} }
/* line 990, ../sass/screen.scss */
/* line 1015, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .carousel-control span.glyphicon { #content .site-about #carousel-producers-testimonials .carousel-control span.glyphicon {
top: 50px; top: 50px;
} }
/* line 996, ../sass/screen.scss */
/* line 1021, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .item .carousel-caption { #content .site-about #carousel-producers-testimonials .item .carousel-caption {
top: 20px; top: 20px;
color: #323232; color: #323232;
text-shadow: none; text-shadow: none;
padding: 0px; padding: 0px;
} }
/* line 1002, ../sass/screen.scss */
/* line 1027, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .item .carousel-caption img { #content .site-about #carousel-producers-testimonials .item .carousel-caption img {
display: block; display: block;
width: 150px; width: 150px;
height: auto; height: auto;
margin: 0px auto 15px auto; margin: 0px auto 15px auto;
} }
/* line 1010, ../sass/screen.scss */
/* line 1035, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-testimony { #content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-testimony {
margin-bottom: 12px; margin-bottom: 12px;
} }
/* line 1014, ../sass/screen.scss */
/* line 1039, ../sass/screen.scss */
#content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-details { #content .site-about #carousel-producers-testimonials .item .carousel-caption .producer-details {
font-style: italic; font-style: italic;
} }


/* line 1022, ../sass/screen.scss */
/* line 1047, ../sass/screen.scss */
#content #mentions { #content #mentions {
padding-top: 20px; padding-top: 20px;
} }
/* line 1025, ../sass/screen.scss */
/* line 1050, ../sass/screen.scss */
#content #mentions div.content { #content #mentions div.content {
width: 60%; width: 60%;
font-size: 90%; font-size: 90%;
} }
/* line 1030, ../sass/screen.scss */
/* line 1055, ../sass/screen.scss */
#content #mentions p { #content #mentions p {
padding-bottom: 15px; padding-bottom: 15px;
} }
/* line 1034, ../sass/screen.scss */
/* line 1059, ../sass/screen.scss */
#content #mentions h2 { #content #mentions h2 {
color: black; color: black;
padding-bottom: 40px; padding-bottom: 40px;
line-height: 35px; line-height: 35px;
font-family: 'highvoltageregular'; font-family: 'highvoltageregular';
} }
/* line 1042, ../sass/screen.scss */
/* line 1067, ../sass/screen.scss */
#content #mentions h3 { #content #mentions h3 {
font-family: "highvoltageregular"; font-family: "highvoltageregular";
font-size: 18px; font-size: 18px;
color: black; color: black;
} }


/* line 1057, ../sass/screen.scss */
/* line 1082, ../sass/screen.scss */
.vegas-loading { .vegas-loading {
display: none; display: none;
} }


/* line 1064, ../sass/screen.scss */
/* line 1089, ../sass/screen.scss */
#profil-user .form-group.field-user-no_mail label { #profil-user .form-group.field-user-no_mail label {
font-weight: normal; font-weight: normal;
} }
/* line 1068, ../sass/screen.scss */
/* line 1093, ../sass/screen.scss */
#profil-user .form-group label { #profil-user .form-group label {
cursor: pointer; cursor: pointer;
} }
/* line 1073, ../sass/screen.scss */
/* line 1098, ../sass/screen.scss */
#profil-user #mails-days-distribution .form-group { #profil-user #mails-days-distribution .form-group {
float: left; float: left;
margin-right: 15px; margin-right: 15px;
} }
/* line 1077, ../sass/screen.scss */
/* line 1102, ../sass/screen.scss */
#profil-user #mails-days-distribution .form-group label { #profil-user #mails-days-distribution .form-group label {
font-weight: normal; font-weight: normal;
} }
/* line 1083, ../sass/screen.scss */
/* line 1108, ../sass/screen.scss */
#profil-user p.strong { #profil-user p.strong {
font-weight: bold; font-weight: bold;
} }
/* line 1087, ../sass/screen.scss */
/* line 1112, ../sass/screen.scss */
#profil-user h2 { #profil-user h2 {
text-transform: none; text-transform: none;
font-size: 25px; font-size: 25px;
} }
/* line 1091, ../sass/screen.scss */
/* line 1116, ../sass/screen.scss */
#profil-user h2:first-child { #profil-user h2:first-child {
margin-top: 0px; margin-top: 0px;
} }


/* login */ /* login */
/* line 1102, ../sass/screen.scss */
/* line 1127, ../sass/screen.scss */
.back-white, .site-login .col-lg-5, .site-signup .col-lg-5 { .back-white, .site-login .col-lg-5, .site-signup .col-lg-5 {
background-color: white; background-color: white;
padding: 30px; padding: 30px;
border-radius: 5px; border-radius: 5px;
} }


/* line 1109, ../sass/screen.scss */
/* line 1134, ../sass/screen.scss */
.site-login .col-lg-5 { .site-login .col-lg-5 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;
} }


/* signup */ /* signup */
/* line 1119, ../sass/screen.scss */
/* line 1144, ../sass/screen.scss */
.modal-backdrop { .modal-backdrop {
z-index: 999; z-index: 999;
} }


/* line 1124, ../sass/screen.scss */
/* line 1149, ../sass/screen.scss */
.site-signup .col-lg-5 { .site-signup .col-lg-5 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;
max-width: 500px; max-width: 500px;
} }


/* line 1134, ../sass/screen.scss */
/* line 1159, ../sass/screen.scss */
#modal-cgv .modal-body h2 { #modal-cgv .modal-body h2 {
margin-bottom: 5px; margin-bottom: 5px;
padding-bottom: 0px; padding-bottom: 0px;
margin-top: 0px; margin-top: 0px;
} }


/* line 1144, ../sass/screen.scss */
/* line 1169, ../sass/screen.scss */
#form-signup #user-producer { #form-signup #user-producer {
margin-bottom: 30px; margin-bottom: 30px;
} }
/* line 1149, ../sass/screen.scss */
/* line 1174, ../sass/screen.scss */
#form-signup #signupform-id_producer option:disabled { #form-signup #signupform-id_producer option:disabled {
font-weight: bold; font-weight: bold;
color: black; color: black;
} }
/* line 1155, ../sass/screen.scss */
/* line 1180, ../sass/screen.scss */
#form-signup #champs-producer { #form-signup #champs-producer {
display: none; display: none;
} }
/* line 1159, ../sass/screen.scss */
/* line 1184, ../sass/screen.scss */
#form-signup #buttons-signup { #form-signup #buttons-signup {
margin-top: 30px; margin-top: 30px;
} }
/* line 1163, ../sass/screen.scss */
/* line 1188, ../sass/screen.scss */
#form-signup .field-signupform-is_test { #form-signup .field-signupform-is_test {
display: none; display: none;
} }


/* line 1168, ../sass/screen.scss */
/* line 1193, ../sass/screen.scss */
#col-left { #col-left {
padding: 0px; padding: 0px;
z-index: 15; z-index: 15;
} }
/* line 1172, ../sass/screen.scss */
/* line 1197, ../sass/screen.scss */
#col-left .affix { #col-left .affix {
width: 25%; width: 25%;
border-right: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
background-color: #FAFAFA; background-color: #FAFAFA;
height: 100%; height: 100%;
} }
/* line 1179, ../sass/screen.scss */
/* line 1204, ../sass/screen.scss */
#col-left #link-home { #col-left #link-home {
text-decoration: none; text-decoration: none;
font-size: 22px; font-size: 22px;
padding: 10px; padding: 10px;
background-color: white; background-color: white;
} }
/* line 1187, ../sass/screen.scss */
/* line 1212, ../sass/screen.scss */
#col-left #link-home img { #col-left #link-home img {
height: 50px; height: 50px;
margin-bottom: 5px; margin-bottom: 5px;
float: left; float: left;
} }
/* line 1193, ../sass/screen.scss */
/* line 1218, ../sass/screen.scss */
#col-left #link-home .text { #col-left #link-home .text {
padding-left: 62px; padding-left: 62px;
} }
/* line 1196, ../sass/screen.scss */
/* line 1221, ../sass/screen.scss */
#col-left #link-home .text .bap { #col-left #link-home .text .bap {
font-family: "comfortaalight"; font-family: "comfortaalight";
font-size: 24px; font-size: 24px;
} }
/* line 1201, ../sass/screen.scss */
/* line 1226, ../sass/screen.scss */
#col-left #link-home .text .plateforme { #col-left #link-home .text .plateforme {
font-size: 17px; font-size: 17px;
font-family: "myriadpro-light"; font-family: "myriadpro-light";
color: #F2B84B; color: #F2B84B;
} }
/* line 1209, ../sass/screen.scss */
/* line 1234, ../sass/screen.scss */
#col-left h2 { #col-left h2 {
font-family: 'myriadpro-regular'; font-family: 'myriadpro-regular';
color: black; color: black;
margin-bottom: 10px; margin-bottom: 10px;
padding: 15px 0px 5px 15px; padding: 15px 0px 5px 15px;
} }
/* line 1217, ../sass/screen.scss */
/* line 1242, ../sass/screen.scss */
#col-left #links { #col-left #links {
background-color: white; background-color: white;
margin-bottom: 20px; margin-bottom: 20px;
} }
/* line 1223, ../sass/screen.scss */
/* line 1248, ../sass/screen.scss */
#col-left #links ul li a { #col-left #links ul li a {
text-align: center; text-align: center;
border-right: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
} }
/* line 1227, ../sass/screen.scss */
/* line 1252, ../sass/screen.scss */
#col-left #links ul li a:hover { #col-left #links ul li a:hover {
background-color: #F2B84B; background-color: #F2B84B;
color: white; color: white;
} }
/* line 1233, ../sass/screen.scss */
/* line 1258, ../sass/screen.scss */
#col-left #links ul li:last-child a { #col-left #links ul li:last-child a {
border-right: 0px none; border-right: 0px none;
} }
/* line 1243, ../sass/screen.scss */
/* line 1268, ../sass/screen.scss */
#col-left #producers nav.nav-producers ul li a { #col-left #producers nav.nav-producers ul li a {
padding-left: 50px; padding-left: 50px;
height: 40px; height: 40px;
} }
/* line 1249, ../sass/screen.scss */
/* line 1274, ../sass/screen.scss */
#col-left #producers nav.nav-producers ul li.active a { #col-left #producers nav.nav-producers ul li.active a {
background-color: #F2B84B; background-color: #F2B84B;
position: relative; position: relative;
color: white; color: white;
} }
/* line 1254, ../sass/screen.scss */
/* line 1279, ../sass/screen.scss */
#col-left #producers nav.nav-producers ul li.active a:after { #col-left #producers nav.nav-producers ul li.active a:after {
right: -40px; right: -40px;
top: 50%; top: 50%;
border-width: 20px; border-width: 20px;
margin-top: -20px; margin-top: -20px;
} }
/* line 1273, ../sass/screen.scss */
/* line 1298, ../sass/screen.scss */
#col-left ul { #col-left ul {
list-style-type: none; list-style-type: none;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
/* line 1278, ../sass/screen.scss */
/* line 1303, ../sass/screen.scss */
#col-left ul li { #col-left ul li {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
/* line 1282, ../sass/screen.scss */
/* line 1307, ../sass/screen.scss */
#col-left ul li a { #col-left ul li a {
text-decoration: none; text-decoration: none;
font-family: 'comfortaaregular'; font-family: 'comfortaaregular';
display: block; display: block;
color: black; color: black;
} }
/* line 1292, ../sass/screen.scss */
/* line 1317, ../sass/screen.scss */
#col-left ul li a span.name, #col-left ul li a span.wording { #col-left ul li a span.name, #col-left ul li a span.wording {
display: none; display: none;
} }
/* line 1299, ../sass/screen.scss */
/* line 1324, ../sass/screen.scss */
#col-left p { #col-left p {
padding: 20px; padding: 20px;
padding-top: 0px; padding-top: 0px;
color: gray; color: gray;
} }


/* line 1307, ../sass/screen.scss */
/* line 1332, ../sass/screen.scss */
#content .header-title { #content .header-title {
height: 79px; height: 79px;
padding: 20px 20px; padding: 20px 20px;
-webkit-box-shadow: 0px 0px 8px #e0e0e0; -webkit-box-shadow: 0px 0px 8px #e0e0e0;
box-shadow: 0px 0px 8px #e0e0e0; box-shadow: 0px 0px 8px #e0e0e0;
} }
/* line 1319, ../sass/screen.scss */
/* line 1344, ../sass/screen.scss */
#content .header-title h1 { #content .header-title h1 {
color: black; color: black;
font-family: 'myriadpro-regular'; font-family: 'myriadpro-regular';
font-size: 25px; font-size: 25px;
text-transform: uppercase; text-transform: uppercase;
} }
/* line 1327, ../sass/screen.scss */
/* line 1352, ../sass/screen.scss */
#content .header-title h2 { #content .header-title h2 {
color: gray; color: gray;
text-transform: none; text-transform: none;
line-height: 20px; line-height: 20px;
} }


/* line 1338, ../sass/screen.scss */
/* line 1363, ../sass/screen.scss */
.header-producer { .header-producer {
z-index: 1; z-index: 1;
} }
/* line 1341, ../sass/screen.scss */
/* line 1366, ../sass/screen.scss */
.header-producer #block-main-img { .header-producer #block-main-img {
height: 144px; height: 144px;
overflow: hidden; overflow: hidden;
} }
/* line 1345, ../sass/screen.scss */
/* line 1370, ../sass/screen.scss */
.header-producer #block-main-img #main-img { .header-producer #block-main-img #main-img {
width: 100%; width: 100%;
height: auto; height: auto;
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
border-radius: 0px; border-radius: 0px;
} }
/* line 1354, ../sass/screen.scss */
/* line 1379, ../sass/screen.scss */
.header-producer h1 { .header-producer h1 {
font-family: 'comfortaaregular'; font-family: 'comfortaaregular';
text-align: center; text-align: center;
top: 30px; top: 30px;
left: 40px; left: 40px;
} }
/* line 1361, ../sass/screen.scss */
/* line 1386, ../sass/screen.scss */
.header-producer h1 span { .header-producer h1 span {
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
padding: 10px 30px; padding: 10px 30px;
border: dotted 1px black; border: dotted 1px black;
} }


/* line 1372, ../sass/screen.scss */
/* line 1397, ../sass/screen.scss */
nav#menu-producer { nav#menu-producer {
border-bottom: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0;
} }
/* line 1376, ../sass/screen.scss */
/* line 1401, ../sass/screen.scss */
nav#menu-producer ul li { nav#menu-producer ul li {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
} }
/* line 1380, ../sass/screen.scss */
/* line 1405, ../sass/screen.scss */
nav#menu-producer ul li a { nav#menu-producer ul li a {
border-right: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0;
text-decoration: none; text-decoration: none;
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
border-radius: 0px; border-radius: 0px;
} }
/* line 1385, ../sass/screen.scss */
/* line 1410, ../sass/screen.scss */
nav#menu-producer ul li a:hover { nav#menu-producer ul li a:hover {
background-color: #F2B84B; background-color: #F2B84B;
color: white; color: white;
} }


/* line 1395, ../sass/screen.scss */
/* line 1420, ../sass/screen.scss */
.site-contact .col-lg-6 { .site-contact .col-lg-6 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;
} }
/* line 1400, ../sass/screen.scss */
/* line 1425, ../sass/screen.scss */
.site-contact .form-group.submit { .site-contact .form-group.submit {
text-align: center; text-align: center;
} }


/* line 1406, ../sass/screen.scss */
/* line 1431, ../sass/screen.scss */
.site-opinion .col-lg-6 { .site-opinion .col-lg-6 {
margin: 0px auto; margin: 0px auto;
float: none; float: none;
} }
/* line 1411, ../sass/screen.scss */
/* line 1436, ../sass/screen.scss */
.site-opinion .field-opinionform-istest { .site-opinion .field-opinionform-istest {
display: none; display: none;
} }
/* line 1415, ../sass/screen.scss */
/* line 1440, ../sass/screen.scss */
.site-opinion .form-group.submit { .site-opinion .form-group.submit {
text-align: center; text-align: center;
} }


/* line 1422, ../sass/screen.scss */
/* line 1447, ../sass/screen.scss */
#site-prices .panel p { #site-prices .panel p {
padding-bottom: 0px; padding-bottom: 0px;
} }


/* line 1429, ../sass/screen.scss */
/* line 1454, ../sass/screen.scss */
#contact-form .field-contactform-istest { #contact-form .field-contactform-istest {
display: none; display: none;
} }

+ 71
- 0
frontend/web/js/frontend.js View File

*/ */


$(document).ready(function () { $(document).ready(function () {
opendistrib_home_text_animation();
opendistrib_signup(); opendistrib_signup();
producersModule.init(); producersModule.init();
aboutProducersTestimonialsCarousel.init(); aboutProducersTestimonialsCarousel.init();
}); });


function opendistrib_home_text_animation() {
var
words = [
'<span class="glyphicon glyphicon-eye-open"></span> présenter votre activité',
'<span class="glyphicon glyphicon-calendar"></span> gérer vos prises de commandes',
//'<span class="glyphicon glyphicon-repeat"></span> gérer les abonnements clients',
'<span class="glyphicon glyphicon-send"></span> envoyer vos messages',
'<span class="glyphicon glyphicon-file"></span> générer vos bons de livraisons et factures',
'<span class="glyphicon glyphicon-euro"></span> comptabiliser l\'argent',
'<span class="glyphicon glyphicon-stats"></span> obtenir des statistiques de vente'
],
part,
i = 0,
offset = 0,
len = words.length,
forwards = true,
skip_count = 0,
skip_delay = 10,
speed = 3000;

var wordflick = function(){

part = words[i];
$('#row-users-producers .producer .word-animate span').html(part);

setInterval(function(){
i ++;
if(i >= len){
i=0;
}

part = words[i];
$('#row-users-producers .producer .word-animate span').hide().html(part).fadeIn();

/*if (forwards) {
if(offset >= words[i].length){
++skip_count;
if (skip_count == skip_delay) {
forwards = false;
skip_count = 0;
}
}
}
else {
if(offset == 0){
forwards = true;
i++;
offset = 0;
if(i >= len){
i=0;
}
}
}
part = words[i].substr(0, offset);
if (skip_count == 0) {
if (forwards) {
offset++;
}
else {
offset--;
}
}*/
}, speed);
};

$(document).ready(function(){
wordflick();
});
}

var UrlManager = { var UrlManager = {
getBaseUrl: function () { getBaseUrl: function () {
return $('meta[name=baseurl]').attr('content') + '/'; return $('meta[name=baseurl]').attr('content') + '/';

+ 25
- 0
frontend/web/sass/screen.scss View File



&.producer { &.producer {
padding-left: 0px; padding-left: 0px;

.word-animate {
margin-top: 18px;
//font-weight: bold;
height: 40px;

span.functionality {
//font-family: 'highvoltageregular';
//background-color: $color1;
//background-color: #333;
background-color: #FFF8DC;
//color: white;
//border: dotted 1px #333;
@include border-radius(8px);
padding: 8px 15px 5px 15px;

.glyphicon {
//color: white;
position: relative;
top: 4px;
right: 6px;
}
}

}
} }


&.users { &.users {

Loading…
Cancel
Save