300426 Index update
This commit is contained in:
24
about-us.php
24
about-us.php
@@ -12,7 +12,7 @@ include 'includes/head.php'; ?>
|
||||
$current_page = 'about-us';
|
||||
include 'includes/header.php';
|
||||
?>
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
<link rel="stylesheet" href="assets/css/custom-widget-accordion.min.css" type="text/css"
|
||||
@@ -53,7 +53,7 @@ include 'includes/head.php'; ?>
|
||||
<div class="elementor-widget-container">
|
||||
<p>
|
||||
<strong>See how Doormile connects first, mid, and last mile into
|
||||
a seamless delivery experience powered by MileTruth™
|
||||
a seamless delivery experience powered by MileTruth™
|
||||
AI.</strong>
|
||||
<br />
|
||||
<!-- mummichog paradise fish! <br /> -->
|
||||
@@ -217,7 +217,7 @@ include 'includes/head.php'; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="price-item-button">
|
||||
<a href="https://demo.artureanec.com/themes/logico-rounded/contacts/" class="logico-alter-button">Get started</a>
|
||||
<a href="#" class="logico-alter-button">Get started</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -246,7 +246,7 @@ include 'includes/head.php'; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="price-item-button">
|
||||
<a href="https://demo.artureanec.com/themes/logico-rounded/contacts/" class="logico-alter-button">Get started</a>
|
||||
<a href="#" class="logico-alter-button">Get started</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -275,7 +275,7 @@ include 'includes/head.php'; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="price-item-button">
|
||||
<a href="https://demo.artureanec.com/themes/logico-rounded/contacts/" class="logico-alter-button">Get started</a>
|
||||
<a href="#" class="logico-alter-button">Get started</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -294,7 +294,7 @@ include 'includes/head.php'; ?>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
<script type="speculationrules">
|
||||
{
|
||||
{
|
||||
"prefetch": [
|
||||
{
|
||||
"source": "document",
|
||||
@@ -337,7 +337,7 @@ include 'includes/head.php'; ?>
|
||||
<!-- /.body-container -->
|
||||
<div class="footer-scroll-top"></div>
|
||||
<script type='text/javascript'>
|
||||
(function () {
|
||||
(function() {
|
||||
var c = document.body.className;
|
||||
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
|
||||
document.body.className = c;
|
||||
@@ -624,7 +624,7 @@ include 'includes/head.php'; ?>
|
||||
class_loading: "lazyloading",
|
||||
class_loaded: "lazyloaded",
|
||||
threshold: 300,
|
||||
callback_loaded: function (element) {
|
||||
callback_loaded: function(element) {
|
||||
if (element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible") {
|
||||
if (element.classList.contains("lazyloaded")) {
|
||||
if (typeof window.jQuery != "undefined") {
|
||||
@@ -636,14 +636,14 @@ include 'includes/head.php'; ?>
|
||||
}
|
||||
}
|
||||
};
|
||||
window.addEventListener('LazyLoad::Initialized', function (e) {
|
||||
window.addEventListener('LazyLoad::Initialized', function(e) {
|
||||
var lazyLoadInstance = e.detail.instance;
|
||||
if (window.MutationObserver) {
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
var observer = new MutationObserver(function(mutations) {
|
||||
var image_count = 0;
|
||||
var iframe_count = 0;
|
||||
var rocketlazy_count = 0;
|
||||
mutations.forEach(function (mutation) {
|
||||
mutations.forEach(function(mutation) {
|
||||
for (var i = 0; i < mutation.addedNodes.length; i++) {
|
||||
if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') {
|
||||
continue
|
||||
@@ -688,4 +688,4 @@ include 'includes/head.php'; ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1773646899 -->
|
||||
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1773646899 -->
|
||||
Reference in New Issue
Block a user