Лагерь: Секция Hero
This commit is contained in:
parent
3f75d596dc
commit
9ae1ac231e
@ -73,13 +73,12 @@ var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
|
|||||||
<p><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_metric_3_label' ) ?: 'Стипендий' ); ?></p>
|
<p><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_metric_3_label' ) ?: 'Стипендий' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form action="" class="form hero-media-search__form on-desktop camp-finder-form-redirect">
|
|
||||||
<h4 class="heading-4"><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_search_title' ) ?: 'Найдите лагерь рядом с вами' ); ?></h4>
|
<div class="on-desktop">
|
||||||
<div class="form__field">
|
<p style="font-size: 16.1px; text-align: center; color: #555; margin-bottom: 8px; font-weight: 500;">Записаться на бесплатный пробный день</p>
|
||||||
<input type="text" name="s" placeholder="<?php echo esc_attr( carbon_get_post_meta( $post_id, 'hero_search_placeholder' ) ?: 'Ваш район или станция метро' ); ?>">
|
<?php $btn_primary = carbon_get_post_meta( $post_id, 'hero_btn_primary' ) ?: 'Записаться на пробный день'; ?>
|
||||||
<button type="submit" class="btn btn--blue"><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_btn_primary' ) ?: 'Найти' ); ?></button>
|
<button class="btn-write-camp" style="background-color: #39b7ea; color: #fff; border: 2px solid #0c161f; padding: 12px 36px; font-size: 16px; font-weight: 700; border-radius: 100px; cursor: pointer; transition: .3s; display: block; width: 100%;"><?php echo esc_html( $btn_primary ); ?></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-media-search__media">
|
<div class="hero-media-search__media">
|
||||||
<div class="hero-media-search__frame">
|
<div class="hero-media-search__frame">
|
||||||
@ -121,13 +120,12 @@ var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
|
|||||||
<p><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_metric_3_label' ) ?: 'Стипендий' ); ?></p>
|
<p><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_metric_3_label' ) ?: 'Стипендий' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<form action="" class="form hero-media-search__form camp-finder-form-redirect">
|
|
||||||
<h4 class="heading-4"><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_search_title' ) ?: 'Найдите лагерь рядом с вами' ); ?></h4>
|
<div class="on-mobile">
|
||||||
<div class="form__field">
|
<p style="font-size: 16.1px; text-align: center; color: #555; margin-bottom: 8px; font-weight: 500;">Записаться на бесплатный пробный день</p>
|
||||||
<input type="text" name="s" placeholder="<?php echo esc_attr( carbon_get_post_meta( $post_id, 'hero_search_placeholder' ) ?: 'Ваш район или станция метро' ); ?>">
|
<button class="btn-write-camp" style="background-color: #39b7ea; color: #fff; border: 2px solid #0c161f; padding: 12px 36px; font-size: 16px; font-weight: 700; border-radius: 100px; cursor: pointer; transition: .3s; display: block; width: 100%;">Записаться на пробный день</button>
|
||||||
<button type="submit" class="btn btn--blue"><?php echo esc_html( carbon_get_post_meta( $post_id, 'hero_btn_primary' ) ?: 'Найти' ); ?></button>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user