Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 10 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,85 +735,56 @@ <h2 class="h2 section-title">Recent news & events</h2>
</p>

<ul class="blog-list grid-list">

<li>
<div class="blog-card">

<figure class="card-banner img-holder" style="--width: 770; --height: 500;">
<img src="./assets/images/blog-1.jpg" width="770" height="500" loading="lazy"
alt="At the end of the day, going forward, a new normal that has evolved from. your only logistic partner."
class="img-cover">
alt="How Technology is Revolutionizing Logistics and Supply Chain Management" class="img-cover">
</figure>

<div class="card-content">

<time class="card-meta" datetime="2022-08-02">
<span class="span">02</span> Aug
<time class="card-meta" datetime="2023-09-15">
<span class="span">15</span> Sep
</time>

<h3 class="h3 card-title">
<a href="#">
At the end of the day, going forward, a new normal that has evolved from. your only logistic
partner.
How Technology is Revolutionizing Logistics and Supply Chain Management
</a>
</h3>

<p class="card-text">
New chip traps clusters of migrating tumor cells asperiortenetur, blanditiis odit. typesetting
industry the standard
dummy text ever since the when an printer.
Discover how AI, IoT, and automation are transforming logistics operations, improving efficiency, and reducing costs across the supply chain.
</p>

<a href="#" class="btn-link">
<ion-icon name="chevron-forward" aria-hidden="true"></ion-icon>

<span class="span">Read More</span>
</a>

</div>

</div>
</li>

<li>
<div class="blog-card">

<figure class="card-banner img-holder" style="--width: 770; --height: 500;">
<img src="./assets/images/blog-2.jpg" width="770" height="500" loading="lazy"
alt="Going forward, a new normal that has evolved from generation. moving your products across all borders."
class="img-cover">
alt="The Importance of Sustainable Practices in Modern Logistics" class="img-cover">
</figure>

<div class="card-content">

<time class="card-meta" datetime="2022-08-21">
<span class="span">21</span> Aug
<time class="card-meta" datetime="2023-08-28">
<span class="span">28</span> Aug
</time>

<h3 class="h3 card-title">
<a href="#">
Going forward, a new normal that has evolved from generation. moving your products across all
borders.
The Importance of Sustainable Practices in Modern Logistics
</a>
</h3>

<p class="card-text">
New chip traps clusters of migrating tumor cells asperiortenetur, blanditiis odit. typesetting
industry the standard
dummy text ever since the when an printer.
Learn how eco-friendly logistics solutions are helping businesses reduce their carbon footprint while maintaining operational efficiency.
</p>

<a href="#" class="btn-link">
<ion-icon name="chevron-forward" aria-hidden="true"></ion-icon>

<span class="span">Read More</span>
</a>

</div>

</div>
</li>

</ul>

</div>
Expand Down