Compare commits
No commits in common. "64ec471a10c888d665315ac0c4cc12788cdfb157" and "b6b35383dcf0fd0fab594e38682ecf358a204628" have entirely different histories.
64ec471a10
...
b6b35383dc
209
css/app.css
209
css/app.css
|
|
@ -80,73 +80,6 @@
|
|||
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)) {
|
||||
}
|
||||
|
||||
|
|
@ -183,18 +116,7 @@
|
|||
.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;
|
||||
} */
|
||||
|
|
@ -264,29 +186,16 @@
|
|||
padding-bottom: 1.5rem;
|
||||
line-height: 2.5rem;
|
||||
font-weight: 700 !important;
|
||||
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
|
||||
}
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.chapter-section + .peertube-integration{
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.portfolio-archive{
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.portfolio-archive{
|
||||
padding-top: 8rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* @apply bigCaslon; */
|
||||
|
||||
|
|
@ -310,34 +219,14 @@
|
|||
}
|
||||
|
||||
.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;
|
||||
|
|
@ -376,11 +265,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{
|
||||
|
|
@ -389,7 +278,6 @@
|
|||
|
||||
.portfolio-project-card__details .excerpt h3{
|
||||
font-size: 1.25rem;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
/* @apply bigCaslon text-4xl; */
|
||||
}
|
||||
|
|
@ -400,20 +288,7 @@
|
|||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
--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;
|
||||
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
|
||||
}
|
||||
|
||||
.portfolio-project-card__details .terms{
|
||||
|
|
@ -549,29 +424,12 @@
|
|||
|
||||
.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;
|
||||
|
|
@ -591,7 +449,6 @@
|
|||
object-fit: contain;
|
||||
-o-object-position: center;
|
||||
object-position: center;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
.portfolio-header__innerblocks{
|
||||
|
|
@ -599,45 +456,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{
|
||||
padding-top: 2.5rem;
|
||||
padding-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.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{
|
||||
margin: 0 calc(50% - 50vw);
|
||||
|
|
@ -680,16 +520,9 @@
|
|||
|
||||
.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;
|
||||
}
|
||||
|
|
@ -747,20 +580,13 @@
|
|||
.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){
|
||||
.chapter-section{
|
||||
|
|
@ -770,7 +596,6 @@
|
|||
|
||||
.chapter-section {
|
||||
/* min-height: 80vh; */
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1280px){
|
||||
|
|
@ -794,14 +619,8 @@
|
|||
|
||||
.chapter-section__content {
|
||||
flex-shrink: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 960px){
|
||||
.chapter-section__content{
|
||||
max-width: 32rem;
|
||||
}
|
||||
}
|
||||
|
||||
.chapter-section__content p{
|
||||
max-width: 24rem;
|
||||
|
|
@ -824,11 +643,9 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.chapter-section__cover--large{
|
||||
height: 24rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
.chapter-section__cover--grande{
|
||||
height: 20rem !important;
|
||||
|
|
@ -842,13 +659,6 @@
|
|||
height: 3rem !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.chapter-section__cover{
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.simple-screen{
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
|
@ -870,16 +680,9 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.simple-screen--large{
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
@media (min-width: 782px){
|
||||
.simple-screen--large{
|
||||
padding: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
.simple-screen--large img{
|
||||
height: auto;
|
||||
|
|
|
|||
|
|
@ -324,8 +324,7 @@ p:empty {
|
|||
color: rgba(33, 213, 245, 1);
|
||||
}
|
||||
|
||||
.desktopMenu #menu-primary-beta,
|
||||
.desktopMenu #menu-primary-en {
|
||||
.desktopMenu #menu-primary-beta {
|
||||
display: flex !important;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
|
@ -515,19 +514,12 @@ 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 {
|
||||
|
|
@ -2376,7 +2368,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,
|
||||
|
|
@ -2615,14 +2607,12 @@ 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;
|
||||
|
|
@ -2632,7 +2622,6 @@ 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;
|
||||
|
|
@ -2988,8 +2977,7 @@ p:empty {
|
|||
}
|
||||
|
||||
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
||||
.navigation #menu-primary-beta > li,
|
||||
.navigation #menu-primary-en > li {
|
||||
.navigation #menu-primary-beta > li {
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
|
|
@ -3011,20 +2999,17 @@ p:empty {
|
|||
margin-left: 61px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en {
|
||||
.navigation #menu-primary-beta {
|
||||
text-align: left;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta li:first-child,
|
||||
.navigation #menu-primary-en li:first-child{
|
||||
.navigation #menu-primary-beta li:first-child {
|
||||
margin-right: 0px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta li,
|
||||
.navigation #menu-primary-en li {
|
||||
.navigation #menu-primary-beta li {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
|
@ -3140,8 +3125,7 @@ p:empty {
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en{
|
||||
.navigation #menu-primary-beta {
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
|
|
@ -3150,8 +3134,7 @@ p:empty {
|
|||
background-color: rgb(237, 216, 216);
|
||||
}
|
||||
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li,
|
||||
.navigation #menu-primary-en .wp-megamenu-sub-menu li {
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
@ -3169,7 +3152,6 @@ 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,70 +41,68 @@
|
|||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
</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">
|
||||
<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>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Deligraph ?</p>
|
||||
<div class="menuBas">
|
||||
<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">
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<p>Agence web et graphique</p>
|
||||
<?php else : ?>
|
||||
<p>Web and graphic design agency</p>
|
||||
<?php endif; ?>
|
||||
|
||||
<p>Bruxelles</p>
|
||||
<p class="info">
|
||||
Deligraph Srl
|
||||
<br>
|
||||
<span><a class="emailFooter" href="mailto:info@deligraph.com">info@deligraph.com</a></span>
|
||||
<br>
|
||||
+32 474 047 647
|
||||
<br>
|
||||
Avenue des Violettes 18 <br />1640 Rhode-Saint-Genèse
|
||||
</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,7 +16,6 @@ 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
3973
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
|
@ -3,7 +3,6 @@
|
|||
@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,8 +281,7 @@ p:empty {
|
|||
.navigation #menu-primary-beta li a.bleu {
|
||||
color: rgba(33, 213, 245, 1);
|
||||
}
|
||||
.desktopMenu #menu-primary-beta,
|
||||
.desktopMenu #menu-primary-en {
|
||||
.desktopMenu #menu-primary-beta {
|
||||
display: flex !important;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
|
@ -440,20 +439,12 @@ 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;
|
||||
|
|
@ -2055,7 +2046,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 {
|
||||
|
|
@ -2253,13 +2244,11 @@ 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;
|
||||
|
|
@ -2268,7 +2257,6 @@ 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;
|
||||
|
|
@ -2555,8 +2543,7 @@ p:empty {
|
|||
}
|
||||
}
|
||||
@media screen and (min-width: 991px) and (max-width: 1200px) {
|
||||
.navigation #menu-primary-beta > li,
|
||||
.navigation #menu-primary-en > li {
|
||||
.navigation #menu-primary-beta > li {
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2575,22 +2562,18 @@ p:empty {
|
|||
.page-template-template-portfolio .button-group button {
|
||||
margin-left: 61px;
|
||||
}
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en {
|
||||
.navigation #menu-primary-beta {
|
||||
text-align: left;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.navigation #menu-primary-beta li:first-child,
|
||||
.navigation #menu-primary-en li:first-child{
|
||||
.navigation #menu-primary-beta li:first-child {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
.navigation #menu-primary-beta li:first-child,
|
||||
.navigation #menu-primary-en li:first-child {
|
||||
.navigation #menu-primary-beta li:first-child {
|
||||
margin-left: 0px;
|
||||
}
|
||||
.navigation #menu-primary-beta li,
|
||||
.navigation #menu-primary-en li {
|
||||
.navigation #menu-primary-beta li {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
|
@ -2690,8 +2673,7 @@ p:empty {
|
|||
color: #000000 !important;
|
||||
font-size: 20px;
|
||||
}
|
||||
.navigation #menu-primary-beta,
|
||||
.navigation #menu-primary-en{
|
||||
.navigation #menu-primary-beta {
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
|
|
@ -2699,8 +2681,7 @@ p:empty {
|
|||
text-align: left;
|
||||
background-color: rgb(237, 216, 216);
|
||||
}
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li,
|
||||
.navigation #menu-primary-en .wp-megamenu-sub-menu li {
|
||||
.navigation #menu-primary-beta .wp-megamenu-sub-menu li {
|
||||
margin: 0;
|
||||
}
|
||||
.page-template-template-contact .information h2 {
|
||||
|
|
@ -2715,7 +2696,6 @@ p:empty {
|
|||
width: 390px;
|
||||
left: -15px;
|
||||
top: -40%;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,71 +0,0 @@
|
|||
.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 md:flex items-center justify-center gap-8 2xl:gap-12 !my-0 px-6 md:px-12;
|
||||
@apply flex items-center justify-center gap-8 2xl:gap-12 !my-0 px-12;
|
||||
/* min-height: 80vh; */
|
||||
@apply pt-6 xl:pt-32;
|
||||
@apply xl:pt-32;
|
||||
|
||||
@apply mx-auto;
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
&__content {
|
||||
flex-shrink: 0;
|
||||
@apply max-w-full lg:max-w-lg;
|
||||
@apply max-w-lg;
|
||||
p {
|
||||
@apply text-neutral-600 max-w-sm;
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
display: block;
|
||||
|
||||
&--large {
|
||||
@apply md:!h-96;
|
||||
@apply !h-96;
|
||||
}
|
||||
&--grande {
|
||||
@apply !h-80;
|
||||
|
|
@ -42,8 +42,5 @@
|
|||
&--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-4 md:p-10 w-screen;
|
||||
@apply bg-neutral-100 p-10 w-screen;
|
||||
&--padding-simple {
|
||||
@apply py-10;
|
||||
}
|
||||
&--padding-double {
|
||||
@apply p-4 md:py-16;
|
||||
@apply 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 flex-col md:flex-row;
|
||||
@apply flex flex-nowrap;
|
||||
img {
|
||||
@apply max-h-96;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,11 +24,8 @@
|
|||
}
|
||||
|
||||
&__heading-infos {
|
||||
@apply flex flex-col md:flex-row md:items-center md:justify-between gap-y-2 gap-x-6;
|
||||
@apply flex items-center justify-between;
|
||||
@apply text-xs;
|
||||
> * {
|
||||
@apply block;
|
||||
}
|
||||
.project-type {
|
||||
@apply my-0 leading-relaxed;
|
||||
}
|
||||
|
|
@ -36,10 +33,9 @@
|
|||
|
||||
.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 lg:p-8 rounded-lg text-center text-sm;
|
||||
@apply mx-auto max-w-lg p-8 rounded-lg text-center text-sm;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
}
|
||||
&--large {
|
||||
@apply px-0 md:p-24;
|
||||
@apply p-24;
|
||||
img {
|
||||
@apply w-full max-w-screen-2xl h-auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.portfolio-archive {
|
||||
@apply !pt-0 md:!pt-32;
|
||||
@apply !pt-32;
|
||||
}
|
||||
.portfolio-archive,
|
||||
.old-projects {
|
||||
|
|
@ -26,18 +26,9 @@
|
|||
}
|
||||
|
||||
.portfolio-project-card {
|
||||
/* position: absolute; */
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
@apply mx-auto px-4 md:px-12 pt-20 md:pt-32;
|
||||
@apply mx-auto px-12 pt-32;
|
||||
max-width: 1800px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
&:first-child {
|
||||
@apply pt-12;
|
||||
}
|
||||
}
|
||||
|
||||
&__cover {
|
||||
@apply bg-neutral-100 block overflow-hidden;
|
||||
img {
|
||||
|
|
@ -61,30 +52,17 @@
|
|||
@apply grid md:grid-cols-2;
|
||||
|
||||
.client-name {
|
||||
@apply pt-4 font-normal underline underline-offset-4;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-size: 1rem;
|
||||
@apply pt-4 text-lg font-normal underline underline-offset-4;
|
||||
}
|
||||
.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-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;
|
||||
}
|
||||
}
|
||||
@apply text-sm text-neutral-500 pb-0 mb-0;
|
||||
}
|
||||
}
|
||||
.terms {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.wp-admin.post-type-portfolio .is-root-container,
|
||||
.portfolio-single {
|
||||
@apply pt-0 md:pt-28 mx-auto;
|
||||
@apply pt-28 mx-auto;
|
||||
|
||||
h1,
|
||||
h2,
|
||||
|
|
@ -41,12 +41,8 @@
|
|||
|
||||
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,22 +22,6 @@ $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,22 +47,6 @@ 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,11 +34,7 @@ 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">
|
||||
|
|
@ -48,11 +44,7 @@ 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">
|
||||
|
|
@ -100,11 +92,7 @@ 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 contactHaut"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?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 contactHaut"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?php echo get_field('fonction_du_contact')?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -158,22 +158,6 @@ 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 old (to delete)
|
||||
Template Name: Portfolio
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Portfolio prod (to delete ?)
|
||||
Template Name: Portfolio
|
||||
*/
|
||||
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> <?php echo __('Voir le projet', 'deligraph-theme') ?></span>
|
||||
<span>Voir le projet</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