fix: update asset paths and switch to Apache on port 3000
This commit is contained in:
@@ -118,7 +118,7 @@ color: black;
|
||||
<div class="page-loader-container">
|
||||
<div class="page-loader">
|
||||
<div class="page-loader-inner">
|
||||
<img width="100" height="100" src="/loyaly_php/assets/images/loyalyai-logo.png" alt="Page Loader Image" class="page-loader-logo" />
|
||||
<img width="100" height="100" src="/assets/images/loyalyai-logo.png" alt="Page Loader Image" class="page-loader-logo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@ color: black;
|
||||
</div>
|
||||
<ul id="mega-menu-main" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1364" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100">
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-105" id="mega-menu-item-105">
|
||||
<a class="mega-menu-link" href="/loyaly_php/index.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/index.php" aria-expanded="false" tabindex="0">
|
||||
Home
|
||||
<!-- <span class="mega-indicator" aria-hidden="true"></span> -->
|
||||
</a>
|
||||
@@ -179,7 +179,7 @@ color: black;
|
||||
|
||||
</li>
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2949" id="mega-menu-item-2949">
|
||||
<a class="mega-menu-link" href="/loyaly_php/about_us.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/about_us.php" aria-expanded="false" tabindex="0">
|
||||
About Us<span aria-hidden="true"></span>
|
||||
</a>
|
||||
|
||||
@@ -220,7 +220,7 @@ color: black;
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header-mobile-button">
|
||||
<a class="aiero-button" href="/loyaly_php/contacts.php">
|
||||
<a class="aiero-button" href="/contacts.php">
|
||||
Get in Touch<span class="button-inner"></span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -234,10 +234,10 @@ color: black;
|
||||
<div><a href="" style="font-size: 24px;" class="slide-sidebar-close"></a></div>
|
||||
<div class="sidebar-logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20109%2019'%3E%3C/svg%3E" alt="Loyaly.AI" data-lazy-src="/loyaly_php/assets/images/logo-dark.png" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20109%2019'%3E%3C/svg%3E" alt="Loyaly.AI" data-lazy-src="/assets/images/logo-dark.png" />
|
||||
<noscript>
|
||||
<img width="250" height="150" src="/loyaly_php/assets/images/logo-dark.png" alt="Loyaly.AI" />
|
||||
<img width="250" height="150" src="/assets/images/logo-dark.png" alt="Loyaly.AI" />
|
||||
</noscript>
|
||||
</a>
|
||||
</div>
|
||||
@@ -270,7 +270,7 @@ color: black;
|
||||
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
|
||||
<div class="wp-block-button has-custom-font-size" style="font-size:16px;font-style:normal;font-weight:600">
|
||||
<a class="wp-block-button__link wp-element-button" href="/loyaly_php/contacts.php">
|
||||
<a class="wp-block-button__link wp-element-button" href="/contacts.php">
|
||||
Get in Touch<span class="icon-button-arrow"></span>
|
||||
<span class="button-inner"></span>
|
||||
</a>
|
||||
@@ -307,8 +307,8 @@ color: black;
|
||||
<!-- Logo Block -->
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Aiero" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Aiero" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -332,8 +332,8 @@ color: black;
|
||||
<!-- Logo Block -->
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Aiero" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Aiero" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -361,8 +361,8 @@ color: black;
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Loyaly.AI" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Loyaly.AI" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -384,7 +384,7 @@ color: black;
|
||||
</div>
|
||||
<ul id="mega-menu-main" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1364" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100">
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-105" id="mega-menu-item-105">
|
||||
<a class="mega-menu-link" href="/loyaly_php/index.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/index.php" aria-expanded="false" tabindex="0">
|
||||
Home
|
||||
<!-- <span class="mega-indicator" aria-hidden="true"></span> -->
|
||||
</a>
|
||||
@@ -403,7 +403,7 @@ color: black;
|
||||
|
||||
</li>
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2949" id="mega-menu-item-2949">
|
||||
<a class="mega-menu-link" href="/loyaly_php/about_us.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/about_us.php" aria-expanded="false" tabindex="0">
|
||||
About Us<span aria-hidden="true"></span>
|
||||
</a>
|
||||
|
||||
@@ -423,7 +423,7 @@ color: black;
|
||||
<span class="search-trigger-icon"></span>
|
||||
</div>
|
||||
<div class="header-icon header-button-container">
|
||||
<a class="aiero-button" href="/loyaly_php/contacts.php">
|
||||
<a class="aiero-button" href="/contacts.php">
|
||||
Get in Touch<span class="button-inner"></span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -440,8 +440,8 @@ color: black;
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<div class="logo retina-logo">
|
||||
<a class="logo-link" href="/loyaly_php/index.php">
|
||||
<img width="200" height="200" src="/loyaly_php/assets/images/loyalyai.png" alt="Aiero" />
|
||||
<a class="logo-link" href="/index.php">
|
||||
<img width="200" height="200" src="/assets/images/loyalyai.png" alt="Aiero" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -463,7 +463,7 @@ color: black;
|
||||
</div>
|
||||
<ul id="mega-menu-main" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1364" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100">
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-current-menu-ancestor mega-current-menu-parent mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-grid mega-menu-item-105" id="mega-menu-item-105">
|
||||
<a class="mega-menu-link" href="/loyaly_php/index.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/index.php" aria-expanded="false" tabindex="0">
|
||||
Home
|
||||
|
||||
</a>
|
||||
@@ -482,7 +482,7 @@ color: black;
|
||||
|
||||
</li>
|
||||
<li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-menu-item-2949" id="mega-menu-item-2949">
|
||||
<a class="mega-menu-link" href="/loyaly_php/about_us.php" aria-expanded="false" tabindex="0">
|
||||
<a class="mega-menu-link" href="/about_us.php" aria-expanded="false" tabindex="0">
|
||||
About Us<span aria-hidden="true"></span>
|
||||
</a>
|
||||
|
||||
@@ -502,7 +502,7 @@ color: black;
|
||||
<span class="search-trigger-icon"></span>
|
||||
</div>
|
||||
<div class="header-icon header-button-container">
|
||||
<a class="aiero-button" href="/loyaly_php/contacts.php">
|
||||
<a class="aiero-button" href="/contacts.php">
|
||||
Get in Touch<span class="button-inner"></span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -510,4 +510,4 @@ color: black;
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user