adding scroll anchor to show thematiques section
This commit is contained in:
parent
9038a5dc47
commit
8fc76aa960
|
|
@ -10,9 +10,9 @@ $home_header = get_field('home_header_datas');
|
||||||
<?php echo $home_header['title'] ?>
|
<?php echo $home_header['title'] ?>
|
||||||
</h1>
|
</h1>
|
||||||
<p><?php echo $home_header['description'] ?></p>
|
<p><?php echo $home_header['description'] ?></p>
|
||||||
<div class="home-header__scroll-down-indicator">
|
<a class="home-header__scroll-down-indicator" href="#section-show-thematiques">
|
||||||
<img class="home-header__scroll-down-indicator__arrow" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-down-white.svg' alt=''>
|
<img class="home-header__scroll-down-indicator__arrow" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-down-white.svg' alt=''>
|
||||||
</div>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="home-header__fresque">
|
<div class="home-header__fresque">
|
||||||
<img src="<?php echo get_template_directory_uri() . '/resources/img/illustrations/illustration-accueil-thematiques.jpg' ?>" alt="">
|
<img src="<?php echo get_template_directory_uri() . '/resources/img/illustrations/illustration-accueil-thematiques.jpg' ?>" alt="">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user