first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
$form_shortcode = get_sub_field('form_shortcode');
|
||||
?>
|
||||
|
||||
|
||||
<section id="<?php get_sub_field('section_id');?>" class="hero-with-form">
|
||||
<div class="hero-wrapper wrapper--inner" style="background: url('<?php the_sub_field('background_image'); ?>');">
|
||||
<span class="bg-filter"></span>
|
||||
<div class="hero-content">
|
||||
<h1 class="hero-heading heading--xl text-white">
|
||||
<?php the_sub_field('heading'); ?>
|
||||
</h1>
|
||||
<p class="hero-text text-white">
|
||||
<?php the_sub_field('text'); ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="hero-form">
|
||||
<?php echo do_shortcode($form_shortcode); ?>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user