@@ -18,7 +18,8 @@ <h1>GitHub Web Project Essentials</h1>
1818 </ header >
1919 < main >
2020 < article class ="card " id ="main-article ">
21- < img src ="./assets/readme.webp " alt ="" class ="article-img " />
21+ < img src ="./assets/readme.webp " srcset ="./assets/readme-small.webp 400w, ./assets/readme.webp 768w "
22+ sizes ="(max-width: 600px) 400px, 768px " alt ="Keeping your README fresh and engaging " class ="article-img " />
2223 < h2 class ="article-title "> What Is the Purpose of a README file?</ h2 >
2324 < p class ="article-text ">
2425 A good README file serves as a project's "front door," acting as a crucial piece of documentation that explains
@@ -31,7 +32,10 @@ <h2 class="article-title">What Is the Purpose of a README file?</h2>
3132 aria-label ="Read more about README files "> Read more</ a >
3233 </ article >
3334 < article class ="card ">
34- < img src ="./assets/wireframe_design.webp " alt ="Wireframe design " class ="article-img " />
35+ < img src ="./assets/wireframe_design.webp "
36+ srcset ="./assets/wireframe_design-small.webp 400w, ./assets/wireframe_design.webp 924w "
37+ sizes ="(max-width: 600px) 400px, (max-width: 1200px) 50vw, 640px " alt ="Wireframe design example "
38+ class ="article-img " />
3539 < h2 class ="article-title "> What Is the Purpose of a Wireframe?</ h2 >
3640 < p class ="article-text ">
3741 A wireframe is a simplified visual guide used in web and app design to outline the structure, layout, and
@@ -45,7 +49,9 @@ <h2 class="article-title">What Is the Purpose of a Wireframe?</h2>
4549 aria-label ="Read more about wireframes "> Read more</ a >
4650 </ article >
4751 < article class ="card ">
48- < img src ="./assets/git-branch.webp " alt ="Git Basic Terms " class ="article-img " />
52+ < img src ="./assets/git-branch.webp " srcset ="./assets/git-branch-small.webp 400w, ./assets/git-branch.webp 650w "
53+ sizes ="(max-width: 600px) 400px, (max-width: 1200px) 50vw, 640px " alt ="Git branches visual concept "
54+ class ="article-img " />
4955 < h2 class ="article-title "> What Is a Branch in Git?</ h2 >
5056 < p class ="article-text ">
5157 In version control systems like Git, a branch is a separate line of development that diverges from the main
0 commit comments