2020
2121< header class ="header ">
2222 < div class ="container header__content ">
23-
2423 < div class ="header__branding ">
2524 < h1 class ="header__title "> The Blog</ h1 >
2625 < p class ="header__tagline "> A blog on learning programming</ p >
@@ -32,7 +31,7 @@ <h1 class="header__title">The Blog</h1>
3231< div class ="container ">
3332 < main >
3433 < article class ="article-feature ">
35- < img src ="./images/readme.png " alt ="illustration of a readme .md file ">
34+ < img src ="./images/readme.png " alt ="illustration of a README .md file " loading =" lazy " decoding =" async ">
3635 < div class ="article-feature-text ">
3736 < h2 > What is the purpose of a README file</ h2 >
3837 < p >
@@ -54,7 +53,8 @@ <h2>What is the purpose of a README file</h2>
5453
5554 < div class ="article-secondary-flex ">
5655 < article class ="article-sec ">
57- < img src ="./images/wireframe-hero.png " alt ="illustration of a man showing a wireframe ">
56+ < img src ="./images/wireframe-hero.png " alt ="illustration of a man showing a wireframe " loading ="lazy "
57+ decoding ="async ">
5858 < h2 > What is the purpose of a wireframe</ h2 >
5959 < p >
6060 A wireframe is a simple visual representation of a website or application's layout. It acts as a
@@ -68,7 +68,8 @@ <h2>What is the purpose of a wireframe</h2>
6868 </ article >
6969
7070 < article class ="article-sec ">
71- < img src ="./images/git.webp " alt ="illustration of a git tree branching out ">
71+ < img src ="./images/git.webp " alt ="illustration of a git tree branching out " loading ="lazy "
72+ decoding ="async ">
7273 < h2 > What is a branch in Git?</ h2 >
7374 < p > Git documentation explains that branches allow developers to diverge from the main line of
7475 development
@@ -86,7 +87,7 @@ <h2>What is a branch in Git?</h2>
8687 </ main >
8788</ div >
8889
89- < footer class ="site-footer index-footer ">
90+ < footer class ="site-footer ">
9091 < div class ="container ">
9192 < p > © 2026 The Blog. All rights reserved.</ p >
9293 </ div >
0 commit comments