Skip to content

Commit

Permalink
Swap some of the sites images from .png to .webp to test loading spee…
Browse files Browse the repository at this point in the history
…d difference
  • Loading branch information
CorruptComputer committed Jul 3, 2022
1 parent c0d3a38 commit bcc916f
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>404 Page Not Found</h2><hr />
Anyways, heres a picture of a Sloth with an Eagles head:
</p>
<div style="display: flex; justify-content: space-around;">
<img src="/images/404.png" alt="Sloth with an Eagles head" style="width: 50%;"/>
<img src="/images/404.webp" alt="Sloth with an Eagles head" style="width: 50%;"/>
</div>
<br />
<div style="display: flex; justify-content: space-around;">
Expand Down
6 changes: 3 additions & 3 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<nav>
<div class="navSquare noHover">
<img id="monkey" src="/images/monkey.png" alt="Monkey" />
<img id="monkey" src="/images/monkey.webp" alt="Monkey" />
</div>
<div class="navSquare" id="homeButton">
<a href="/">
<img src="/images/home.png" alt="Home" />
<img src="/images/home.webp" alt="Home" />
<div>Home</div>
</a>
</div>
<div class="navSquare" id="blogButton">
<a href="/blog/">
<img src="/images/blog.png" alt="Blog" />
<img src="/images/blog.webp" alt="Blog" />
<div>Blog</div>
</a>
</div>
Expand Down
Binary file removed images/404.png
Binary file not shown.
Binary file added images/404.webp
Binary file not shown.
Binary file removed images/blog.png
Binary file not shown.
Binary file added images/blog.webp
Binary file not shown.
Binary file removed images/contact.png
Binary file not shown.
Binary file added images/contact.webp
Binary file not shown.
Binary file removed images/home.png
Binary file not shown.
Binary file added images/home.webp
Binary file not shown.
Binary file removed images/monkey.png
Binary file not shown.
Binary file added images/monkey.webp
Binary file not shown.

0 comments on commit bcc916f

Please sign in to comment.