Skip to content

Commit

Permalink
Step 1: Update div to article in blogs section
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbrg committed Aug 25, 2020
1 parent d29dbf5 commit 07fd876
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -124,7 +124,7 @@ <h4>ABC School</h4>
<h1 class="text-center">Blogs</h1>
</header>
<div class="blogs-content">
<div class="column">
<article class="column">
<div class="card">
<img src="img/website.jpg" alt="Web Development">
<div class="blog-body">
Expand All @@ -140,8 +140,8 @@ <h3 class="blog-title">Getting start with Web Development</h3>
</p>
</div>
</div>
</div>
<div class="column">
</article>
<article class="column">
<div class="card">
<img src="img/mentoring.jpg" alt="Mentoring">
<div class="blog-body">
Expand All @@ -156,8 +156,8 @@ <h3 class="blog-title">Why mentoring is essential to quickly shape your career</
</p>
</div>
</div>
</div>
<div class="column">
</article>
<article class="column">
<div class="card">
<img src="img/project-planning.jpg" alt="Project">
<div class="blog-body">
Expand All @@ -172,7 +172,7 @@ <h3 class="blog-title">Top 10 essentials tips for planning your projects</h3>
</p>
</div>
</div>
</div>
</article>
</div>
</section>

Expand Down

0 comments on commit 07fd876

Please sign in to comment.