Merge branch 'develop' into demo

This commit is contained in:
Denis Bunevich
2025-11-27 12:00:17 +01:00
9 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -25,6 +25,7 @@ require_once 'inc/walker-nav-menu.php';
<a href="/collection/" tabindex="0">Chapter Collections</a> <a href="/collection/" tabindex="0">Chapter Collections</a>
<a href="/custom-copy/" tabindex="0">Customized book copies</a> <a href="/custom-copy/" tabindex="0">Customized book copies</a>
<a href="/individual-chapters/" tabindex="0">Individual Chapters</a> <a href="/individual-chapters/" tabindex="0">Individual Chapters</a>
<a href="/blog/" tabindex="0">Blog</a>
</div> </div>
<div class="fm-col"> <div class="fm-col">
<div class="title">Legal</div> <div class="title">Legal</div>

View File

@@ -66,7 +66,7 @@
<div class="mp-interested centered"> <div class="mp-interested centered">
<h4 class="text-header">Interested? Get to know more</h4> <h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons"> <div class="buttons">
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a> <a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a> <a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div> </div>
</div> </div>

View File

@@ -16,7 +16,7 @@
<div class="mp-interested centered"> <div class="mp-interested centered">
<h4 class="text-header">Interested? Get to know more</h4> <h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons"> <div class="buttons">
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a> <a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a> <a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div> </div>
</div> </div>

View File

@@ -126,7 +126,7 @@ if ($tIds !== false) {
<div class="mp-interested centered"> <div class="mp-interested centered">
<h4 class="text-header">Interested? Get to know more</h4> <h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons"> <div class="buttons">
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a> <a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a> <a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div> </div>
</div> </div>

View File

@@ -30,6 +30,7 @@
console.warn("please add pdfUrl"); console.warn("please add pdfUrl");
return; return;
} }
btn.classList.remove("btn-loading");
window.open(pdfUrl, "_self"); window.open(pdfUrl, "_self");
}, false ); }, false );
}); });

View File

@@ -19,7 +19,7 @@
<div class="mp-interested"> <div class="mp-interested">
<h4 class="text-header">Interested? Get to know more</h4> <h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons"> <div class="buttons">
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a> <a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a> <a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div> </div>
</div> </div>

View File

@@ -44,7 +44,7 @@ $post = $posts[0];
<div class="mp-interested centered"> <div class="mp-interested centered">
<h4 class="text-header">Interested? Get to know more</h4> <h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons"> <div class="buttons">
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a> <a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a> <a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div> </div>
</div> </div>

View File

@@ -72,7 +72,7 @@
<div class="mp-interested centered"> <div class="mp-interested centered">
<h4 class="text-header">Interested? Get to know more</h4> <h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons"> <div class="buttons">
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a> <a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a> <a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div> </div>
</div> </div>