Updating picture on main page to webp for optimization
This commit is contained in:
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
BIN
static/images/avatar2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
|
@ -8,7 +8,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<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 class="col-6">
|
||||
<h1 class="display-3">HACK13's Site</h1>
|
||||
|
|
Reference in a new issue