Correction avec Gauth pour ajuster l'EN
This commit is contained in:
parent
7b6e2a8b91
commit
58f0ea30ce
18
css/app.css
18
css/app.css
|
|
@ -332,11 +332,11 @@
|
|||
|
||||
.portfolio-project-card__details .client-name{
|
||||
padding-top: 1rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
font-weight: 400;
|
||||
text-decoration-line: underline;
|
||||
text-underline-offset: 4px;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt{
|
||||
|
|
@ -345,6 +345,7 @@
|
|||
|
||||
.portfolio-project-card__details .excerpt h3{
|
||||
font-size: 1.25rem;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
}
|
||||
|
|
@ -358,6 +359,19 @@
|
|||
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt a{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .terms{
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
|
|
|
|||
|
|
@ -515,12 +515,19 @@ p:empty {
|
|||
font-size: 21px;
|
||||
font-weight: 600;
|
||||
color: #e91969;
|
||||
margin-bottom: 0;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.home .temoignages .contactTemoignages .Contact {
|
||||
font-size: 19px;
|
||||
font-weight: 200;
|
||||
color: #000;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
.home .temoignages .contactTemoignages .contactHaut {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.home .temoignages .trait {
|
||||
|
|
@ -2608,12 +2615,14 @@ p:empty {
|
|||
}
|
||||
|
||||
.footer .menu-vous-et-deligraph-beta-container ul,
|
||||
.footer .menu-deligraph-et-vous-beta-en-container ul,
|
||||
.footer .menu-deligraph-beta-container ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.footer .menu-vous-et-deligraph-beta-container ul li,
|
||||
.footer .menu-deligraph-et-vous-beta-en-container ul li,
|
||||
.footer .menu-deligraph-beta-container ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -2623,6 +2632,7 @@ p:empty {
|
|||
}
|
||||
|
||||
.footer .menu-vous-et-deligraph-beta-container ul li a,
|
||||
.footer .menu-deligraph-et-vous-beta-en-container ul li a,
|
||||
.footer .menu-deligraph-beta-container ul li a {
|
||||
font-family: var(--montserrat);
|
||||
font-size: 12px;
|
||||
|
|
|
|||
19
footer.php
19
footer.php
|
|
@ -41,7 +41,11 @@
|
|||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<p>Vous et Deligraph</p>
|
||||
<?php else : ?>
|
||||
<p>Deligraph and You</p>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Vous-et-deligraph-beta',
|
||||
|
|
@ -51,7 +55,7 @@
|
|||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Deligraph... ?</p>
|
||||
<p>Deligraph ?</p>
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Deligraph…?-beta',
|
||||
|
|
@ -61,7 +65,12 @@
|
|||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Agence de communication visuelle</p>
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<p>Agence web et graphique</p>
|
||||
<?php else : ?>
|
||||
<p>Web and graphic design agency</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<p class="info">
|
||||
Deligraph Srl
|
||||
<br>
|
||||
|
|
@ -69,11 +78,7 @@
|
|||
<br>
|
||||
+32 474 047 647
|
||||
</p>
|
||||
<p class="info">
|
||||
Avenue Léopold II 6 <br />4800 Verviers
|
||||
<br>
|
||||
Avenue des Violettes 18 <br />1640 Rhode-Saint-Genèse
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<!-- <div class="menuBas">
|
||||
<p>Verviers</p>
|
||||
|
|
|
|||
|
|
@ -440,12 +440,20 @@ p:empty {
|
|||
font-size: 21px;
|
||||
font-weight: 600;
|
||||
color: #e91969;
|
||||
margin-bottom: 0;
|
||||
line-height: 25px;
|
||||
}
|
||||
.home .temoignages .contactTemoignages .Contact {
|
||||
font-size: 19px;
|
||||
font-weight: 200;
|
||||
color: #000;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
.home .temoignages .contactTemoignages .contactHaut {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.home .temoignages .trait {
|
||||
width: 65px;
|
||||
height: 10px;
|
||||
|
|
@ -2245,11 +2253,13 @@ p:empty {
|
|||
margin: 0;
|
||||
}
|
||||
.footer .menu-vous-et-deligraph-beta-container ul,
|
||||
.footer .menu-deligraph-et-vous-beta-en-container ul,
|
||||
.footer .menu-deligraph-beta-container ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.footer .menu-vous-et-deligraph-beta-container ul li,
|
||||
.footer .menu-deligraph-et-vous-beta-en-container ul li,
|
||||
.footer .menu-deligraph-beta-container ul li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -2258,6 +2268,7 @@ p:empty {
|
|||
margin-top: 5px;
|
||||
}
|
||||
.footer .menu-vous-et-deligraph-beta-container ul li a,
|
||||
.footer .menu-deligraph-et-vous-beta-en-container ul li a,
|
||||
.footer .menu-deligraph-beta-container ul li a {
|
||||
font-family: var(--montserrat);
|
||||
font-size: 12px;
|
||||
|
|
|
|||
|
|
@ -52,18 +52,31 @@
|
|||
@apply grid md:grid-cols-2;
|
||||
|
||||
.client-name {
|
||||
@apply pt-4 text-lg font-normal underline underline-offset-4;
|
||||
@apply pt-4 font-normal underline underline-offset-4;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.excerpt {
|
||||
@apply pt-4;
|
||||
h3 {
|
||||
@apply text-xl;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
}
|
||||
p {
|
||||
@apply text-sm text-neutral-500 pb-0 mb-0;
|
||||
}
|
||||
a{
|
||||
@apply text-neutral-500;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
.terms {
|
||||
@apply flex gap-2;
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ get_header();
|
|||
<div class="container">
|
||||
<div class="row"><div class="offset-lg-4 col-lg-8"><div class="circleMap"></div></div></div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<!-- <div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<section id="cd-google-map">
|
||||
|
|
@ -86,8 +86,8 @@ get_header();
|
|||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
</div> -->
|
||||
<!-- <div class="container">
|
||||
<div class="row">
|
||||
<div class="offset-lg-8 col-lg-4"><div class="circleMap"></div></div>
|
||||
<div class="col-12 information">
|
||||
|
|
@ -105,6 +105,6 @@ get_header();
|
|||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<?php get_footer();?>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,11 @@ get_header(); ?>
|
|||
</div>
|
||||
<div class="row deligraph valeur">
|
||||
<div class="col-lg-12"><div class="circleTop"></div></div>
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<div class="col-lg-8"><h2>Nos valeurs</h2></div>
|
||||
<?php else : ?>
|
||||
<div class="col-lg-8"><h2>Our values</h2></div>
|
||||
<?php endif; ?>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
|
|
@ -44,7 +48,11 @@ get_header(); ?>
|
|||
</div>
|
||||
<div class="row deligraph vision">
|
||||
<div class="offset-lg-4 col-lg-8"><div class="circleTop"></div></div>
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<div class="offset-lg-4 col-lg-8"><h2>Notre vision</h2></div>
|
||||
<?php else : ?>
|
||||
<div class="offset-lg-4 col-lg-8"><h2>Our vision</h2></div>
|
||||
<?php endif; ?>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
|
|
@ -92,7 +100,11 @@ get_header(); ?>
|
|||
?>
|
||||
<div class="row deligraph">
|
||||
<div class="col-lg-12"><div class="circleTop"></div></div>
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<div class="col-lg-8"><h2>Et bientôt vous ?</h2></div>
|
||||
<?php else : ?>
|
||||
<div class="col-lg-8"><h2>What about you ?</h2></div>
|
||||
<?php endif; ?>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ get_header();
|
|||
<div class="row">
|
||||
<div class="col-sm-12 col-md-9 col-lg-9">
|
||||
<p class="nom"><?php echo get_field('nom_du_client')?></p>
|
||||
<p class="Contact"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact contactHaut"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?php echo get_field('fonction_du_contact')?></p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3 col-lg-3">
|
||||
|
|
@ -111,7 +111,7 @@ get_header();
|
|||
</div>
|
||||
<div class="col-sm-12 col-md-9 col-lg-9">
|
||||
<p class="nom"><?php echo get_field('nom_du_client')?></p>
|
||||
<p class="Contact"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact contactHaut"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?php echo get_field('fonction_du_contact')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user