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.
 
 
 
 
cosmopet-architecture/wp-content/themes/cosmopet/templates/blog/author-banner.twig

15 lines
999 B

{% set current_path = template_path ~ '/modules/blog/components/author-banner' %}
<section class="author">
<div class="container">
<div class="author-content">
<img src="{{ current_path }}/assets/img/star-1.png" alt="" class="author-content__star-1">
<img src="{{ current_path }}/assets/img/star-2.png" alt="" class="author-content__star-2">
<img src="{{ current_path }}/assets/img/author-card.png" alt="" class="author-content__img">
<img src="{{ current_path }}/assets/img/author-card-mb.png" alt="" class="author-content__img mb">
<h2 class="author-content__title">{{ function('pll_e', 'ПРЕДЛОЖИТЕ СТАТЬЮ ИЛИ СТАНЬТЕ АВТОРОМ') }}
</h2>
<a href="#" class="author-content__link">{{ function('pll_e', 'НАПИШИТЕ НАМ') }}</a>
</div>
</div>
</section>