Skip to content

feat: Update blog section text and titles for better relevance #18

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
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ <h3 class="contact-item-title">Phone</h3>
<h2 class="h2 section-title">Checkout My Recent Blogs</h2>

<p class="section-text">
Dliquip ex ea commo do conse namber onequa ute irure dolor in reprehen derit in voluptate
Stay updated with my latest insights on web development, programming, and technology trends. I share practical tips, tutorials, and industry news to help you grow your skills and stay ahead in the tech world.
</p>

<ul class="blog-list">
Expand All @@ -517,7 +517,7 @@ <h2 class="h2 section-title">Checkout My Recent Blogs</h2>
<a href="#" class="card-tag">Web Development</a>

<h3 class="card-title">
<a href="#">Jim Morisson Says when the musics over turn off the light</a>
<a href="#">Mastering CSS Grid: A Comprehensive Guide</a>
</h3>

</div>
Expand All @@ -533,10 +533,10 @@ <h3 class="card-title">
</a>
</figure>

<a href="#" class="card-tag">Web Development</a>
<a href="#" class="card-tag">Backend Development</a>

<h3 class="card-title">
<a href="#">Jim Morisson Says when the musics over turn off the light</a>
<a href="#">Building Scalable APIs with Node.js and Express</a>
</h3>

</div>
Expand All @@ -552,10 +552,10 @@ <h3 class="card-title">
</a>
</figure>

<a href="#" class="card-tag">Web Development</a>
<a href="#" class="card-tag">Frontend Development</a>

<h3 class="card-title">
<a href="#">Jim Morisson Says when the musics over turn off the light</a>
<a href="#">Top 5 JavaScript Frameworks to Learn in 2024</a>
</h3>

</div>
Expand Down