shkola/wp-content/themes/dekart/template-parts/block-banner-info.php
2026-07-27 17:00:30 +00:00

38 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Информационные карточки под hero главной страницы
* Лицензия, классы, доп.услуги — ключевые преимущества
*
* @package Dekart
* @since 1.0.0
*/
if (! defined('ABSPATH')) {
exit;
}
?>
<section class="banner-info section-bg" data-bg="banner-info">
<div class="container">
<div class="banner-info__grid">
<div class="banner-info__card">
<svg class="banner-info__icon" aria-hidden="true" width="24" height="24"><use href="#icon-document"/></svg>
<span class="banner-info__text">Лицензия министерства образования Московской области</span>
</div>
<div class="banner-info__card">
<svg class="banner-info__icon" aria-hidden="true" width="24" height="24"><use href="#icon-graduation"/></svg>
<span class="banner-info__text">Прикрепление к московской школе</span>
</div>
<div class="banner-info__card">
<svg class="banner-info__icon" aria-hidden="true" width="24" height="24"><use href="#icon-target"/></svg>
<span class="banner-info__text">Широкий спектр дополнительных услуг</span>
</div>
<div class="banner-info__card">
<svg class="banner-info__icon" aria-hidden="true" width="24" height="24"><use href="#icon-book"/></svg>
<span class="banner-info__text">Английский язык с первого класса</span>
</div>
</div>
</div>
</section>