소스 검색

Mentions légales, Page de contact

master
keun 8 년 전
부모
커밋
52100026e1
7개의 변경된 파일35개의 추가작업 그리고 43개의 파일을 삭제
  1. +2
    -1
      frontend/views/layouts/main.php
  2. +1
    -5
      frontend/views/site/contact.php
  3. +2
    -2
      frontend/views/site/index.php
  4. +2
    -20
      frontend/views/site/mentions.php
  5. BIN
      frontend/web/.sass-cache/e1a48ee3204d3a535cdbe440c2995954a615ac19/screen.scssc
  6. +21
    -14
      frontend/web/css/screen.css
  7. +7
    -1
      frontend/web/sass/screen.scss

+ 2
- 1
frontend/views/layouts/main.php 파일 보기

@@ -69,7 +69,8 @@ AppAsset::register($this);
<footer id="footer">
<div class="container">
<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>
<?php $this->endBody() ?>

+ 1
- 5
frontend/views/site/contact.php 파일 보기

@@ -13,10 +13,6 @@ $this->params['breadcrumbs'][] = $this->title;
<div class="site-contact">
<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="col-lg-5">
<?php $form = ActiveForm::begin(['id' => 'contact-form']); ?>
@@ -28,7 +24,7 @@ $this->params['breadcrumbs'][] = $this->title;
'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>',
]) ?>
<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>
<?php ActiveForm::end(); ?>
</div>

+ 2
- 2
frontend/views/site/index.php 파일 보기

@@ -56,14 +56,14 @@ $this->title = 'Système de réservation de pain';
<a class="btn btn-primary btn-lg" href="<?= Yii::$app->urlManager->createUrl('site/login'); ?>">Inscription</a>
</div>
<div class="row">
<!--<div class="row">
<h1>Boulangeries partenaires</h1>
<?php
echo Map::widget(['leafLet' => $map,'height' => 400]);
?>
</div>
</div>-->
</div>
</div>


+ 2
- 20
frontend/views/site/mentions.php 파일 보기

@@ -6,33 +6,15 @@
<div class="content">
<h2>Mentions légales</h2>

<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>
<p>Guillaume Bourgeois<br />
<a href="http://www.guillaume-bourgeois.fr/">www.guillaume-bourgeois.fr</a></p>
<h3>Illustrations</h3>
<p>Zoé Massenot</p>
<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>
<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 />

BIN
frontend/web/.sass-cache/e1a48ee3204d3a535cdbe440c2995954a615ac19/screen.scssc 파일 보기


+ 21
- 14
frontend/web/css/screen.css 파일 보기

@@ -351,26 +351,33 @@ ul li {
color: #7e7e7e;
text-transform: uppercase;
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 {
color: black;
}

/* line 346, ../sass/screen.scss */
#footer a:last-child {
border: 0px none;
}

/* line 352, ../sass/screen.scss */
#content #mentions {
padding-top: 20px;
}
/* line 349, ../sass/screen.scss */
/* line 355, ../sass/screen.scss */
#content #mentions div.content {
width: 60%;
font-size: 90%;
}
/* line 354, ../sass/screen.scss */
/* line 360, ../sass/screen.scss */
#content #mentions p {
padding-bottom: 15px;
}
/* line 358, ../sass/screen.scss */
/* line 364, ../sass/screen.scss */
#content #mentions h2 {
color: black;
padding-bottom: 40px;
@@ -378,7 +385,7 @@ ul li {
line-height: 35px;
font-family: "myriadpro-regular";
}
/* line 366, ../sass/screen.scss */
/* line 372, ../sass/screen.scss */
#content #mentions h3 {
font-family: "comfortaaregular";
font-size: 18px;
@@ -387,40 +394,40 @@ ul li {
color: black;
}

/* line 377, ../sass/screen.scss */
/* line 383, ../sass/screen.scss */
.mentions #main, .mentions body {
background-color: white;
}

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

/* line 389, ../sass/screen.scss */
/* line 395, ../sass/screen.scss */
#profil-user .form-group.field-user-no_mail label {
font-weight: normal;
}
/* line 393, ../sass/screen.scss */
/* line 399, ../sass/screen.scss */
#profil-user .form-group label {
cursor: pointer;
}
/* line 398, ../sass/screen.scss */
/* line 404, ../sass/screen.scss */
#profil-user #mails-jours-prod .form-group {
float: left;
margin-right: 15px;
}
/* line 401, ../sass/screen.scss */
/* line 407, ../sass/screen.scss */
#profil-user #mails-jours-prod .form-group label {
font-weight: normal;
}
/* line 407, ../sass/screen.scss */
/* line 413, ../sass/screen.scss */
#profil-user p.strong {
font-weight: bold;
}

/* signup */
/* line 416, ../sass/screen.scss */
/* line 422, ../sass/screen.scss */
#form-signup #champs-boulanger {
display: none;
}

+ 7
- 1
frontend/web/sass/screen.scss 파일 보기

@@ -336,10 +336,16 @@ ul {
color: #7e7e7e;
text-transform: uppercase ;
text-decoration: none ;
padding-left: 10px ;
padding-right: 10px ;
border-right: solid 1px #7e7e7e ;
&:hover {
color: black ;
}
&:last-child {
border: 0px none ;
}
}
}


Loading…
취소
저장