Commit ba60fcd0 by rajshah

dynamic hero done

parent 8368b793
......@@ -16,31 +16,27 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
<?php if (!empty($hero_title)): ?>
<h1><?php echo $hero_title; ?></h1><?php endif;
echo $hero_desc ?: '';
?>
<div class="search-field">
<div class="input-field">
<form class="turboform" method="POST" action="https://makuracreations.com/free-seo-audit/domain"
onsubmit="return fixURL();">
<div class="input-group review">
if (!empty($hero_url)):
?>
<div class="search-field">
<form class="turboform" method="POST" action="<?php echo esc_url($hero_url); ?>" onsubmit="return fixURL();">
<div class="input-field">
<input type="text" autocomplete="off" spellcheck="false" class="form-control"
placeholder="Type Your Website Address" name="url">
<span class="input-group-btn"> <button class="btn btn-green" type="submit" id="review-btn"><span
class="glyphicon glyphicon-search"></span>
REVIEW</button></span>
<?php if (!empty($hero_btn)): ?><span class="input-group-btn"> <button class="audit-search" type="submit"
id="review-btn"><span class="glyphicon glyphicon-search"></span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M19 11C19 15.4184 15.4184 19 11 19C6.5816 19 3 15.4184 3 11C3 6.5816 6.5816 3 11 3C15.4184 3 19 6.5816 19 11Z"
stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="M20.9984 20.9999L16.6484 16.6499" stroke="white" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round" />
</svg> <?php echo $hero_btn; ?></button></span>
<?php endif; ?>
</div>
</form>
</div>
<button type="submit" class="audit-search">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M19 11C19 15.4184 15.4184 19 11 19C6.5816 19 3 15.4184 3 11C3 6.5816 6.5816 3 11 3C15.4184 3 19 6.5816 19 11Z"
stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
<path d="M20.9984 20.9999L16.6484 16.6499" stroke="white" stroke-width="3" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
Audit
</button>
</div>
<?php endif; ?>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment