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

File diff suppressed because one or more lines are too long

View File

@@ -38,11 +38,11 @@ require_once 'inc/walker-nav-menu.php';
</div>
<div class="footer-right">
<div class="socials">
<a target="_blank" href="https://twitter.com/_livecarta"><span class="icon-twitter"></span></a>
<a target="_blank" href="https://www.instagram.com/livecarta"><span class="icon-instagram"></span></a>
<a target="_blank" href="https://fb.me/LikeLiveCarta"><span class="icon-facebook"></span></a>
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta"><span class="icon-linkedin"></span></a>
<a target="_blank" href="https://www.pinterest.com/livecarta"><span class="icon-pinterest"></span></a>
<a target="_blank" href="https://twitter.com/_livecarta" title="Twitter"><span class="icon-twitter"></span></a>
<a target="_blank" href="https://www.instagram.com/livecarta" title="Instagram"><span class="icon-instagram"></span></a>
<a target="_blank" href="https://fb.me/LikeLiveCarta" title="Facebook"><span class="icon-facebook"></span></a>
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn"><span class="icon-linkedin"></span></a>
<a target="_blank" href="https://www.pinterest.com/livecarta" title="Pinterest"><span class="icon-pinterest"></span></a>
</div>
<div class="app-download">
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>

View File

@@ -65,7 +65,7 @@ add_action('wp_enqueue_scripts', function () {
// wp_enqueue_script('lawcarta-js', get_theme_file_uri('/assets/js/faqSearch.js'), ['custom-jquery'], null, true);
// wp_enqueue_style('lawcarta-libs', get_theme_file_uri('/assets/css/libs.min.css'), [], '100');
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '104');
wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '105');
// if(is_front_page()){
// wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'], '101');

View File

@@ -64,7 +64,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>

View File

@@ -14,7 +14,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>

View File

@@ -124,7 +124,7 @@ if ($tIds !== false) {
<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>

View File

@@ -12,7 +12,7 @@ get_header();
<div class="mp-blog">
<div class="cont">
<div class="inner-cont">
<h4>More from the Blog</h4>
<h4 class="text-header">More from the Blog</h4>
<div class="bp-list cat-all">
<?php foreach ($posts as $post): ?>
<a class="bp-block <?php $categories = get_the_category(); foreach($categories as $category):?><?= $category->slug; ?> <?php endforeach;?>" href="<?=get_permalink(); ?>">
@@ -34,7 +34,7 @@ get_header();
<div class="flex">
<div class="col">
<div class="mp-interested">
<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>

View File

@@ -42,7 +42,7 @@ $post = $posts[0];
<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>

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>