This commit is contained in:
Jerry
2022-11-30 16:14:27 +01:00
parent f17b9a686e
commit 2a60f67cdc
9 changed files with 17 additions and 15 deletions

View File

@@ -20,7 +20,9 @@
<div class="cont">
<div class="inner-cont">
<div class="flex">
<div class="blog-title col"><?=get_the_title($post); ?></div>
<div class="blog-title col">
<h1><b><?=get_the_title($post); ?></b></h1>
</div>
<div class="blog-img col">
<img src="<?=get_the_post_thumbnail_url(); ?>" alt="How To Become An Author In 2020">
</div>
@@ -68,7 +70,7 @@
<div class="flex">
<div class="col">
<div class="mp-interested centered">
<h4>Interested? Get to know more</h4>
<h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons">
<a href="/contact-us" class="button action big">Request a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign Up For Free</a>