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
83 changes: 19 additions & 64 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,142 +573,97 @@ <h2 class="h2 section-title">Subscribe newslater get latest updates and deals</h
<!--
- #BLOG
-->

<section class="section blog" id="blog" aria-label="blog">
<div class="container">

<p class="section-subtitle text-center has-before">Blog Post</p>

<p class="section-subtitle text-center has-before">Latest Insights</p>
<h2 class="h2 section-title text-center">
Popular <span class="has-before">blog post</span>
Popular <span class="has-before">Articles</span>
</h2>

<ul class="blog-list">

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

<figure class="card-banner">
<img src="./assets/images/blog-1.jpg" width="644" height="363" loading="lazy"
alt="Godaddy user flow solution..." class="img-cover">
alt="Streamlining User Flows for Better Experiences" class="img-cover">
</figure>

<div class="card-content">

<div class="wrapper">
<a href="#" class="tag">Development</a>

<a href="#" class="tag">Design</a>
<a href="#" class="publish-date">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>

<span class="span">July 22, 2022</span>
<span class="span">March 15, 2023</span>
</a>
</div>

<h3>
<a href="#" class="card-title">Godaddy user flow solution...</a>
<a href="#" class="card-title">Streamlining User Flows for Better Experiences</a>
</h3>

<p class="card-text">
At Pixology we specialize in designing, building, shipping and scaling beautifu. At Pixology we
specialize in designing,
building, shipping and scaling beautiful.
Learn how to optimize user flows to enhance usability and engagement, ensuring seamless interactions for your audience.
</p>

</div>

</div>
</li>

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

<figure class="card-banner">
<img src="./assets/images/blog-2.jpg" width="202" height="162" loading="lazy"
alt="Godaddy user flow solution for every individual" class="img-cover">
alt="Personalized Solutions for Every Business" class="img-cover">
</figure>

<div class="card-content">

<div class="wrapper">
<a href="#" class="tag">Development</a>

<a href="#" class="tag">Strategy</a>
<a href="#" class="publish-date">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>

<span class="span">July 21, 2020</span>
<span class="span">February 10, 2023</span>
</a>
</div>

<h3 class="h3">
<a href="#" class="card-title">Godaddy user flow solution for every individual</a>
<a href="#" class="card-title">Personalized Solutions for Every Business</a>
</h3>

</div>

</div>
</li>

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

<figure class="card-banner">
<img src="./assets/images/blog-3.png" width="202" height="162" loading="lazy"
alt="Business solution for every individual" class="img-cover">
alt="Scaling Your Business with Digital Tools" class="img-cover">
</figure>

<div class="card-content">

<div class="wrapper">
<a href="#" class="tag">Development</a>

<a href="#" class="tag">Growth</a>
<a href="#" class="publish-date">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>

<span class="span">July 21, 2020</span>
<span class="span">January 25, 2023</span>
</a>
</div>

<h3 class="h3">
<a href="#" class="card-title">Business solution for every individual</a>
<a href="#" class="card-title">Scaling Your Business with Digital Tools</a>
</h3>

</div>

</div>
</li>

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

<figure class="card-banner">
<img src="./assets/images/blog-4.png" width="202" height="162" loading="lazy"
alt="How to gain pro experience ar figma update version" class="img-cover">
alt="Mastering Figma: Tips for Pro Designers" class="img-cover">
</figure>

<div class="card-content">

<div class="wrapper">
<a href="#" class="tag">Development</a>

<a href="#" class="tag">Design</a>
<a href="#" class="publish-date">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>

<span class="span">July 21, 2020</span>
<span class="span">December 12, 2022</span>
</a>
</div>

<h3 class="h3">
<a href="#" class="card-title">How to gain pro experience ar figma update version</a>
<a href="#" class="card-title">Mastering Figma: Tips for Pro Designers</a>
</h3>

</div>

</div>
</li>

</ul>

</div>
</section>

Expand Down