Skip to content

Commit 7cbb874

Browse files
committed
fix images in webp format
1 parent 07295eb commit 7cbb874

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/assets/readme.webp

50.1 KB
Loading
29.4 KB
Loading

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>GitHub Web Project Essentials</h1>
1818
</header>
1919
<main>
2020
<article class="card" id="main-article">
21-
<img src="./assets/readme.png" alt="" class="article-img" />
21+
<img src="./assets/readme.webp" alt="" class="article-img" />
2222
<h2 class="article-title">What Is the Purpose of a README file?</h2>
2323
<p class="article-text">
2424
A good README file serves as a project's "front door," acting as a crucial piece of documentation that explains
@@ -31,7 +31,7 @@ <h2 class="article-title">What Is the Purpose of a README file?</h2>
3131
aria-label="Read more about README files">Read more</a>
3232
</article>
3333
<article class="card">
34-
<img src="./assets/wireframe_design.jpeg" alt="Wireframe design" class="article-img" />
34+
<img src="./assets/wireframe_design.webp" alt="Wireframe design" class="article-img" />
3535
<h2 class="article-title">What Is the Purpose of a Wireframe?</h2>
3636
<p class="article-text">
3737
A wireframe is a simplified visual guide used in web and app design to outline the structure, layout, and

0 commit comments

Comments
 (0)