Compare commits

..

No commits in common. "718df5ec1cfa8550400dc9886fad6ccbeceef867" and "a05244940f5bbcbe7e09f419b52b499304a9d830" have entirely different histories.

4 changed files with 5 additions and 11 deletions

View File

@ -1,8 +1,4 @@
.decorative-shapes { .decorative-shapes {
/* @apply py-32; */ /* @apply py-32; */
@apply py-12; @apply py-12;
@apply grid;
@apply grid-cols-4;
@apply gap-6 md:gap-12 lg:gap-24;
} }

View File

@ -28,7 +28,6 @@
.tools-container { .tools-container {
@apply flex w-fit gap-2; @apply flex w-fit gap-2;
.support-button,
.search-button, .search-button,
.subscribe-button { .subscribe-button {
@apply w-6 h-6 border-2 flex border-white rounded-full p-2 justify-center items-center shrink-0; @apply w-6 h-6 border-2 flex border-white rounded-full p-2 justify-center items-center shrink-0;

View File

@ -13,6 +13,8 @@
</div> </div>
<ul class="search-module__suggestions"> <ul class="search-module__suggestions">
<li class="suggestion-item"> <li class="suggestion-item">
<a href="<?php echo home_url('/contact'); ?>">Découvrir les activités du CARHOP</a> <a href="<?php echo home_url('/contact'); ?>">Découvrir les activités du CARHOP</a>
</li> </li>

View File

@ -22,13 +22,10 @@
<div class="tools-container"> <div class="tools-container">
<button class="search-button"> <button class="search-button">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt="Rechercher"> <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt="Rechercher">
</button>
<?php
$soutenir_page_id = 1963
?> </button>
<a class="support-button" href="<?php echo get_the_permalink($soutenir_page_id); ?>"> <a class="subscribe-button" href="<?php echo home_url(); ?>/infolettre">
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-soutenir.svg" alt="Soutenir"> <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-abonner.svg" alt="Sabonner">
</a> </a>
</div> </div>
</div> </div>