Skip to content

feat: Update blog section content for better relevance #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
108 changes: 43 additions & 65 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,74 +268,52 @@ <h2 class="h2 overview-title">Enjoy your music everywhere!</h2>
-->

<section class="blog" id="blog">

<h2 class="h2 blog-title">Latest Blog & Stories</h2>

<ul class="blog-list">

<li>
<a href="#" class="blog-post">

<figure class="blog-banner">
<img src="./assets/images/blog-1.jpg" alt="See How People Are Using Your Website With Hotjar">

<time datetime="2022-02-05">05 Fab, 2022</time>
</figure>

<div class="blog-content">
<h3 class="h3 blog-post-title">See How People Are Using Your Website With Hotjar</h3>

<p class="blog-post-text">
Each time a digital asset is purchased or sold, Sequoir donates a percentage
</p>
</div>

</a>
</li>

<li>
<a href="#" class="blog-post">

<figure class="blog-banner">
<img src="./assets/images/blog-2.jpg" alt="5 Tips to Write Your Own Website Copy">

<time datetime="2022-02-06">06 Fab, 2022</time>
</figure>

<div class="blog-content">
<h3 class="h3 blog-post-title">5 Tips to Write Your Own Website Copy</h3>

<p class="blog-post-text">
Each time a digital asset is purchased or sold, Sequoir donates a percentage
</p>
</div>

</a>
</li>

<li>
<a href="#" class="blog-post">

<figure class="blog-banner">
<img src="./assets/images/blog-3.jpg" alt="5 Brilliant Apps That Will Make Your Life Better">

<time datetime="2022-02-10">10 Fab, 2022</time>
</figure>

<div class="blog-content">
<h3 class="h3 blog-post-title">5 Brilliant Apps That Will Make Your Life Better</h3>

<p class="blog-post-text">
Each time a digital asset is purchased or sold, Sequoir donates a percentage
</p>
</div>

</a>
</li>

<li>
<a href="#" class="blog-post">
<figure class="blog-banner">
<img src="./assets/images/blog-1.jpg" alt="How to Stream Music Seamlessly Across Devices">
<time datetime="2022-02-05">05 Feb, 2022</time>
</figure>
<div class="blog-content">
<h3 class="h3 blog-post-title">How to Stream Music Seamlessly Across Devices</h3>
<p class="blog-post-text">
Discover how Pod makes it easy to stream your favorite tracks across all your devices, from smartphones to smart speakers.
</p>
</div>
</a>
</li>
<li>
<a href="#" class="blog-post">
<figure class="blog-banner">
<img src="./assets/images/blog-2.jpg" alt="5 Tips to Maximize Your Audio Streaming Experience">
<time datetime="2022-02-06">06 Feb, 2022</time>
</figure>
<div class="blog-content">
<h3 class="h3 blog-post-title">5 Tips to Maximize Your Audio Streaming Experience</h3>
<p class="blog-post-text">
Learn expert tips to enhance your audio streaming experience, including optimizing sound quality and managing playlists effectively.
</p>
</div>
</a>
</li>
<li>
<a href="#" class="blog-post">
<figure class="blog-banner">
<img src="./assets/images/blog-3.jpg" alt="Why Multiroom Audio is a Game-Changer for Your Home">
<time datetime="2022-02-10">10 Feb, 2022</time>
</figure>
<div class="blog-content">
<h3 class="h3 blog-post-title">Why Multiroom Audio is a Game-Changer for Your Home</h3>
<p class="blog-post-text">
Explore how Pod’s multiroom audio feature transforms your home into a synchronized music haven, perfect for parties or relaxation.
</p>
</div>
</a>
</li>
</ul>

</section>
</section>

</article>

Expand Down