Updating picture on main page to webp for optimization

This commit is contained in:
Timothy Rogers 2022-03-11 21:17:59 -05:00
parent 4783306432
commit 9dddd7bc65
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 795 KiB

BIN
static/images/avatar2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -8,7 +8,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-auto"> <div class="col-md-auto">
<img src="images/avatar2.png" height="200" width="200"class="rounded float-left" alt="avatar"/> <img src="images/avatar2.webp" height="200" width="200" class="rounded float-left" alt="avatar"/>
</div> </div>
<div class="col-6"> <div class="col-6">
<h1 class="display-3">HACK13's Site</h1> <h1 class="display-3">HACK13's Site</h1>