Skip to content

Commit

Permalink
last webp conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Jun 4, 2024
1 parent f176909 commit d10deb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed images/rockhands.jpeg
Binary file not shown.
Binary file added images/rockhands.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<link rel="icon" href="favicon_io/favicon.ico" type="image/x-icon">

<!-- Preload Banner Image -->
<link rel="preload" href="../images/rockhands.jpeg" as="image">
<link rel="preload" href="../images/rockhands.webp" as="image">

<style>
.jumbotron-schedule {
background-image: url("../images/rockhands.jpeg");
background-image: url("../images/rockhands.webp");
}

.schedule {
Expand Down

0 comments on commit d10deb0

Please sign in to comment.