You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
718 B
15 lines
718 B
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
|
|
<section class="section-padding image-info-section has-shapes bg-light-gray has-bg-brash bg-brash-y"
|
|
style="background-image: url('{{`images/brushes/section-top.svg` | absURL }}'), url('{{`images/brushes/section-bottom.svg` | absURL}}');">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-4 col-md-5" data-aos="fade-in">
|
|
<div class="content">{{.Inner | markdownify}}</div>
|
|
</div>
|
|
<div class="col-lg-8 col-md-7" data-aos="fade-up" data-aos-delay="150">
|
|
<img loading="lazy" class="img-fluid py-4 my-2" src="{{ .Get `image` | absURL}}" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|