Skip to content

Commit

Permalink
feat: switch covers to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Mar 10, 2024
1 parent e286a38 commit 61bdafe
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ p {
z-index: -1;

display: block;
background-image: url(../../img/covers/index.jpg);
background-image: url(../../img/covers/index.webp);
background-size: cover;
background-position: center;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/index.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* title-section */

#title-section::before {
background-image: url(../../img/covers/index.jpg);
background-image: url(../../img/covers/index.webp);
}

#title-section {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/our-journey.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#title-section::before {
background-image: url(../../img/covers/our-journey.png);
background-image: url(../../img/covers/our-journey.webp);
min-height: 500px;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/sponsors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#title-section::before {
background-image: url(../../img/covers/sponsors.jpg);
background-image: url(../../img/covers/sponsors.webp);
min-height: 500px;
}

Expand Down
Binary file removed assets/img/covers/index.jpg
Binary file not shown.
Binary file added assets/img/covers/index.webp
Binary file not shown.
Binary file removed assets/img/covers/our-journey.png
Binary file not shown.
Binary file added assets/img/covers/our-journey.webp
Binary file not shown.
Binary file removed assets/img/covers/sponsors.jpg
Binary file not shown.
Binary file added assets/img/covers/sponsors.webp
Binary file not shown.

0 comments on commit 61bdafe

Please sign in to comment.