Compare commits
13 Commits
b6b35383dc
...
64ec471a10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64ec471a10 | ||
| 07d3a1e84e | |||
| dbe3d053f7 | |||
| e4ea0547d6 | |||
| f9223b6f77 | |||
|
|
0611189f5f | ||
|
|
58f0ea30ce | ||
|
|
7b6e2a8b91 | ||
|
|
c700c61f85 | ||
|
|
bb097b1027 | ||
|
|
915642bade | ||
|
|
4c1a06af64 | ||
|
|
d2c586089b |
213
css/app.css
213
css/app.css
|
|
@ -80,6 +80,73 @@
|
|||
font-style: normal;
|
||||
} */
|
||||
|
||||
.wpml-ls-item a span{
|
||||
padding: 2px 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-en li a {
|
||||
font-family: "Montserrat", sans-serif!important;
|
||||
font-weight: 500!important;
|
||||
font-size: 15px!important;
|
||||
color: #000!important;
|
||||
transition: all 0.2s ease-in!important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-en .current-menu-item a, .navigation #menu-primary-en a:hover {
|
||||
color: var(--pink)!important;
|
||||
}
|
||||
|
||||
#wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover{
|
||||
color: var(--pink)!important;
|
||||
}
|
||||
|
||||
/* Ajustements Mobiles */
|
||||
|
||||
.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item, .navigation #menu-primary-en > li.wpml-ls-menu-item{
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item a,.navigation #menu-primary-en > li.wpml-ls-menu-item a{
|
||||
padding: 15px 4px;
|
||||
}
|
||||
|
||||
.wpml-ls-first-item{
|
||||
margin-left: 25px!important;
|
||||
}
|
||||
|
||||
.wpml-ls-current-language a span{
|
||||
border-bottom: solid 1px #000000;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.wpml-ls-first-item{
|
||||
margin-left: 0!important;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item, .navigation #menu-primary-en > li.wpml-ls-menu-item{
|
||||
padding: 0 12px!important;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item a, .navigation #menu-primary-en > li.wpml-ls-menu-item a {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-admin.post-type-portfolio .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
|
||||
}
|
||||
|
||||
|
|
@ -116,7 +183,18 @@
|
|||
.portfolio-single{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.wp-admin.post-type-portfolio .is-root-container,
|
||||
.portfolio-single{
|
||||
padding-top: 7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-admin.post-type-portfolio .is-root-container,
|
||||
.portfolio-single {
|
||||
/* & + *:not(.simple-screen) {
|
||||
@apply xl:mt-32;
|
||||
} */
|
||||
|
|
@ -186,7 +264,14 @@
|
|||
padding-bottom: 1.5rem;
|
||||
line-height: 2.5rem;
|
||||
font-weight: 700 !important;
|
||||
font-size: 2.5rem;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@media (min-width: 782px) {
|
||||
.wp-admin.post-type-portfolio .is-root-container h2, .portfolio-single h2 {
|
||||
font-size: 2.5rem
|
||||
}
|
||||
}
|
||||
|
||||
.chapter-section + .peertube-integration{
|
||||
|
|
@ -194,7 +279,13 @@
|
|||
}
|
||||
|
||||
.portfolio-archive{
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.portfolio-archive{
|
||||
padding-top: 8rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* @apply bigCaslon; */
|
||||
|
|
@ -218,15 +309,35 @@
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.portfolio-project-card{
|
||||
.portfolio-project-card {
|
||||
/* position: absolute; */
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
padding-top: 5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.portfolio-project-card{
|
||||
padding-left: 3rem;
|
||||
padding-right: 3rem;
|
||||
padding-top: 8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-project-card {
|
||||
max-width: 1800px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.portfolio-project-card:first-child{
|
||||
padding-top: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-project-card__cover{
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
|
@ -265,11 +376,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{
|
||||
|
|
@ -278,6 +389,7 @@
|
|||
|
||||
.portfolio-project-card__details .excerpt h3{
|
||||
font-size: 1.25rem;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
}
|
||||
|
|
@ -288,7 +400,20 @@
|
|||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
||||
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt p a{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .excerpt p a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .terms{
|
||||
|
|
@ -424,12 +549,29 @@
|
|||
|
||||
.portfolio-header__heading-infos{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 0.5rem;
|
||||
-moz-column-gap: 1.5rem;
|
||||
column-gap: 1.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.portfolio-header__heading-infos{
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-header__heading-infos{
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.portfolio-header__heading-infos > *{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.portfolio-header__heading-infos .project-type{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
|
@ -449,6 +591,7 @@
|
|||
object-fit: contain;
|
||||
-o-object-position: center;
|
||||
object-position: center;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.portfolio-header__innerblocks{
|
||||
|
|
@ -456,17 +599,28 @@
|
|||
margin-right: auto;
|
||||
max-width: 32rem;
|
||||
border-radius: 0.5rem;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
@media (min-width: 960px){
|
||||
.portfolio-header__innerblocks{
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.gallery-website-screens{
|
||||
width: 100vw;
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.gallery-website-screens{
|
||||
padding: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.gallery-website-screens--padding-simple{
|
||||
|
|
@ -475,8 +629,14 @@
|
|||
}
|
||||
|
||||
.gallery-website-screens--padding-double{
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.gallery-website-screens--padding-double{
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.gallery-website-screens{
|
||||
|
|
@ -520,9 +680,16 @@
|
|||
|
||||
.gallery-website-screens__screens-grid.is-flex{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.gallery-website-screens__screens-grid.is-flex{
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
.gallery-website-screens__screens-grid.is-flex img{
|
||||
max-height: 24rem;
|
||||
}
|
||||
|
|
@ -580,12 +747,19 @@
|
|||
.chapter-section{
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 2rem;
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.chapter-section{
|
||||
display: flex;
|
||||
padding-left: 3rem;
|
||||
padding-right: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1440px){
|
||||
|
|
@ -596,6 +770,7 @@
|
|||
|
||||
.chapter-section {
|
||||
/* min-height: 80vh; */
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1280px){
|
||||
|
|
@ -619,7 +794,13 @@
|
|||
|
||||
.chapter-section__content {
|
||||
flex-shrink: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 960px){
|
||||
.chapter-section__content{
|
||||
max-width: 32rem;
|
||||
}
|
||||
}
|
||||
|
||||
.chapter-section__content p{
|
||||
|
|
@ -643,8 +824,10 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.chapter-section__cover--large{
|
||||
@media (min-width: 782px){
|
||||
.chapter-section__cover--large{
|
||||
height: 24rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chapter-section__cover--grande{
|
||||
|
|
@ -659,6 +842,13 @@
|
|||
height: 3rem !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.chapter-section__cover{
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.simple-screen{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
|
@ -681,7 +871,14 @@
|
|||
}
|
||||
|
||||
.simple-screen--large{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.simple-screen--large{
|
||||
padding: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.simple-screen--large img{
|
||||
|
|
|
|||
|
|
@ -324,7 +324,8 @@ p:empty {
|
|||
color: rgba(33, 213, 245, 1);
|
||||
}
|
||||
|
||||
.desktopMenu #menu-primary-beta {
|
||||
.desktopMenu #menu-primary-beta,
|
||||
.desktopMenu #menu-primary-en {
|
||||
display: flex !important;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
|
@ -514,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 {
|
||||
|
|
@ -2368,7 +2376,7 @@ p:empty {
|
|||
background-color: var(--pink);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 32px 64px;
|
||||
background-image: url("images/mapMoin.svg");
|
||||
background-image: url("../images/mapMoin.svg");
|
||||
}
|
||||
|
||||
.no-touch #cd-zoom-in:hover,
|
||||
|
|
@ -2607,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;
|
||||
|
|
@ -2622,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;
|
||||
|
|
@ -2977,7 +2988,8 @@ p:empty {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
||||
.navigation #menu-primary-beta > li {
|
||||
.navigation #menu-primary-beta > li,
|
||||
.navigation #menu-primary-en > li {
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2999,17 +3011,20 @@ p:empty {
|
|||
margin-left: 61px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta {
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en {
|
||||
text-align: left;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta li:first-child {
|
||||
.navigation #menu-primary-beta li:first-child,
|
||||
.navigation #menu-primary-en li:first-child{
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta li {
|
||||
.navigation #menu-primary-beta li,
|
||||
.navigation #menu-primary-en li {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
|
@ -3125,7 +3140,8 @@ p:empty {
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta {
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en{
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
|
|
@ -3134,7 +3150,8 @@ p:empty {
|
|||
background-color: rgb(237, 216, 216);
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li {
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li,
|
||||
.navigation #menu-primary-en .wp-megamenu-sub-menu li {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
@ -3152,6 +3169,7 @@ p:empty {
|
|||
width: 390px;
|
||||
left: -15px;
|
||||
top: -40%;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
62
footer.php
62
footer.php
|
|
@ -2,9 +2,9 @@
|
|||
<div class='row'>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Menu Footer - Beta',
|
||||
));
|
||||
// wp_nav_menu(array(
|
||||
// 'menu' => 'Menu Footer - Beta',
|
||||
// ));
|
||||
?>
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/traduction/agence-web-studio-graphique-bruxelles-verviers.svg" alt="Agence web et studio graphique à Bruxelles et Liège">
|
||||
|
|
@ -41,68 +41,70 @@
|
|||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
</div>
|
||||
<div class="">
|
||||
<p>Agence de communication visuelle</p>
|
||||
<p class="info">
|
||||
Culture Drops Sprl division Deligraph
|
||||
<br>
|
||||
<span><a class="emailFooter" href="mailto:info@deligraph.com">info@deligraph.com</a></span>
|
||||
</p>
|
||||
</div>
|
||||
</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',
|
||||
));
|
||||
?>
|
||||
</div>
|
||||
<div class="menuBas">
|
||||
<p>Deligraph... ?</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Deligraph ?</p>
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Deligraph…?-beta',
|
||||
));
|
||||
?>
|
||||
<!--
|
||||
<p>Bruxelles</p>
|
||||
<p class="info">
|
||||
+32 2 344 96 14
|
||||
<br>
|
||||
Rue Meyerbeer 20 – 1190 Bruxelles
|
||||
</p>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Bruxelles</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">
|
||||
+32 474 047 647
|
||||
Deligraph Srl
|
||||
<br>
|
||||
Avenue des Violettes 18 <br />1640 Rhode-Saint-Genèse
|
||||
<span><a class="emailFooter" href="mailto:info@deligraph.com">info@deligraph.com</a></span>
|
||||
<br>
|
||||
+32 474 047 647
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="menuBas">
|
||||
<!-- <div class="menuBas">
|
||||
<p>Verviers</p>
|
||||
<p class="info">
|
||||
+32 474 047 647
|
||||
<br>
|
||||
Avenue Léopold II 6 <br />4800 Verviers
|
||||
</p>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<p class="legal"><span class="tva">TVA : BE 0835 103 682 – RPM : Bruxelles</span></p>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<p class="legal"><span class="condition"><a href="<?php echo home_url() ?>/cgv-20150114/">Conditions Générales de Vente – 20150114</a></span></p>
|
||||
<?php else : ?>
|
||||
<p class="legal"><span class="condition"><a href="<?php echo home_url() ?>cgv-en-20150114/">General terms and conditions – 20150114</a></span></p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<p class="legal"><span class="condition"><a href="<?php echo home_url() ?>/vie-privee/">Déclaration en matière de vie privée</a></span></p>
|
||||
<?php else : ?>
|
||||
<p class="legal"><span class="condition"><a href="<?php echo home_url() ?>privacy/">Privacy statement</a></span></p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<p class="legal"><span class="copyright">© 2020 | Delicious Visual Communication</span></p>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/snackbar/snackbar.css"> -->
|
||||
|
||||
<!-- online scripts -->
|
||||
<!-- <script src="https://kit.fontawesome.com/c5f6836d82.js" crossorigin="anonymous"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap" rel="stylesheet"> -->
|
||||
<script src="https://kit.fontawesome.com/c5f6836d82.js" crossorigin="anonymous"></script>
|
||||
<!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap" rel="stylesheet"> -->
|
||||
<!-- <link rel="stylesheet" href="https://use.typekit.net/iaa6iur.css"> -->
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ function theme_enqueue_styles()
|
|||
function theme_enqueue_librairies()
|
||||
{
|
||||
wp_enqueue_script('jquery_min_script', get_stylesheet_directory_uri() . '/assets/jquery.js');
|
||||
wp_enqueue_script('main_map_script', get_stylesheet_directory_uri() . '/assets/mainmap.js');
|
||||
wp_enqueue_style('bootstrap', get_stylesheet_directory_uri() . '/assets/bootstrap/bootstrap.min.css"');
|
||||
wp_enqueue_style('slick', get_stylesheet_directory_uri() . '/assets/slick/slick.css');
|
||||
wp_enqueue_style('slick-theme', get_stylesheet_directory_uri() . '/assets/slick/slick-theme.css');
|
||||
|
|
|
|||
3973
package-lock.json
generated
Normal file
3973
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -3,6 +3,7 @@
|
|||
@import "tailwindcss/utilities"; */
|
||||
/* @import url("css/font.css"); */
|
||||
@import "./base/font.css";
|
||||
@import "./base/menuLang.css";
|
||||
@import "./editor/editor.css";
|
||||
|
||||
@import "./pages/single-portfolio.css";
|
||||
|
|
|
|||
|
|
@ -281,7 +281,8 @@ p:empty {
|
|||
.navigation #menu-primary-beta li a.bleu {
|
||||
color: rgba(33, 213, 245, 1);
|
||||
}
|
||||
.desktopMenu #menu-primary-beta {
|
||||
.desktopMenu #menu-primary-beta,
|
||||
.desktopMenu #menu-primary-en {
|
||||
display: flex !important;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
|
@ -439,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;
|
||||
|
|
@ -2046,7 +2055,7 @@ p:empty {
|
|||
background-color: var(--pink);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 32px 64px;
|
||||
background-image: url("images/mapMoin.svg");
|
||||
background-image: url("../images/mapMoin.svg");
|
||||
}
|
||||
.no-touch #cd-zoom-in:hover,
|
||||
.no-touch #cd-zoom-out:hover {
|
||||
|
|
@ -2244,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;
|
||||
|
|
@ -2257,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;
|
||||
|
|
@ -2543,7 +2555,8 @@ p:empty {
|
|||
}
|
||||
}
|
||||
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
||||
.navigation #menu-primary-beta > li {
|
||||
.navigation #menu-primary-beta > li,
|
||||
.navigation #menu-primary-en > li {
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2562,18 +2575,22 @@ p:empty {
|
|||
.page-template-template-portfolio .button-group button {
|
||||
margin-left: 61px;
|
||||
}
|
||||
.navigation #menu-primary-beta {
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en {
|
||||
text-align: left;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.navigation #menu-primary-beta li:first-child {
|
||||
.navigation #menu-primary-beta li:first-child,
|
||||
.navigation #menu-primary-en li:first-child{
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
.navigation #menu-primary-beta li:first-child {
|
||||
.navigation #menu-primary-beta li:first-child,
|
||||
.navigation #menu-primary-en li:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.navigation #menu-primary-beta li {
|
||||
.navigation #menu-primary-beta li,
|
||||
.navigation #menu-primary-en li {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
|
@ -2673,7 +2690,8 @@ p:empty {
|
|||
color: #000000 !important;
|
||||
font-size: 20px;
|
||||
}
|
||||
.navigation #menu-primary-beta {
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en{
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
|
|
@ -2681,7 +2699,8 @@ p:empty {
|
|||
text-align: left;
|
||||
background-color: rgb(237, 216, 216);
|
||||
}
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li {
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li,
|
||||
.navigation #menu-primary-en .wp-megamenu-sub-menu li {
|
||||
margin: 0;
|
||||
}
|
||||
.page-template-template-contact .information h2 {
|
||||
|
|
@ -2696,6 +2715,7 @@ p:empty {
|
|||
width: 390px;
|
||||
left: -15px;
|
||||
top: -40%;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
71
resources/css/base/menuLang.css
Normal file
71
resources/css/base/menuLang.css
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
.wpml-ls-item{
|
||||
a {
|
||||
span{
|
||||
padding: 2px 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-en li a {
|
||||
font-family: "Montserrat", sans-serif!important;
|
||||
font-weight: 500!important;
|
||||
font-size: 15px!important;
|
||||
color: #000!important;
|
||||
transition: all 0.2s ease-in!important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-en .current-menu-item a, .navigation #menu-primary-en a:hover {
|
||||
color: var(--pink)!important;
|
||||
}
|
||||
|
||||
#wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-primary-en>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover{
|
||||
color: var(--pink)!important;
|
||||
}
|
||||
|
||||
|
||||
/* Ajustements Mobiles */
|
||||
.wpmm-mobile-menu{
|
||||
.wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
|
||||
padding: 0px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item, .navigation #menu-primary-en > li.wpml-ls-menu-item{
|
||||
margin-left: 0px;
|
||||
a{
|
||||
padding: 15px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.wpml-ls-first-item{
|
||||
margin-left: 25px!important;
|
||||
}
|
||||
|
||||
.wpml-ls-current-language a span{
|
||||
border-bottom: solid 1px #000000;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.wpml-ls-first-item{
|
||||
margin-left: 0!important;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item, .navigation #menu-primary-en > li.wpml-ls-menu-item{
|
||||
padding: 0 12px!important;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta > li.wpml-ls-menu-item a, .navigation #menu-primary-en > li.wpml-ls-menu-item a {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
.chapter-section {
|
||||
@apply flex items-center justify-center gap-8 2xl:gap-12 !my-0 px-12;
|
||||
@apply md:flex items-center justify-center gap-8 2xl:gap-12 !my-0 px-6 md:px-12;
|
||||
/* min-height: 80vh; */
|
||||
@apply xl:pt-32;
|
||||
@apply pt-6 xl:pt-32;
|
||||
|
||||
@apply mx-auto;
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
&__content {
|
||||
flex-shrink: 0;
|
||||
@apply max-w-lg;
|
||||
@apply max-w-full lg:max-w-lg;
|
||||
p {
|
||||
@apply text-neutral-600 max-w-sm;
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
display: block;
|
||||
|
||||
&--large {
|
||||
@apply !h-96;
|
||||
@apply md:!h-96;
|
||||
}
|
||||
&--grande {
|
||||
@apply !h-80;
|
||||
|
|
@ -42,5 +42,8 @@
|
|||
&--small {
|
||||
@apply !h-12;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
@apply w-full h-auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
.gallery-website-screens {
|
||||
@apply bg-neutral-100 p-10 w-screen;
|
||||
@apply bg-neutral-100 p-4 md:p-10 w-screen;
|
||||
&--padding-simple {
|
||||
@apply py-10;
|
||||
}
|
||||
&--padding-double {
|
||||
@apply py-16;
|
||||
@apply p-4 md:py-16;
|
||||
}
|
||||
margin: 0 calc(50% - 50vw);
|
||||
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
@apply grid grid-cols-2 lg:grid-cols-3;
|
||||
}
|
||||
&.is-flex {
|
||||
@apply flex flex-nowrap;
|
||||
@apply flex flex-nowrap flex-col md:flex-row;
|
||||
img {
|
||||
@apply max-h-96;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,11 @@
|
|||
}
|
||||
|
||||
&__heading-infos {
|
||||
@apply flex items-center justify-between;
|
||||
@apply flex flex-col md:flex-row md:items-center md:justify-between gap-y-2 gap-x-6;
|
||||
@apply text-xs;
|
||||
> * {
|
||||
@apply block;
|
||||
}
|
||||
.project-type {
|
||||
@apply my-0 leading-relaxed;
|
||||
}
|
||||
|
|
@ -33,9 +36,10 @@
|
|||
|
||||
.client-logo {
|
||||
@apply w-72 h-auto object-contain object-center mx-auto block my-12 relative;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
&__innerblocks {
|
||||
@apply mx-auto max-w-lg p-8 rounded-lg text-center text-sm;
|
||||
@apply mx-auto max-w-lg lg:p-8 rounded-lg text-center text-sm;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
}
|
||||
&--large {
|
||||
@apply p-24;
|
||||
@apply px-0 md:p-24;
|
||||
img {
|
||||
@apply w-full max-w-screen-2xl h-auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.portfolio-archive {
|
||||
@apply !pt-32;
|
||||
@apply !pt-0 md:!pt-32;
|
||||
}
|
||||
.portfolio-archive,
|
||||
.old-projects {
|
||||
|
|
@ -26,9 +26,18 @@
|
|||
}
|
||||
|
||||
.portfolio-project-card {
|
||||
@apply mx-auto px-12 pt-32;
|
||||
/* position: absolute; */
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
@apply mx-auto px-4 md:px-12 pt-20 md:pt-32;
|
||||
max-width: 1800px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
&:first-child {
|
||||
@apply pt-12;
|
||||
}
|
||||
}
|
||||
|
||||
&__cover {
|
||||
@apply bg-neutral-100 block overflow-hidden;
|
||||
img {
|
||||
|
|
@ -52,17 +61,30 @@
|
|||
@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;
|
||||
@apply text-sm text-black pb-0 mb-0;
|
||||
a {
|
||||
@apply text-black;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #999999;
|
||||
transition: all 0.2s ease-in;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.terms {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.wp-admin.post-type-portfolio .is-root-container,
|
||||
.portfolio-single {
|
||||
@apply pt-28 mx-auto;
|
||||
@apply pt-0 md:pt-28 mx-auto;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
|
|
@ -41,8 +41,12 @@
|
|||
|
||||
h2 {
|
||||
@apply text-4xl pb-6 !font-bold;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1;
|
||||
@screen md {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
/* & + *:not(.simple-screen) {
|
||||
@apply xl:mt-32;
|
||||
} */
|
||||
|
|
|
|||
16
single.php
16
single.php
|
|
@ -22,6 +22,22 @@ $wpseo_primary_term = new WPSEO_Primary_Term( 'category', get_the_id() );
|
|||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
if($term->slug == 'web-design-en')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($term->slug == 'graphisme-en')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($term->slug == 'video-en')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($term->slug == 'e-marketing-en')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($term->slug == 'formation-en')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
//}
|
||||
?>
|
||||
<div class="container <?php echo $classColor; ?>">
|
||||
|
|
|
|||
|
|
@ -47,6 +47,22 @@ get_header();
|
|||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
if($term->slug == 'web-design-en')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($term->slug == 'graphisme-en')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($term->slug == 'video-en')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($term->slug == 'e-marketing-en')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($term->slug == 'formation-en')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
//}
|
||||
|
||||
//print_r($cat);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -158,6 +158,22 @@ get_header();
|
|||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
if($term->slug == 'web-design-en')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($term->slug == 'graphisme-en')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($term->slug == 'video-en')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($term->slug == 'e-marketing-en')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($term->slug == 'formation-en')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
//}
|
||||
?>
|
||||
<div class="col-lg-4 <?php if($i<4){ }else{ echo('espacement'); }?> <?php echo $classColor; ?>">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Portfolio
|
||||
Template Name: Portfolio old (to delete)
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Portfolio
|
||||
Template Name: Portfolio prod (to delete ?)
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ $currentPageId = get_the_ID();
|
|||
<p><?php echo $excerpt ?></p>
|
||||
|
||||
<a class="cta--read-project" style="--hover-color: <?php echo esc_attr($projectColor); ?>;" href="<?php the_permalink(); ?>">
|
||||
<span>Voir le projet</span>
|
||||
<span> <?php echo __('Voir le projet', 'deligraph-theme') ?></span>
|
||||
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/graphic-assets/arrow-see-project.svg" alt="Voir le projet">
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user