Compare commits
3 Commits
a05244940f
...
718df5ec1c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
718df5ec1c | ||
|
|
befc0b6153 | ||
|
|
558e74daac |
|
|
@ -1,4 +1,8 @@
|
||||||
.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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
.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;
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,6 @@
|
||||||
</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>
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,13 @@
|
||||||
<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>
|
</button>
|
||||||
<a class="subscribe-button" href="<?php echo home_url(); ?>/infolettre">
|
<?php
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-abonner.svg" alt="S’abonner">
|
$soutenir_page_id = 1963
|
||||||
|
|
||||||
|
?>
|
||||||
|
<a class="support-button" href="<?php echo get_the_permalink($soutenir_page_id); ?>">
|
||||||
|
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-soutenir.svg" alt="Soutenir">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user