<footer id="footer"> | <footer id="footer"> | ||||
<div class="container"> | <div class="container"> | ||||
<a href="<?php echo Yii::$app->urlManager->createUrl('site/mentions') ; ?>">Mentions légales</a> | <a href="<?php echo Yii::$app->urlManager->createUrl('site/mentions') ; ?>">Mentions légales</a> | ||||
</div> | |||||
<a href="<?php echo Yii::$app->urlManager->createUrl('site/contact') ; ?>">Contact</a> | |||||
</div> | |||||
</footer> | </footer> | ||||
<?php $this->endBody() ?> | <?php $this->endBody() ?> |
<div class="site-contact"> | <div class="site-contact"> | ||||
<h1><?= Html::encode($this->title) ?></h1> | <h1><?= Html::encode($this->title) ?></h1> | ||||
<p> | |||||
If you have business inquiries or other questions, please fill out the following form to contact us. Thank you. | |||||
</p> | |||||
<div class="row"> | <div class="row"> | ||||
<div class="col-lg-5"> | <div class="col-lg-5"> | ||||
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?> | <?php $form = ActiveForm::begin(['id' => 'contact-form']); ?> | ||||
'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>', | 'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>', | ||||
]) ?> | ]) ?> | ||||
<div class="form-group"> | <div class="form-group"> | ||||
<?= Html::submitButton('Submit', ['class' => 'btn btn-primary', 'name' => 'contact-button']) ?> | |||||
<?= Html::submitButton('Envoyer', ['class' => 'btn btn-primary', 'name' => 'contact-button']) ?> | |||||
</div> | </div> | ||||
<?php ActiveForm::end(); ?> | <?php ActiveForm::end(); ?> | ||||
</div> | </div> |
<a class="btn btn-primary btn-lg" href="<?= Yii::$app->urlManager->createUrl('site/login'); ?>">Inscription</a> | <a class="btn btn-primary btn-lg" href="<?= Yii::$app->urlManager->createUrl('site/login'); ?>">Inscription</a> | ||||
</div> | </div> | ||||
<div class="row"> | |||||
<!--<div class="row"> | |||||
<h1>Boulangeries partenaires</h1> | <h1>Boulangeries partenaires</h1> | ||||
<?php | <?php | ||||
echo Map::widget(['leafLet' => $map,'height' => 400]); | echo Map::widget(['leafLet' => $map,'height' => 400]); | ||||
?> | ?> | ||||
</div> | |||||
</div>--> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="content"> | <div class="content"> | ||||
<h2>Mentions légales</h2> | <h2>Mentions légales</h2> | ||||
<h3>Éditeur</h3> | <h3>Éditeur</h3> | ||||
<p>Le Chat des Noisettes : 8 bis rue de l'École 25330 DÉSERVILLERS (FRANCE)</p> | |||||
<p>Entrepreneur salarié de CAP'ENTREPRENDRE : 12 place Robert Schuman BP 50182 F-57603 FORBACH (FRANCE)</p> | |||||
<ul> | |||||
<li>SCOP ARL à capital variable</li> | |||||
<li>RCS SARREGUEMINES 477 844 047</li> | |||||
<li>SIRET 477 844 047 00019</li> | |||||
<li>TVA UE FR96 477 844 047</li> | |||||
<li>APE 7022Z</li> | |||||
</ul> | |||||
<p>Responsable de publication : Matthieu BOURGEOIS</p> | |||||
<h3>Identité graphique</h3> | |||||
<p>Charline Humbert<br /> | |||||
<a href="http://charline-humbert.blogspot.fr/">charline-humbert.blogspot.fr</a></p> | |||||
<p>Responsable de publication : Guillaume BOURGEOIS</p> | |||||
<h3>Développement</h3> | <h3>Développement</h3> | ||||
<p>Guillaume Bourgeois<br /> | <p>Guillaume Bourgeois<br /> | ||||
<a href="http://www.guillaume-bourgeois.fr/">www.guillaume-bourgeois.fr</a></p> | <a href="http://www.guillaume-bourgeois.fr/">www.guillaume-bourgeois.fr</a></p> | ||||
<h3>Illustrations</h3> | |||||
<p>Zoé Massenot</p> | |||||
<h3>Hébergement</h3> | <h3>Hébergement</h3> | ||||
<p>INFOMANIAK NETWORK SA : 26 avenue de la Praille 1227 CAROUGE/GENÈVE (FRANCE)</p> | |||||
<p>Alwaysdata</p> | |||||
<h3>Propriété intellectuelle et Copyright</h3> | <h3>Propriété intellectuelle et Copyright</h3> | ||||
<p>Le site est protégé par les lois en vigueur sur la propriété intellectuelle et le droit d’auteur au niveau national et international.<br /> | <p>Le site est protégé par les lois en vigueur sur la propriété intellectuelle et le droit d’auteur au niveau national et international.<br /> |
color: #7e7e7e; | color: #7e7e7e; | ||||
text-transform: uppercase; | text-transform: uppercase; | ||||
text-decoration: none; | text-decoration: none; | ||||
padding-left: 10px; | |||||
padding-right: 10px; | |||||
border-right: solid 1px #7e7e7e; | |||||
} | } | ||||
/* line 340, ../sass/screen.scss */ | |||||
/* line 342, ../sass/screen.scss */ | |||||
#footer a:hover { | #footer a:hover { | ||||
color: black; | color: black; | ||||
} | } | ||||
/* line 346, ../sass/screen.scss */ | /* line 346, ../sass/screen.scss */ | ||||
#footer a:last-child { | |||||
border: 0px none; | |||||
} | |||||
/* line 352, ../sass/screen.scss */ | |||||
#content #mentions { | #content #mentions { | ||||
padding-top: 20px; | padding-top: 20px; | ||||
} | } | ||||
/* line 349, ../sass/screen.scss */ | |||||
/* line 355, ../sass/screen.scss */ | |||||
#content #mentions div.content { | #content #mentions div.content { | ||||
width: 60%; | width: 60%; | ||||
font-size: 90%; | font-size: 90%; | ||||
} | } | ||||
/* line 354, ../sass/screen.scss */ | |||||
/* line 360, ../sass/screen.scss */ | |||||
#content #mentions p { | #content #mentions p { | ||||
padding-bottom: 15px; | padding-bottom: 15px; | ||||
} | } | ||||
/* line 358, ../sass/screen.scss */ | |||||
/* line 364, ../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: "myriadpro-regular"; | font-family: "myriadpro-regular"; | ||||
} | } | ||||
/* line 366, ../sass/screen.scss */ | |||||
/* line 372, ../sass/screen.scss */ | |||||
#content #mentions h3 { | #content #mentions h3 { | ||||
font-family: "comfortaaregular"; | font-family: "comfortaaregular"; | ||||
font-size: 18px; | font-size: 18px; | ||||
color: black; | color: black; | ||||
} | } | ||||
/* line 377, ../sass/screen.scss */ | |||||
/* line 383, ../sass/screen.scss */ | |||||
.mentions #main, .mentions body { | .mentions #main, .mentions body { | ||||
background-color: white; | background-color: white; | ||||
} | } | ||||
/* line 382, ../sass/screen.scss */ | |||||
/* line 388, ../sass/screen.scss */ | |||||
.vegas-loading { | .vegas-loading { | ||||
display: none; | display: none; | ||||
} | } | ||||
/* line 389, ../sass/screen.scss */ | |||||
/* line 395, ../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 393, ../sass/screen.scss */ | |||||
/* line 399, ../sass/screen.scss */ | |||||
#profil-user .form-group label { | #profil-user .form-group label { | ||||
cursor: pointer; | cursor: pointer; | ||||
} | } | ||||
/* line 398, ../sass/screen.scss */ | |||||
/* line 404, ../sass/screen.scss */ | |||||
#profil-user #mails-jours-prod .form-group { | #profil-user #mails-jours-prod .form-group { | ||||
float: left; | float: left; | ||||
margin-right: 15px; | margin-right: 15px; | ||||
} | } | ||||
/* line 401, ../sass/screen.scss */ | |||||
/* line 407, ../sass/screen.scss */ | |||||
#profil-user #mails-jours-prod .form-group label { | #profil-user #mails-jours-prod .form-group label { | ||||
font-weight: normal; | font-weight: normal; | ||||
} | } | ||||
/* line 407, ../sass/screen.scss */ | |||||
/* line 413, ../sass/screen.scss */ | |||||
#profil-user p.strong { | #profil-user p.strong { | ||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
/* signup */ | /* signup */ | ||||
/* line 416, ../sass/screen.scss */ | |||||
/* line 422, ../sass/screen.scss */ | |||||
#form-signup #champs-boulanger { | #form-signup #champs-boulanger { | ||||
display: none; | display: none; | ||||
} | } |
color: #7e7e7e; | color: #7e7e7e; | ||||
text-transform: uppercase ; | text-transform: uppercase ; | ||||
text-decoration: none ; | text-decoration: none ; | ||||
padding-left: 10px ; | |||||
padding-right: 10px ; | |||||
border-right: solid 1px #7e7e7e ; | |||||
&:hover { | &:hover { | ||||
color: black ; | color: black ; | ||||
} | } | ||||
&:last-child { | |||||
border: 0px none ; | |||||
} | |||||
} | } | ||||
} | } | ||||