Updated Doormile website
This commit is contained in:
5
non-used/elementor-frontend-js-before.html
Normal file
5
non-used/elementor-frontend-js-before.html
Normal file
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
<![CDATA[ */
|
||||
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":481,"lg":841,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":480,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":660,"default_value":880,"direction":"max","is_enabled":true},"tablet":{"label":"Tablet Portrait","value":840,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1020,"default_value":1200,"direction":"max","is_enabled":true},"laptop":{"label":"Laptop","value":1200,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"3.32.4","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true},"urls":{"assets":"https:\/\/demo.artureanec.com\/themes\/logico-rounded\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/demo.artureanec.com\/themes\/logico-rounded\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/demo.artureanec.com\/themes\/logico-rounded\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"6eedf2dbaf"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_laptop"],"viewport_mobile":480,"viewport_mobile_extra":660,"viewport_tablet":840,"viewport_tablet_extra":1020,"viewport_laptop":1200,"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":61,"title":"Logistic%20%E2%80%93%20Logico","excerpt":"","featuredImage":false}};
|
||||
//# sourceURL=elementor-frontend-js-before
|
||||
/* ]]>*/
|
||||
334
non-used/ev-design.php
Normal file
334
non-used/ev-design.php
Normal file
@@ -0,0 +1,334 @@
|
||||
<style>
|
||||
/* ─── EV SECTION BASE ─── */
|
||||
.ev-section {
|
||||
max-width: 1400px;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 60px;
|
||||
padding: 80px 20px;
|
||||
}
|
||||
|
||||
/* ─── LARGE DESKTOP (1440px+) ─── */
|
||||
@media (min-width: 1440px) {
|
||||
.ev-section {
|
||||
max-width: 1360px;
|
||||
padding: 50px 52px;
|
||||
gap: 72px;
|
||||
background-color: #1f1f1f;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.ev-section .ev-badge {
|
||||
font-size: 15px;
|
||||
padding: 9px 18px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.ev-section .ev-heading {
|
||||
font-size: 64px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.ev-section .ev-subtext {
|
||||
font-size: 19px;
|
||||
max-width: 560px;
|
||||
margin-bottom: 44px;
|
||||
}
|
||||
|
||||
.ev-section .ev-grid {
|
||||
gap: 22px;
|
||||
max-width: 980px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card {
|
||||
padding: 24px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card h3 {
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card p {
|
||||
font-size: 14.5px;
|
||||
}
|
||||
|
||||
.ev-section .right-card {
|
||||
padding: 34px;
|
||||
border-radius: 22px;
|
||||
}
|
||||
|
||||
.ev-section .ev-stat-val {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.ev-section .ev-stat-label {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ─── EXTRA-LARGE DESKTOP (1920px+) ─── */
|
||||
@media (min-width: 1920px) {
|
||||
.ev-section {
|
||||
max-width: 1780px;
|
||||
padding: 112px 64px;
|
||||
gap: 88px;
|
||||
}
|
||||
|
||||
.ev-section .ev-badge {
|
||||
font-size: 16px;
|
||||
padding: 10px 20px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.ev-section .ev-heading {
|
||||
font-size: 76px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.ev-section .ev-subtext {
|
||||
font-size: 20px;
|
||||
max-width: 620px;
|
||||
margin-bottom: 50px;
|
||||
line-height: 1.65;
|
||||
}
|
||||
|
||||
.ev-section .ev-grid {
|
||||
gap: 26px;
|
||||
max-width: 1060px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card {
|
||||
padding: 28px;
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card h3 {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card p {
|
||||
font-size: 15.5px;
|
||||
}
|
||||
|
||||
.ev-section .right-card {
|
||||
padding: 40px;
|
||||
border-radius: 26px;
|
||||
}
|
||||
|
||||
.ev-section .ev-stat-val {
|
||||
font-size: 1.55rem;
|
||||
}
|
||||
|
||||
.ev-section .ev-stat-label {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ─── ULTRA-WIDE (2560px+) ─── */
|
||||
@media (min-width: 2560px) {
|
||||
.ev-section {
|
||||
max-width: 2100px;
|
||||
padding: 50px 80px;
|
||||
gap: 108px;
|
||||
}
|
||||
|
||||
.ev-section .ev-badge {
|
||||
font-size: 18px;
|
||||
padding: 12px 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.ev-section .ev-heading {
|
||||
font-size: 92px;
|
||||
margin-bottom: 30px;
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.ev-section .ev-subtext {
|
||||
font-size: 22px;
|
||||
max-width: 700px;
|
||||
margin-bottom: 58px;
|
||||
line-height: 1.68;
|
||||
}
|
||||
|
||||
.ev-section .ev-grid {
|
||||
gap: 30px;
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card {
|
||||
padding: 32px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.ev-section .ev-card p {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.ev-section .right-card {
|
||||
padding: 48px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.ev-section .ev-stat-val {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.ev-section .ev-stat-label {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ─── RIGHT CARD OVERLAY ─── */
|
||||
.right-card {
|
||||
position: relative;
|
||||
color: #111;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.right-card::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background: linear-gradient(to right,
|
||||
rgba(255, 255, 255, 0.9) 30%,
|
||||
rgba(255, 255, 255, 0.6) 55%,
|
||||
rgba(255, 255, 255, 0.2) 100%);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.right-card>* {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
<section class="ev-section">
|
||||
|
||||
<!-- LEFT CONTENT -->
|
||||
<div>
|
||||
|
||||
<span class="ev-badge"
|
||||
style="background:rgb(255,235,238);color:#c01227;padding:8px 16px;border-radius:20px;font-size:14px;display:inline-block;margin-bottom:20px;">
|
||||
EV-Native Design
|
||||
</span>
|
||||
|
||||
<h1 class="ev-heading" style="font-size:56px;font-weight:700;color:white;line-height:1.1;margin-bottom:20px;">
|
||||
Built for Electric.<br>
|
||||
<span style="color:#c01227;">Not Adapted.</span>
|
||||
</h1>
|
||||
|
||||
<p class="ev-subtext" style="font-size:18px;color:white;max-width:520px;margin-bottom:40px;line-height:1.6;">
|
||||
Most logistics software treats EVs as diesel trucks with a battery. Doormile was built EV-first—understanding that
|
||||
electric fleets require fundamentally different intelligence.
|
||||
</p>
|
||||
|
||||
<div class="ev-grid" style="display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:920px;">
|
||||
|
||||
<div class="ev-card"
|
||||
style="background:#fff;padding:20px;border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,0.05);">
|
||||
<h3 style="margin:0 0 8px 0;font-size:18px;">Battery-Aware Routing</h3>
|
||||
<p style="font-size:14px;color:#6b7280;margin:0;">Battery level, health, and degradation are inputs to route
|
||||
optimization.</p>
|
||||
</div>
|
||||
|
||||
<div class="ev-card"
|
||||
style="background:#fff;padding:20px;border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,0.05);">
|
||||
<h3 style="margin:0 0 8px 0;font-size:18px;">Charging Integration</h3>
|
||||
<p style="font-size:14px;color:#6b7280;margin:0;">Integrate charging stops without compromising delivery
|
||||
windows.</p>
|
||||
</div>
|
||||
|
||||
<div class="ev-card"
|
||||
style="background:#fff;padding:20px;border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,0.05);">
|
||||
<h3 style="margin:0 0 8px 0;font-size:18px;">Energy-Optimized Paths</h3>
|
||||
<p style="font-size:14px;color:#6b7280;margin:0;">Consider elevation, speed limits, and weather for efficiency.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="ev-card"
|
||||
style="background:#fff;padding:20px;border-radius:14px;box-shadow:0 5px 20px rgba(0,0,0,0.05);">
|
||||
<h3 style="margin:0 0 8px 0;font-size:18px;">Predictable Operations</h3>
|
||||
<p style="font-size:14px;color:#6b7280;margin:0;">EVs become predictable assets, not operational risks.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- RIGHT CARD -->
|
||||
<div class="right-card"
|
||||
style="background:#fff;padding:30px;border-radius:20px;width:920px;box-shadow:0 20px 40px rgba(0,0,0,0.08);background-image:url('assets/images/ev-design1.jpeg');background-size:cover;background-position:center;">
|
||||
|
||||
<div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;">
|
||||
<h4 style="margin:0;">Fleet Status</h4>
|
||||
<span style="color:#19a463;font-size:14px;">● 12 vehicles active</span>
|
||||
</div>
|
||||
|
||||
<div style="display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee;">
|
||||
<div>
|
||||
<strong>EV-001</strong>
|
||||
<p style="margin:0;color:#6b7280;font-size:14px;">Route A</p>
|
||||
</div>
|
||||
<div style="color:#19a463;font-weight:bold;">85% <span style="margin-left:10px;color:#221f1f;">15 min</span></div>
|
||||
</div>
|
||||
|
||||
<div style="display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee;">
|
||||
<div>
|
||||
<strong>EV-002</strong>
|
||||
<p style="margin:0;color:#6b7280;font-size:14px;">Route B</p>
|
||||
</div>
|
||||
<div style="color:#19a463;font-weight:bold;">62% <span style="margin-left:10px;color:#221f1f;">42 min</span></div>
|
||||
</div>
|
||||
|
||||
<div style="display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee;">
|
||||
<div>
|
||||
<strong>EV-003</strong>
|
||||
<p style="margin:0;color:#6b7280;font-size:14px;">Charging</p>
|
||||
</div>
|
||||
<div style="color:#f59e0b;font-size:1.1rem;font-weight:bold;">28% <span
|
||||
style="margin-left:10px;color:#221f1f;">Charging</span></div>
|
||||
</div>
|
||||
|
||||
<div style="display:flex;justify-content:space-between;margin-top:30px;text-align:center;">
|
||||
|
||||
<div>
|
||||
<h4 class="ev-stat-val"
|
||||
style="margin:0;color:#19a463;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:bold;">40%
|
||||
</h4>
|
||||
<p class="ev-stat-label" style="font-size:13px;color:#6b7280;margin:0;">Lower Fuel Costs</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 class="ev-stat-val"
|
||||
style="margin:0;color:#19a463;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:bold;">Zero
|
||||
</h4>
|
||||
<p class="ev-stat-label" style="font-size:13px;color:#6b7280;margin:0;">Tailpipe Emissions</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 class="ev-stat-val"
|
||||
style="margin:0;color:#19a463;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:bold;">98%
|
||||
</h4>
|
||||
<p class="ev-stat-label" style="font-size:13px;color:#6b7280;margin:0;">Fleet Uptime</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p class="ev-stat-val"
|
||||
style="margin:0;color:#19a463;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:bold;">3x
|
||||
</p>
|
||||
<p class="ev-stat-label" style="font-size:13px;color:#6b7280;margin:0;">Longer Asset Life</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
121
non-used/ev-section.php
Normal file
121
non-used/ev-section.php
Normal file
@@ -0,0 +1,121 @@
|
||||
<!-- Modern EV-Native Design Section -->
|
||||
<link rel="stylesheet" href="assets/css/ev-section.css">
|
||||
|
||||
<section class="ev-section">
|
||||
<div class="ev-container">
|
||||
<div class="ev-grid">
|
||||
|
||||
<!-- Left Column: Content -->
|
||||
<div class="ev-content">
|
||||
<span class="ev-badge">EV-Native Design</span>
|
||||
<h2 class="ev-title">
|
||||
BUILT FOR ELECTRIC.
|
||||
<span class="accent">NOT ADAPTED.</span>
|
||||
</h2>
|
||||
<p class="ev-desc">
|
||||
Most logistics software treats EVs as diesel trucks with a battery.
|
||||
Doormile was built EV-first—understanding that electric fleets require
|
||||
fundamentally different intelligence.
|
||||
</p>
|
||||
|
||||
<div class="feature-grid">
|
||||
<!-- Feature 1 -->
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#3B82F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg>
|
||||
</div>
|
||||
<h3>Battery-Aware Routing</h3>
|
||||
<p>Battery level, health, and degradation are inputs to route optimization.</p>
|
||||
</div>
|
||||
|
||||
<!-- Feature 2 -->
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#10B981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line></svg>
|
||||
</div>
|
||||
<h3>Charging Integration</h3>
|
||||
<p>Integrate charging stops without compromising delivery windows.</p>
|
||||
</div>
|
||||
|
||||
<!-- Feature 3 -->
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#F59E0B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 20h20"></path><path d="M5 20V8a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v12"></path><path d="M9 20v-4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4"></path></svg>
|
||||
</div>
|
||||
<h3>Energy-Optimized Paths</h3>
|
||||
<p>Consider elevation, speed limits, and weather for maximum efficiency.</p>
|
||||
</div>
|
||||
|
||||
<!-- Feature 4 -->
|
||||
<div class="feature-card">
|
||||
<div class="feature-icon-box">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#EF4444" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>
|
||||
</div>
|
||||
<h3>Predictable Operations</h3>
|
||||
<p>EVs become predictable assets, not operational risks.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Right Column: Dashboard Card -->
|
||||
<div class="ev-dashboard">
|
||||
<div class="dashboard-card">
|
||||
<div class="dashboard-header">
|
||||
<h3 class="dashboard-title">FLEET STATUS</h3>
|
||||
<div class="live-indicator">Dashboard Live</div>
|
||||
</div>
|
||||
|
||||
<div class="van-display">
|
||||
<img src="assets/images/ev-van-dashboard.png" alt="Electric Delivery Van" class="van-image">
|
||||
|
||||
<!-- Overlay Status Cards -->
|
||||
<div class="overlay-card v-status-1">
|
||||
<div class="status-circle active">85%</div>
|
||||
<div class="info">
|
||||
<h4>EV-001</h4>
|
||||
<p>Route A • Active</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay-card v-status-2">
|
||||
<div class="status-circle" style="border-color: #F59E0B; color: #F59E0B;">62%</div>
|
||||
<div class="info">
|
||||
<h4>EV-002</h4>
|
||||
<p>Route B • 42 min left</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="overlay-card v-status-3">
|
||||
<div class="status-circle" style="border-color: #EF4444; color: #EF4444;">20%</div>
|
||||
<div class="info">
|
||||
<h4>EV-003</h4>
|
||||
<p>Charging Required</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Metric Stats Bottom -->
|
||||
<div class="stats-row">
|
||||
<div class="stat-metric">
|
||||
<span class="stat-value">40%</span>
|
||||
<span class="stat-label">Lower Fuel Cost</span>
|
||||
</div>
|
||||
<div class="stat-metric">
|
||||
<span class="stat-value">ZRO</span>
|
||||
<span class="stat-label">Tailpipe Emissions</span>
|
||||
</div>
|
||||
<div class="stat-metric">
|
||||
<span class="stat-value">98%</span>
|
||||
<span class="stat-label">Fleet Uptime</span>
|
||||
</div>
|
||||
<div class="stat-metric">
|
||||
<span class="stat-value">3x</span>
|
||||
<span class="stat-label">Longer Asset Life</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
91
non-used/fix_encoding.php
Normal file
91
non-used/fix_encoding.php
Normal file
@@ -0,0 +1,91 @@
|
||||
<?php
|
||||
/**
|
||||
* Fix encoding issues and broken symbols in the project.
|
||||
*/
|
||||
|
||||
$directory = __DIR__;
|
||||
$extensions = ['php', 'html', 'css', 'js'];
|
||||
|
||||
// Define replacements for various corrupted sequences
|
||||
$replacements = [
|
||||
// Corrupted Trademark
|
||||
'â„¢' => '™',
|
||||
'MileTruth<superscript>™</superscript>' => 'MileTruth™',
|
||||
'MileTruth<superscript>™</superscript>' => 'MileTruth™',
|
||||
'MileTruth™' => 'MileTruth™',
|
||||
|
||||
// Corrupted quotes and dashes (UTF-8 bytes misinterpreted as ISO-8859-1 and then saved as UTF-8)
|
||||
'–' => '–',
|
||||
'—' => '—',
|
||||
'’' => '’',
|
||||
'“' => '“',
|
||||
'â€' => '”',
|
||||
'…' => '…',
|
||||
'•' => '•',
|
||||
|
||||
// Corrupted spaces and symbols
|
||||
'©' => '©',
|
||||
' ' => ' ', // Often  + nbsp
|
||||
'Â' => '', // Lone  artifact
|
||||
'ðŸ' => '', // Broken emoji
|
||||
|
||||
// Fix existing trade entities if needed
|
||||
'<sup>™</sup>' => '™',
|
||||
'<superscript>™</superscript>' => '™',
|
||||
'<superscript>™</superscript>' => '™',
|
||||
];
|
||||
|
||||
/**
|
||||
* Recursively find all files with specific extensions.
|
||||
*
|
||||
* @param string $dir
|
||||
* @param array $extensions
|
||||
* @return array
|
||||
*/
|
||||
function get_all_files(string $dir, array $extensions): array {
|
||||
$files = [];
|
||||
$items = scandir($dir);
|
||||
foreach ($items as $item) {
|
||||
if ($item == '.' || $item == '..' || $item == '.git' || $item == 'non-used' || $item == 'fix_encoding.php') continue;
|
||||
$path = $dir . DIRECTORY_SEPARATOR . $item;
|
||||
if (is_dir($path)) {
|
||||
$files = array_merge($files, get_all_files($path, $extensions));
|
||||
} else {
|
||||
$ext = pathinfo($path, PATHINFO_EXTENSION);
|
||||
if (in_array($ext, $extensions)) {
|
||||
$files[] = $path;
|
||||
}
|
||||
}
|
||||
}
|
||||
return $files;
|
||||
}
|
||||
|
||||
$files = get_all_files($directory, $extensions);
|
||||
|
||||
echo "Processing " . count($files) . " files...\n";
|
||||
|
||||
foreach ($files as $file) {
|
||||
$content = file_get_contents($file);
|
||||
if ($content === false) continue;
|
||||
|
||||
$original_content = $content;
|
||||
|
||||
// Apply replacements multiple times to handle nested issues
|
||||
$changed = true;
|
||||
while ($changed) {
|
||||
$old_content = $content;
|
||||
foreach ($replacements as $search => $replace) {
|
||||
$content = str_replace($search, $replace, $content);
|
||||
}
|
||||
if ($old_content === $content) {
|
||||
$changed = false;
|
||||
}
|
||||
}
|
||||
|
||||
if ($content !== $original_content) {
|
||||
file_put_contents($file, $content);
|
||||
echo "Fixed: $file\n";
|
||||
}
|
||||
}
|
||||
|
||||
echo "Done.\n";
|
||||
371
non-used/fleet.php
Normal file
371
non-used/fleet.php
Normal file
@@ -0,0 +1,371 @@
|
||||
<!-- Fleet Status - Senior UI/UX Redesign -->
|
||||
<link rel="stylesheet" href="assets/css/ev-section.css">
|
||||
<link rel="stylesheet" href="assets/css/ev-premium.css">
|
||||
<link rel="stylesheet" href="assets/css/theme.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
/* ─── BASE SECTION STYLES ─── */
|
||||
.fleet-section {
|
||||
padding: 100px 0;
|
||||
background-color: #FDFDFD;
|
||||
font-family: 'Public Sans', sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fleet-container {
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding: 0 40px;
|
||||
display: flex; /* Fix for stacking issues */
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 60px; /* Precise gap as requested */
|
||||
}
|
||||
|
||||
/* ─── LEFT CONTENT: Heading & Features ─── */
|
||||
.fleet-content-left {
|
||||
flex: 1;
|
||||
max-width: 620px;
|
||||
}
|
||||
|
||||
.fleet-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 6px 14px;
|
||||
background: #FEE2E2;
|
||||
color: #B91C1C;
|
||||
border-radius: 100px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.fleet-title {
|
||||
font-size: clamp(36px, 4.5vw, 56px);
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
color: #111827;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.fleet-title span {
|
||||
color: #DC2626;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fleet-desc {
|
||||
font-size: 18px;
|
||||
color: #4B5563;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
/* Feature Cards */
|
||||
.fleet-feature-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.fleet-feature-card {
|
||||
padding: 24px;
|
||||
background: #fff;
|
||||
border: 1px solid #F1F5F9;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
|
||||
transition: transform 0.3s ease, border-color 0.3s ease;
|
||||
}
|
||||
|
||||
.fleet-feature-card:hover {
|
||||
transform: translateY(-5px);
|
||||
border-color: #FECACA;
|
||||
}
|
||||
|
||||
.fleet-feature-card h3 {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fleet-feature-card p {
|
||||
font-size: 14px;
|
||||
color: #6B7280;
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ─── RIGHT CONTENT: Fleet Status Dashboard ─── */
|
||||
.fleet-status-right {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.fleet-status-card {
|
||||
width: 100%;
|
||||
max-width: 580px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 32px;
|
||||
padding: 40px;
|
||||
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
|
||||
border: 1px solid #F1F5F9;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fs-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fs-title {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fs-indicator {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
color: #64748B;
|
||||
background: #F1F5F9;
|
||||
padding: 6px 14px;
|
||||
border-radius: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.fs-indicator::before {
|
||||
content: '';
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background: #10B981;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
/* Center Visual */
|
||||
.fs-v-center {
|
||||
position: relative;
|
||||
padding: 20px 0;
|
||||
background-image:
|
||||
radial-gradient(#E2E8F0 1px, transparent 1px);
|
||||
background-size: 24px 24px; /* Subtle grid texture */
|
||||
border-radius: 24px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.van-hero {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-width: 420px;
|
||||
filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
|
||||
}
|
||||
|
||||
/* ─── FLOATING OVERLAY CARDS ─── */
|
||||
.fs-overlay {
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, 0.85);
|
||||
backdrop-filter: blur(8px);
|
||||
padding: 12px 16px;
|
||||
border-radius: 18px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.4);
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.fs-o-1 { top: 10%; right: -10px; }
|
||||
.fs-o-2 { top: 40%; left: -20px; }
|
||||
.fs-o-3 { bottom: 15%; right: -5px; }
|
||||
|
||||
/* Battery Progress Style */
|
||||
.battery-circle {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.circle-bg {
|
||||
fill: none;
|
||||
stroke: #F1F5F9;
|
||||
stroke-width: 3;
|
||||
}
|
||||
|
||||
.circle-progress {
|
||||
fill: none;
|
||||
stroke: #E31E24;
|
||||
stroke-width: 3;
|
||||
stroke-linecap: round;
|
||||
transition: stroke-dashoffset 0.5s ease;
|
||||
}
|
||||
|
||||
.fs-info h4 {
|
||||
margin: 0;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.fs-info p {
|
||||
margin: 2px 0 0 0;
|
||||
font-size: 11px;
|
||||
color: #64748B;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* ─── RESPONSIVENESS ─── */
|
||||
@media (max-width: 1200px) {
|
||||
.fleet-container {
|
||||
flex-direction: column; /* Stack on smaller screens */
|
||||
padding: 0 30px;
|
||||
gap: 80px;
|
||||
}
|
||||
|
||||
.fleet-content-left, .fleet-status-right {
|
||||
max-width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fleet-status-right {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.fleet-feature-grid {
|
||||
margin: 0 auto;
|
||||
max-width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.fleet-feature-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.fs-overlay {
|
||||
display: none; /* Hide complex overlays on small mobile */
|
||||
}
|
||||
|
||||
.fleet-status-card {
|
||||
padding: 25px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<section class="fleet-section">
|
||||
<div class="fleet-container">
|
||||
|
||||
<!-- LEFT: Content & Features -->
|
||||
<div class="fleet-content-left">
|
||||
<div class="fleet-badge">Enterprise Fleet Dashboard</div>
|
||||
<h2 class="fleet-title">
|
||||
Built for Electric.<br>
|
||||
<span>Not Adapted.</span>
|
||||
</h2>
|
||||
<p class="fleet-desc">
|
||||
Deploy a high-performance logistics command center. Doormile orchestrates complex electric fleets with sub-second precision and predictive intelligence.
|
||||
</p>
|
||||
|
||||
<div class="fleet-feature-grid">
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Adaptive Routing</h4>
|
||||
<p>Dynamic route recalibration based on real-time traffic and conditions.</p>
|
||||
</div>
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Live Telemetry</h4>
|
||||
<p>Sub-second updates from every asset in your connected logistics network.</p>
|
||||
</div>
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Energy Oversight</h4>
|
||||
<p>Centralized monitoring of battery health and charging station efficiency.</p>
|
||||
</div>
|
||||
<div class="fleet-feature-card">
|
||||
<h4>Service Integrity</h4>
|
||||
<p>Proactive delay detection ensuring 99.9% delivery window success.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- RIGHT: Fleet Status Dashboard -->
|
||||
<div class="fleet-status-right">
|
||||
<div class="fleet-status-card">
|
||||
<div class="fs-header">
|
||||
<h4 class="fs-title">Fleet Status</h4>
|
||||
<div class="fs-indicator">12 vehicles active</div>
|
||||
</div>
|
||||
|
||||
<div class="fs-v-center">
|
||||
<img src="assets/images/fleet-van-light.png" alt="Doormile Electric Van" class="van-hero">
|
||||
|
||||
<!-- Floating Card 1 -->
|
||||
<div class="fs-overlay fs-o-1">
|
||||
<div class="battery-circle">
|
||||
<svg viewBox="0 0 36 36" width="36" height="36">
|
||||
<path class="circle-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
<path class="circle-progress" stroke-dasharray="92, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
</svg>
|
||||
<span style="position:absolute;">92%</span>
|
||||
</div>
|
||||
<div class="fs-info">
|
||||
<h4>EV-1024</h4>
|
||||
<p>North Route • Active</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating Card 2 -->
|
||||
<div class="fs-overlay fs-o-2">
|
||||
<div class="battery-circle">
|
||||
<svg viewBox="0 0 36 36" width="36" height="36">
|
||||
<path class="circle-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
<path class="circle-progress" style="stroke:#10B981" stroke-dasharray="74, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
</svg>
|
||||
<span style="position:absolute;">74%</span>
|
||||
</div>
|
||||
<div class="fs-info">
|
||||
<h4>EV-0892</h4>
|
||||
<p>Express • 12m left</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating Card 3 -->
|
||||
<div class="fs-overlay fs-o-3">
|
||||
<div class="battery-circle">
|
||||
<svg viewBox="0 0 36 36" width="36" height="36">
|
||||
<path class="circle-bg" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
<path class="circle-progress" style="stroke:#F59E0B" stroke-dasharray="21, 100" d="M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831" />
|
||||
</svg>
|
||||
<span style="position:absolute;">21%</span>
|
||||
</div>
|
||||
<div class="fs-info">
|
||||
<h4>EV-1104</h4>
|
||||
<p>Charging required</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="text-align:center; font-size: 13px; color: #64748B; font-weight: 500;">
|
||||
LIVE TELEMETRY ACTIVE
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
332
non-used/gallery.php
Normal file
332
non-used/gallery.php
Normal file
@@ -0,0 +1,332 @@
|
||||
<div class="elementor-element elementor-element-5542f55 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent"
|
||||
data-id="5542f55" data-element_type="container" data-e-type="container"
|
||||
data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-element elementor-element-d05f149 e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="d05f149" data-element_type="container" data-e-type="container">
|
||||
<div class="e-con-inner">
|
||||
<div class="elementor-element elementor-element-bbad2b7 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="bbad2b7" data-element_type="container" data-e-type="container">
|
||||
<div class="elementor-element elementor-element-d93ecae elementor-widget elementor-widget-logico_heading"
|
||||
data-id="d93ecae" data-element_type="widget" data-e-type="widget"
|
||||
data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="logico-title">/ our gallery /
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-340c6dd elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-logico_heading"
|
||||
data-id="340c6dd" data-element_type="widget" data-e-type="widget"
|
||||
data-settings="{"_animation":"logico_heading_animation"}"
|
||||
data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<h3 class="logico-title">
|
||||
The most important <br />things which we can show you
|
||||
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-46b6297 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="46b6297" data-element_type="container" data-e-type="container">
|
||||
<div class="elementor-element elementor-element-bfe8cd1 elementor-widget elementor-widget-logico_portfolio_listing"
|
||||
data-id="bfe8cd1" data-element_type="widget" data-e-type="widget"
|
||||
data-widget_type="logico_portfolio_listing.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="logico-portfolios-listing-widget">
|
||||
<div class="archive-listing"
|
||||
data-ajax='{"post_type":"portfolio","post_status":"publish","ignore_sticky_posts":true,"suppress_filters":true,"orderby":"post__in","order":"asc","link_base":"https:\/\/demo.artureanec.com\/themes\/logico-rounded","post__in":["2636","2638","2642","2644","2648","2652","2654","2656","2658"],"posts_per_page":-1,"paged":1}'
|
||||
data-widget='{"item_class":"portfolio-item-wrapper slider-item with-media-overlay","columns_number":3,"listing_type":"slider","show_title":"yes"}'>
|
||||
<div class="custom-cursor-drag"></div>
|
||||
<div
|
||||
class="slider-footer slider-footer-view-outside slider-footer-position-before slider-footer-width-boxed">
|
||||
<div class="slider-footer-content">
|
||||
<div class="slider-pagination">
|
||||
<div class="slider-progress-wrapper">
|
||||
<span class="slider-progress-current">01</span>
|
||||
/<span class="slider-progress-all">01</span>
|
||||
</div>
|
||||
<div class="owl-dots owl-dots-bfe8cd1"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="archive-listing-wrapper portfolio-listing-wrapper owl-carousel owl-theme custom-cursor-enable item-view-indented show-inactive-items"
|
||||
data-slider-options={"items":3,"itemsWidescreen":3,"itemsLaptop":3,"itemsTabletExtra":3,"itemsTablet":2,"itemsMobileExtra":1,"itemsMobile":1,"nav":false,"navText":["",""],"dots":true,"progress":true,"autoplayHoverPause":false,"autoplay":false,"autoplaySpeed":300,"autoplayTimeout":5000,"loop":true,"dragEndSpeed":500,"navSpeed":500,"dotsSpeed":500,"dotsContainer":".owl-dots-bfe8cd1","rtl":false}>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2636 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-air-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-3.jpeg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-3.jpeg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-3.jpeg 840w">
|
||||
<img decoding="async" alt="blog-post-pic-3"
|
||||
title="blog-post-pic-3"
|
||||
src="assets/images/blog-post-pic-3.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Shipping by air</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2638 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-sea-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-15.png 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-15.png 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-15.png 840w">
|
||||
<img decoding="async" alt="blog-post-pic-15"
|
||||
title="blog-post-pic-15"
|
||||
src="assets/images/blog-post-pic-15.png"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Cargo at sea</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2642 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-land-transport">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-7-680x680.jpeg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-7-680x680.jpeg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-7-680x680.jpeg 840w">
|
||||
<img decoding="async" alt="blog-post-pic-7"
|
||||
title="blog-post-pic-7"
|
||||
src="assets/images/blog-post-pic-7-680x680.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Delivery on the way</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2644 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-train-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-14.jpeg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-14.jpeg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-14.jpeg 840w">
|
||||
<img decoding="async" alt="blog-post-pic-14"
|
||||
title="blog-post-pic-14"
|
||||
src="assets/images/blog-post-pic-14.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Container transportation by rail</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2648 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-train-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-8.jpeg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-8.jpeg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-8.jpeg 840w">
|
||||
<img decoding="async" alt="blog-post-pic-8"
|
||||
title="blog-post-pic-8"
|
||||
src="assets/images/blog-post-pic-8.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Cargo delivery by sea</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2652 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-train-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-17.png 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-17.png 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-17.png 840w">
|
||||
<img decoding="async" alt="blog-post-pic-17"
|
||||
title="blog-post-pic-17"
|
||||
src="assets/images/blog-post-pic-17.png"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Rail transportation</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2654 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-train-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-4.jpeg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-4.jpeg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-4.jpeg 840w">
|
||||
<img decoding="async" alt="blog-post-pic-18"
|
||||
title="blog-post-pic-18"
|
||||
src="assets/images/blog-post-pic-4.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Freight control</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2656 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-train-freight">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/blog-post-pic-6.jpeg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/blog-post-pic-6.jpeg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/blog-post-pic-6.jpeg 840w">
|
||||
<img decoding="async" alt="blog-post-pic-2"
|
||||
title="blog-post-pic-2"
|
||||
src="assets/images/blog-post-pic-6.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Train Freight</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div
|
||||
class="portfolio-item-wrapper slider-item with-media-overlay post-2658 portfolio type-portfolio status-publish has-post-thumbnail hentry portfolio_category-land-transport">
|
||||
<a href="#"
|
||||
class="portfolio-item">
|
||||
<div class="portfolio-item-media">
|
||||
<span class="portfolio-item-media-link">
|
||||
<div class="post-media">
|
||||
<picture>
|
||||
<source media="(max-width: 480px)"
|
||||
sizes="(max-width: 480px) 480px"
|
||||
srcset="assets/images/bg-header-3.jpg 480w">
|
||||
<source media="(max-width: 660px)"
|
||||
sizes="(max-width: 660px) 660px"
|
||||
srcset="assets/images/bg-header-3.jpg 660w">
|
||||
<source media="(max-width: 840px)"
|
||||
sizes="(max-width: 840px) 840px"
|
||||
srcset="assets/images/bg-header-3.jpg 840w">
|
||||
<img decoding="async" alt="bg-header-3"
|
||||
title="bg-header-3"
|
||||
src="assets/images/bg-header-3.jpeg"
|
||||
class="attachment-medium size-medium wp-post-image" />
|
||||
</picture>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<div class="portfolio-item-content">
|
||||
<h6 class="post-title">Delivery on the way</h6>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
72
non-used/header-img.php
Normal file
72
non-used/header-img.php
Normal file
@@ -0,0 +1,72 @@
|
||||
<div class="elementor-element elementor-element-da57c01 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent"
|
||||
data-id="da57c01" data-element_type="container" data-e-type="container">
|
||||
<div class="elementor-element elementor-element-cbfd9b2 elementor-widget elementor-widget-logico_content_slider"
|
||||
data-id="cbfd9b2" data-element_type="widget" data-e-type="widget"
|
||||
data-widget_type="logico_content_slider.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="logico-content-slider-widget">
|
||||
<div class="content-slider-wrapper">
|
||||
<div class="content-slider-container">
|
||||
<div class="content-slider owl-carousel owl-theme"
|
||||
data-slider-options="{"items":1,"nav":false,"navText":"","dots":true,"progress":true,"dotsContainer":".owl-dots-cbfd9b2","autoplayHoverPause":false,"autoplay":false,"autoplaySpeed":5000,"autoplayTimeout":5000,"loop":true,"dragEndSpeed":1200,"navSpeed":1200,"dotsSpeed":1200,"pullDrag":false,"freeDrag":false,"callbacks":false,"animateOut":"fadeOut","rtl":false}">
|
||||
<div class="content-item slider-item elementor-repeater-item-3264830 slide-style-standard">
|
||||
<div class="slide-content">
|
||||
<div class="slide-content-inner">
|
||||
<h1 class="content-slider-item-heading logico-content-wrapper-1">
|
||||
<span class="heading-content">Transportation Services around the
|
||||
World</span>
|
||||
</h1>
|
||||
<div class="content-slider-item-text logico-content-wrapper-2">
|
||||
<div class="text-content">
|
||||
<p>Mummichog paradise fish! Triggerfish bango guppy opah sunfish
|
||||
bluntnose knifefish upside-down catfish cobia spookfish convict
|
||||
cichlid.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-slider-item-buttons logico-content-wrapper-3">
|
||||
<a class="logico-alter-button" href="#" target="_blank">Explore
|
||||
more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-item slider-item elementor-repeater-item-6867061 slide-style-standard">
|
||||
<div class="slide-content">
|
||||
<div class="slide-content-inner">
|
||||
<h1 class="content-slider-item-heading logico-content-wrapper-1">
|
||||
<span class="heading-content">A New Freight Experience</span>
|
||||
</h1>
|
||||
<div class="content-slider-item-text logico-content-wrapper-2">
|
||||
<div class="text-content">
|
||||
<p>Halosaur duckbilled barracudina, goosefish gar pleco, chum salmon
|
||||
armoured catfish gudgeon sawfish whitefish orbicular batfish
|
||||
mummichog paradise fish!</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-slider-item-buttons logico-content-wrapper-3">
|
||||
<a class="logico-alter-button" href="#" target="_blank">Explore
|
||||
more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="slider-footer slider-footer-position-after slider-footer-width-full slider-footer-view-outside">
|
||||
<div class="slider-footer-content">
|
||||
<div class="slider-pagination">
|
||||
<div class="slider-progress-wrapper">
|
||||
<span class="slider-progress-current">01</span>
|
||||
/<span class="slider-progress-all">01</span>
|
||||
</div>
|
||||
<div class="owl-dots owl-dots-cbfd9b2"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
2311
non-used/industry-solutions2.php
Normal file
2311
non-used/industry-solutions2.php
Normal file
File diff suppressed because it is too large
Load Diff
6
non-used/jquery-js-after.html
Normal file
6
non-used/jquery-js-after.html
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
<![CDATA[ */
|
||||
!function($){"use strict";$(document).ready(function(){$(this).scrollTop()>100&&$(".hfe-scroll-to-top-wrap").removeClass("hfe-scroll-to-top-hide"),$(window).scroll(function(){$(this).scrollTop()<100?$(".hfe-scroll-to-top-wrap").fadeOut(300):$(".hfe-scroll-to-top-wrap").fadeIn(300)}),$(".hfe-scroll-to-top-wrap").on("click",function(){$("html, body").animate({scrollTop:0},300);return!1})})}(jQuery);
|
||||
!function($){'use strict';$(document).ready(function(){var bar=$('.hfe-reading-progress-bar');if(!bar.length)return;$(window).on('scroll',function(){var s=$(window).scrollTop(),d=$(document).height()-$(window).height(),p=d? s/d*100:0;bar.css('width',p+'%')});});}(jQuery);
|
||||
//# sourceURL=jquery-js-after
|
||||
/* ]]>*/
|
||||
6
non-used/logico-theme-js-extra.html
Normal file
6
non-used/logico-theme-js-extra.html
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
<![CDATA[ */
|
||||
var ajax_params = {"ajax_url":"https://demo.artureanec.com/themes/logico-rounded/wp-admin/admin-ajax.php","ajax_nonce":"9cbcbbe4d2"};
|
||||
var theme = [];
|
||||
//# sourceURL=logico-theme-js-extra
|
||||
/* ]]>*/
|
||||
9721
non-used/miles.php
Normal file
9721
non-used/miles.php
Normal file
File diff suppressed because it is too large
Load Diff
6587
non-used/miles2.php
Normal file
6587
non-used/miles2.php
Normal file
File diff suppressed because it is too large
Load Diff
5
non-used/organize_project.php
Normal file
5
non-used/organize_project.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
unlink('test_agent.php');
|
||||
unlink(__FILE__);
|
||||
echo "Cleaned up";
|
||||
?>
|
||||
188
non-used/section2.php
Normal file
188
non-used/section2.php
Normal file
@@ -0,0 +1,188 @@
|
||||
<div class="elementor-element elementor-element-846ec29 e-grid e-con-full cut-corner-no sticky-container-off e-con e-parent"
|
||||
data-id="846ec29" data-element_type="container" data-e-type="container">
|
||||
<div class="elementor-element elementor-element-e51a21a e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="e51a21a" data-element_type="container" data-e-type="container"
|
||||
data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-element elementor-element-b76ab0c elementor-widget elementor-widget-logico_heading"
|
||||
data-id="b76ab0c" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<h2 class="logico-title">73%
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-7b9bdaf elementor-widget elementor-widget-text-editor"
|
||||
data-id="7b9bdaf" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
|
||||
<div class="elementor-widget-container">
|
||||
<p>of delays happen at handoffs</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="elementor-element elementor-element-fa2a4fc elementor-widget-divider--view-line elementor-widget elementor-widget-divider"
|
||||
data-id="fa2a4fc" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-divider">
|
||||
<span class="elementor-divider-separator"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="elementor-element elementor-element-39ccb36 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list"
|
||||
data-id="39ccb36" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
|
||||
<div class="elementor-widget-container">
|
||||
<ul class="elementor-icon-list-items">
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Lack of clear ownership</span>
|
||||
</li>
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Poor communication</span>
|
||||
</li>
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Process gaps</span>
|
||||
</li>
|
||||
<!-- <li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Transportation</span>
|
||||
</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-f21cefd e-con-full e-flex sticky-container-off e-con e-child"
|
||||
data-id="f21cefd" data-element_type="container" data-e-type="container"
|
||||
data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-element elementor-element-97b08df elementor-widget elementor-widget-logico_heading"
|
||||
data-id="97b08df" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<h2 class="logico-title">40%
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-ca2e835 elementor-widget elementor-widget-text-editor"
|
||||
data-id="ca2e835" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
|
||||
<div class="elementor-widget-container">
|
||||
<p>of shipments require intervention</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-aaaed9e elementor-widget-divider--view-line elementor-widget elementor-widget-divider"
|
||||
data-id="aaaed9e" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-divider">
|
||||
<span class="elementor-divider-separator"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-39ccb36 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list"
|
||||
data-id="39ccb36" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
|
||||
<div class="elementor-widget-container">
|
||||
<ul class="elementor-icon-list-items">
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Manual checks</span>
|
||||
</li>
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Data errors</span>
|
||||
</li>
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Process delays</span>
|
||||
</li>
|
||||
<!-- <li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Transportation</span>
|
||||
</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="elementor-element elementor-element-c4c35c7 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="c4c35c7" data-element_type="container" data-e-type="container"
|
||||
data-settings="{"background_background":"classic"}">
|
||||
<div class="elementor-element elementor-element-29ec1ac elementor-widget elementor-widget-logico_heading"
|
||||
data-id="29ec1ac" data-element_type="widget" data-e-type="widget" data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<h2 class="logico-title">2.5x
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-157eebf elementor-widget elementor-widget-text-editor"
|
||||
data-id="157eebf" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
|
||||
<div class="elementor-widget-container">
|
||||
<p>more time spent on coordination</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-b431db1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider"
|
||||
data-id="b431db1" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-divider">
|
||||
<span class="elementor-divider-separator"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-39ccb36 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list"
|
||||
data-id="39ccb36" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
|
||||
<div class="elementor-widget-container">
|
||||
<ul class="elementor-icon-list-items">
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Manual follow-ups</span>
|
||||
</li>
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Team dependencies</span>
|
||||
</li>
|
||||
<li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Communication gaps</span>
|
||||
</li>
|
||||
<!-- <li class="elementor-icon-list-item">
|
||||
<span class="elementor-icon-list-icon">
|
||||
<i aria-hidden="true" class="fontello icon-button-arrow-x-r-down"></i>
|
||||
</span>
|
||||
<span class="elementor-icon-list-text">Transportation</span>
|
||||
</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="elementor-element elementor-element-6cc2123 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child" data-id="6cc2123" data-element_type="container" data-e-type="container">
|
||||
<div class="elementor-element elementor-element-79f02be elementor-widget__width-auto elementor-widget elementor-widget-text-editor" data-id="79f02be" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
|
||||
<div class="elementor-widget-container">
|
||||
<p>2.750</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-6ed5790 elementor-widget__width-auto elementor-widget elementor-widget-text-editor" data-id="6ed5790" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
|
||||
<div class="elementor-widget-container">
|
||||
<p>
|
||||
People work<br/>in Logico
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
175
non-used/services.php
Normal file
175
non-used/services.php
Normal file
@@ -0,0 +1,175 @@
|
||||
<div class="elementor-element elementor-element-30fd9d1 e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-parent"
|
||||
data-id="30fd9d1" data-element_type="container">
|
||||
<div class="e-con-inner">
|
||||
<div class="elementor-element elementor-element-03db5d7 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="03db5d7" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-3fe4ca3 elementor-widget elementor-widget-logico_heading"
|
||||
data-id="3fe4ca3" data-element_type="widget"
|
||||
data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="logico-title">/ services /
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-ffd1f7d elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-logico_heading"
|
||||
data-id="ffd1f7d" data-element_type="widget"
|
||||
data-settings="{"_animation":"logico_heading_animation"}"
|
||||
data-widget_type="logico_heading.default">
|
||||
<div class="elementor-widget-container">
|
||||
<h3 class="logico-title">Logistic services which we provide to our customers
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-e09c20e e-grid e-con-full cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="e09c20e" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-81a7690 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box"
|
||||
data-id="81a7690" data-element_type="widget"
|
||||
data-widget_type="icon-box.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-icon-box-wrapper">
|
||||
|
||||
<div class="elementor-icon-box-icon">
|
||||
<span class="elementor-icon">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"
|
||||
style="width:80px; height:80px; display:block;"
|
||||
xml:space="preserve" class="">
|
||||
<g>
|
||||
<path
|
||||
d="M41.211 37.288a4.112 4.112 0 1 1 4.109-4.112 4.114 4.114 0 0 1-4.109 4.112zm0-6.724a2.612 2.612 0 1 0 2.609 2.612 2.613 2.613 0 0 0-2.609-2.612zM19.542 37.288a4.112 4.112 0 1 1 4.108-4.112 4.115 4.115 0 0 1-4.108 4.112zm0-6.724a2.612 2.612 0 1 0 2.608 2.612 2.614 2.614 0 0 0-2.608-2.612z"
|
||||
fill="#000000" opacity="1"
|
||||
data-original="#000000" class=""></path>
|
||||
<path
|
||||
d="M46.621 33.926H44.57a.75.75 0 0 1 0-1.5h1.839v-3.977a3.16 3.16 0 0 0-.4-1.536l-4.06-7.279a.4.4 0 0 0-.349-.205h-5.533v13h1.786a.75.75 0 0 1 0 1.5h-2.536a.75.75 0 0 1-.75-.75v-14.5a.75.75 0 0 1 .75-.75H41.6a1.9 1.9 0 0 1 1.66.974l4.059 7.28a4.662 4.662 0 0 1 .589 2.266v4.19a1.289 1.289 0 0 1-1.287 1.287zM16.183 33.926H8.992a.75.75 0 0 1-.75-.75v-5.768a.75.75 0 0 1 1.5 0v5.018h6.441a.75.75 0 0 1 0 1.5zM8.992 24.747a.75.75 0 0 1-.75-.75v-5.036a.75.75 0 0 1 1.5 0V24a.75.75 0 0 1-.75.747z"
|
||||
fill="#000000" opacity="1"
|
||||
data-original="#000000" class=""></path>
|
||||
<path
|
||||
d="M35.317 33.926H22.9a.75.75 0 0 1 0-1.5h11.667V12.805H9.742v3.089a.75.75 0 0 1-1.5 0v-3.227a1.364 1.364 0 0 1 1.363-1.362h25.1a1.364 1.364 0 0 1 1.362 1.362v20.509a.75.75 0 0 1-.75.75zM11.957 28.158H2.438a.75.75 0 0 1 0-1.5h9.519a.75.75 0 0 1 0 1.5z"
|
||||
fill="#000000" opacity="1"
|
||||
data-original="#000000" class=""></path>
|
||||
<path
|
||||
d="M19.542 24.747H6.259a.75.75 0 0 1 0-1.5h13.283a.75.75 0 0 1 0 1.5zM5.846 20.787H.659a.75.75 0 1 1 0-1.5h5.187a.75.75 0 0 1 0 1.5zM14.163 16.644H5.007a.75.75 0 1 1 0-1.5h9.156a.75.75 0 0 1 0 1.5z"
|
||||
fill="#000000" opacity="1"
|
||||
data-original="#000000" class=""></path>
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<div class="elementor-icon-box-content">
|
||||
|
||||
<div class="elementor-icon-box-title">
|
||||
<span>
|
||||
Expedited LTL </span>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-0f4aa27 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box"
|
||||
data-id="0f4aa27" data-element_type="widget"
|
||||
data-widget_type="icon-box.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-icon-box-wrapper">
|
||||
|
||||
<div class="elementor-icon-box-icon">
|
||||
<span class="elementor-icon">
|
||||
<i aria-hidden="true" class="fontello icon-container"></i>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="elementor-icon-box-content">
|
||||
|
||||
<div class="elementor-icon-box-title">
|
||||
<span>
|
||||
Truckload </span>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-6cfd203 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box"
|
||||
data-id="6cfd203" data-element_type="widget"
|
||||
data-widget_type="icon-box.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-icon-box-wrapper">
|
||||
|
||||
<div class="elementor-icon-box-icon">
|
||||
<span class="elementor-icon">
|
||||
<i aria-hidden="true" class="fontello icon-trolley"></i>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="elementor-icon-box-content">
|
||||
|
||||
<div class="elementor-icon-box-title">
|
||||
<span>
|
||||
Final mile </span>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-0d343e1 elementor-view-default elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box"
|
||||
data-id="0d343e1" data-element_type="widget"
|
||||
data-widget_type="icon-box.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="elementor-icon-box-wrapper">
|
||||
|
||||
<div class="elementor-icon-box-icon">
|
||||
<span class="elementor-icon">
|
||||
<i aria-hidden="true"
|
||||
class="fontello icon-supply-chain"></i> </span>
|
||||
</div>
|
||||
|
||||
<div class="elementor-icon-box-content">
|
||||
|
||||
<div class="elementor-icon-box-title">
|
||||
<span>
|
||||
Brokerage </span>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-5a5c397 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="5a5c397" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-07cd509 elementor-widget__width-initial elementor-widget elementor-widget-text-editor"
|
||||
data-id="07cd509" data-element_type="widget"
|
||||
data-widget_type="text-editor.default">
|
||||
<div class="elementor-widget-container">
|
||||
<p>Reliable transportation solutions built for speed, scale, and
|
||||
precision. From time-critical shipments to full-capacity movements
|
||||
and final-stage delivery, every mile is managed with efficiency and
|
||||
control. Flexible coordination ensures freight keeps moving
|
||||
smoothly, even during peak demand</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-1808c14 elementor-widget__width-initial elementor-widget elementor-widget-logico_button"
|
||||
data-id="1808c14" data-element_type="widget"
|
||||
data-widget_type="logico_button.default">
|
||||
<div class="elementor-widget-container">
|
||||
|
||||
<!-- <div class="button-widget">
|
||||
<div class="button-container">
|
||||
<a href="#" class="logico-alter-button">All services</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
111
non-used/testimonials.php
Normal file
111
non-used/testimonials.php
Normal file
@@ -0,0 +1,111 @@
|
||||
<div class="elementor elementor-61">
|
||||
<div class="elementor-element elementor-element-de254c2 e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="de254c2" data-element_type="container"
|
||||
data-settings="{"background_background":"classic"}">
|
||||
<div class="e-con-inner">
|
||||
<div class="elementor-element elementor-element-d5b30d0 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="d5b30d0" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-609bbad e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="609bbad" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-e6879ea elementor-widget elementor-widget-image"
|
||||
data-id="e6879ea" data-element_type="widget" data-widget_type="image.default">
|
||||
<div class="elementor-widget-container">
|
||||
<img loading="lazy" decoding="async" width="491" height="373"
|
||||
src="/assets/images/home2-pic-2.png" class="attachment-full size-full wp-image-4396"
|
||||
alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="elementor-element elementor-element-ebf6c8d e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="ebf6c8d" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-1632aa3 elementor-widget elementor-widget-logico_testimonial_carousel"
|
||||
data-id="1632aa3" data-element_type="widget"
|
||||
data-widget_type="logico_testimonial_carousel.default">
|
||||
<div class="elementor-widget-container">
|
||||
|
||||
<div class="logico-testimonial-carousel-widget">
|
||||
<div class="testimonial-carousel-wrapper witch-icon">
|
||||
|
||||
<div class="testimonials-slider-container">
|
||||
|
||||
|
||||
|
||||
<div class="testimonials-slider owl-carousel owl-theme"
|
||||
data-slider-options="{"items":1,"itemsWidescreen":1,"itemsLaptop":1,"itemsTabletExtra":1,"itemsTablet":1,"itemsMobileExtra":1,"itemsMobile":1,"nav":false,"dots":true,"progress":true,"autoplayHoverPause":false,"autoplay":false,"autoplaySpeed":300,"autoplayTimeout":5000,"loop":true,"dragEndSpeed":500,"navSpeed":500,"dotsSpeed":500,"dotsContainer":".owl-dots-1632aa3","rtl":false}">
|
||||
<div class="testimonial-item slider-item">
|
||||
<div class="testimonial-text">
|
||||
<p>Halosaur duckbilled barracudina, goosefish gar pleco, chum salmon
|
||||
armoured catfish gudgeon sawfish whitefish orbicular batfish
|
||||
mummichog paradise fish! Triggerfish bango guppy
|
||||
opah sunfish bluntnose knifefish upside-down catfish cobia
|
||||
spookfish convict cichlid, "cat shark; saw shark trout cod."
|
||||
Pink salmon cherry salmon combtail gourami frigate
|
||||
mackerel snake mackerel upside-down shark</p>
|
||||
</div>
|
||||
<div class="testimonial-author-info">
|
||||
<div class="testimonial-author">Adrian Mitchel </div>
|
||||
<div class="testimonial-company">SolarInc</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-item slider-item">
|
||||
<div class="testimonial-text">
|
||||
<p>Halosaur duckbilled barracudina, goosefish gar pleco, chum salmon
|
||||
armoured catfish gudgeon sawfish whitefish orbicular batfish
|
||||
mummichog paradise fish! Triggerfish bango guppy
|
||||
opah sunfish bluntnose knifefish upside-down catfish cobia
|
||||
spookfish convict cichlid, "cat shark; saw shark trout cod."
|
||||
Pink salmon cherry salmon combtail gourami frigate
|
||||
mackerel snake mackerel upside-down shark</p>
|
||||
</div>
|
||||
<div class="testimonial-author-info">
|
||||
<div class="testimonial-author">Adrian Mitchel </div>
|
||||
<div class="testimonial-company">SolarInc</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-item slider-item">
|
||||
<div class="testimonial-text">
|
||||
<p>Halosaur duckbilled barracudina, goosefish gar pleco, chum salmon
|
||||
armoured catfish gudgeon sawfish whitefish orbicular batfish
|
||||
mummichog paradise fish! Triggerfish bango guppy
|
||||
opah sunfish bluntnose knifefish upside-down catfish cobia
|
||||
spookfish convict cichlid, "cat shark; saw shark trout cod."
|
||||
Pink salmon cherry salmon combtail gourami frigate
|
||||
mackerel snake mackerel upside-down shark</p>
|
||||
</div>
|
||||
<div class="testimonial-author-info">
|
||||
<div class="testimonial-author">Adrian Mitchel </div>
|
||||
<div class="testimonial-company">SolarInc</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="slider-footer slider-footer-view-outside slider-footer-position-after slider-footer-width-full">
|
||||
<div class="slider-footer-content">
|
||||
<div class="slider-pagination">
|
||||
<div class="slider-progress-wrapper"><span
|
||||
class="slider-progress-current">01</span> /<span
|
||||
class="slider-progress-all">01</span></div>
|
||||
<div class="owl-dots owl-dots-1632aa3"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="elementor-element elementor-element-ab691ea elementor-absolute elementor-widget elementor-widget-logico_decorative_block" data-id="ab691ea" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="logico_decorative_block.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="block-decoration animation-enable block-decoration-style-1">
|
||||
<div class="block-decoration-item">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
25
non-used/ticker-wrapper.php
Normal file
25
non-used/ticker-wrapper.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<div class="elementor-element elementor-element-eb7efde e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent"
|
||||
data-id="eb7efde" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-9c4eb28 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="9c4eb28" data-element_type="container">
|
||||
<div class="elementor-element elementor-element-459fc06 elementor-widget elementor-widget-logico_marquee"
|
||||
data-id="459fc06" data-element_type="widget"
|
||||
data-widget_type="logico_marquee.default">
|
||||
<div class="elementor-widget-container">
|
||||
<div class="logico-ticker-wrapper" data-speed="10" data-direction="left">
|
||||
<div class="ticker">
|
||||
<span class="ticker-text">
|
||||
<p>
|
||||
<span style="color: #c01227">345 679 345</span>
|
||||
tons of productions were delivered
|
||||
</p>
|
||||
</span>
|
||||
<span class="separator">
|
||||
<i class="fontello icon-half-logo"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
100
non-used/title_widget.php
Normal file
100
non-used/title_widget.php
Normal file
@@ -0,0 +1,100 @@
|
||||
|
||||
<!-- Animated Title Component -->
|
||||
<style>
|
||||
/* Scoped Styles for Animated Title */
|
||||
.title-widget-wrapper {
|
||||
width: 100%;
|
||||
max-width: 1100px;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
.logico-animated-title {
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
font-size: 2.8rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.15;
|
||||
color: #111419;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
text-transform: uppercase;
|
||||
max-width: 650px; /* Constrain width to force multi-line like the example */
|
||||
}
|
||||
|
||||
/* Animation States */
|
||||
.animated-ready .word {
|
||||
opacity: 0;
|
||||
transform: translateY(40px);
|
||||
display: inline-block;
|
||||
transition: all 0.8s cubic-bezier(0.2, 0.6, 0.4, 1);
|
||||
}
|
||||
|
||||
.animated-ready.is-animated .word {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
/* Staggering words */
|
||||
.animated-ready.is-animated .word:nth-child(1) { transition-delay: 0.1s; }
|
||||
.animated-ready.is-animated .word:nth-child(2) { transition-delay: 0.2s; }
|
||||
.animated-ready.is-animated .word:nth-child(3) { transition-delay: 0.3s; }
|
||||
.animated-ready.is-animated .word:nth-child(4) { transition-delay: 0.4s; }
|
||||
.animated-ready.is-animated .word:nth-child(5) { transition-delay: 0.5s; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.logico-animated-title {
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="title-widget-wrapper">
|
||||
<div class="elementor-widget-container">
|
||||
<h3 id="animated-title-main" class="logico-title animated-ready logico-animated-title">
|
||||
<!-- Text will be split by JS -->
|
||||
Why MileTruth™ is Different
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const titleEl = document.getElementById('animated-title-main');
|
||||
if (!titleEl) return;
|
||||
|
||||
// Split title into words for staggering
|
||||
const text = titleEl.innerText;
|
||||
const words = text.split(' ');
|
||||
titleEl.innerHTML = ''; // Clear original text
|
||||
|
||||
words.forEach(word => {
|
||||
const wordSpan = document.createElement('span');
|
||||
wordSpan.className = 'word';
|
||||
wordSpan.style.marginRight = '12px'; // Re-add space
|
||||
wordSpan.innerText = word;
|
||||
titleEl.appendChild(wordSpan);
|
||||
});
|
||||
|
||||
// Trigger animation after a slight delay
|
||||
setTimeout(() => {
|
||||
titleEl.classList.add('is-animated');
|
||||
}, 300);
|
||||
|
||||
// Re-trigger if scrolled into view (basic Intersection Observer)
|
||||
if ('IntersectionObserver' in window) {
|
||||
const observer = new IntersectionObserver((entries) => {
|
||||
entries.forEach(entry => {
|
||||
if (entry.isIntersecting) {
|
||||
entry.target.classList.add('is-animated');
|
||||
}
|
||||
});
|
||||
}, { threshold: 0.5 });
|
||||
observer.observe(titleEl);
|
||||
}
|
||||
});
|
||||
})();
|
||||
</script>
|
||||
5
non-used/wc-add-to-cart-js-extra.html
Normal file
5
non-used/wc-add-to-cart-js-extra.html
Normal file
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
<![CDATA[ */
|
||||
var wc_add_to_cart_params = {"ajax_url":"/themes/logico-rounded/wp-admin/admin-ajax.php","wc_ajax_url":"/themes/logico-rounded/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://demo.artureanec.com/themes/logico-rounded/cart/","is_cart":"","cart_redirect_after_add":"no"};
|
||||
//# sourceURL=wc-add-to-cart-js-extra
|
||||
/* ]]>*/
|
||||
5
non-used/wc-order-attribution-js-extra.html
Normal file
5
non-used/wc-order-attribution-js-extra.html
Normal file
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
<![CDATA[ */
|
||||
var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://demo.artureanec.com/themes/logico-rounded/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
|
||||
//# sourceURL=wc-order-attribution-js-extra
|
||||
/* ]]>*/
|
||||
5
non-used/woocommerce-js-extra.html
Normal file
5
non-used/woocommerce-js-extra.html
Normal file
@@ -0,0 +1,5 @@
|
||||
/*
|
||||
<![CDATA[ */
|
||||
var woocommerce_params = {"ajax_url":"/themes/logico-rounded/wp-admin/admin-ajax.php","wc_ajax_url":"/themes/logico-rounded/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
|
||||
//# sourceURL=woocommerce-js-extra
|
||||
/* ]]>*/
|
||||
Reference in New Issue
Block a user