Files

32 lines
1.1 KiB
PHP
Raw Permalink 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
/**
* Template part: Subscribe section
*
* @package bitwms-child
*/
?>
<section class="subscribe-section">
<div class="container">
<h2>Получайте экспертные материалы по&nbsp;складской логистике на&nbsp;почту</h2>
<form class="subscribe-section__form" action="#" method="post" novalidate>
<input
class="subscribe-section__input"
type="email"
name="subscribe_email"
placeholder="Ваш e-mail"
required
aria-label="Адрес электронной почты"
>
<button type="submit" class="btn btn-primary">Подписаться</button>
</form>
<p class="subscribe-section__note">
Нажимая кнопку, вы&nbsp;соглашаетесь с&nbsp;<a href="<?php echo esc_url( home_url( '/privacy-policy/' ) ); ?>">политикой конфиденциальности</a>
</p>
</div><!-- .container -->
</section><!-- .subscribe-section -->