55 lines
2.0 KiB
PHP
55 lines
2.0 KiB
PHP
<?php
|
|
$subtitle = $args['subtitle'];
|
|
$title = $args['title'];
|
|
$content = $args['content'];
|
|
$cta = $args['cta'];
|
|
$cover = $args['cover'];
|
|
$cover_size = $args['cover_size'];
|
|
?>
|
|
|
|
|
|
<section class="deligraph-blocks-chapter-section chapter-section chapter-section--left chapter-section--has-background">
|
|
|
|
<svg
|
|
class="chapter-section__background chapter-section__background--left"
|
|
width="1302"
|
|
height="654"
|
|
viewBox="0 0 1302 654"
|
|
preserveAspectRatio="none">
|
|
<path
|
|
d="M1302 0L0 15.8281V654L1302 642.633L1302 0Z"
|
|
fill="#136F63" />
|
|
</svg>
|
|
|
|
<div class="chapter-section__content">
|
|
<div class="chapter-section__innerblocks">
|
|
<?php if ($subtitle) : ?>
|
|
<h2 class="wp-block-heading chapter-section__title"><?php echo $subtitle; ?></h2>
|
|
<?php endif; ?>
|
|
|
|
<?php if ($title) : ?>
|
|
<h3 class="wp-block-heading chapter-section__title"><?php echo $title; ?></h3>
|
|
<?php endif; ?>
|
|
|
|
<?php if ($content) : ?>
|
|
<p class="chapter-section__title"><?php echo $content; ?></p>
|
|
<?php endif; ?>
|
|
|
|
|
|
<a href="https://televie.be/agir/faire-un-don/" class="wp-block-carhop-blocks-cta align--left" style="color:#136F63;--cta-current-color:#136F63">salut le test<div class="icon"><svg xmlns="http://www.w3.org/2000/svg" id="carhop-fleche-lien-externe-full_svg__fleche-lien-externe-full" viewBox="0 0 32 32" style="--cta-current-color:#136F63">
|
|
<defs>
|
|
<style>
|
|
.carhop-fleche-lien-externe-full_svg__cls-1 {
|
|
fill: none;
|
|
stroke: #000;
|
|
stroke-width: 2px
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path d="m21.15 10.59-9.38 10.02M21.15 21.4V10.59H10.83" class="carhop-fleche-lien-externe-full_svg__cls-1"></path>
|
|
<circle cx="16" cy="16" r="15" class="carhop-fleche-lien-externe-full_svg__cls-1"></circle>
|
|
</svg></div></a>
|
|
</div>
|
|
</div>
|
|
<img decoding="async" class="chapter-section__cover chapter-section__cover--<?php echo $cover_size ?>" src="http://dynamiques.carhop.local/wp-content/uploads/sites/2/2025/05/carhop-soutenir-green.svg" alt="">
|
|
</section>
|