Skip to content

Commit

Permalink
Convert all images to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed Nov 24, 2023
1 parent 6d859ac commit 28f1093
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</head>
<body>
<div class="index-top">
<a href="/"><img src="/assets/images/logo.png"></a>
<a href="/"><img src="/assets/images/logo.webp"></a>
</div>
<div class="nav">
<div class="links">
Expand Down
6 changes: 3 additions & 3 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html {

body {
background-color: #222222;
background: url('../images/kl_nodes_stone.png');
background: url('../images/kl_nodes_stone.webp');
color: white;
margin: 0;
font-family: "Fira Code", monospace;
Expand Down Expand Up @@ -43,7 +43,7 @@ code {
}

.index-top {
background: url('../images/kl_nodes_grass.png');
background: url('../images/kl_nodes_grass.webp');
color: #888888;
margin: auto;
padding: 5px;
Expand All @@ -60,7 +60,7 @@ code {

.nav {
background-color: #1a1a1a;
background: url('../images/kl_nodes_dirt.png');
background: url('../images/kl_nodes_dirt.webp');

padding: 20px 50px;

Expand Down
Binary file removed assets/get-it-on-contentdb.png
Binary file not shown.
Binary file added assets/get-it-on-contentdb.webp
Binary file not shown.
Binary file removed assets/images/kl_nodes_dirt.png
Binary file not shown.
Binary file added assets/images/kl_nodes_dirt.webp
Binary file not shown.
Binary file removed assets/images/kl_nodes_grass.png
Binary file not shown.
Binary file added assets/images/kl_nodes_grass.webp
Binary file not shown.
Binary file removed assets/images/kl_nodes_stone.png
Binary file not shown.
Binary file added assets/images/kl_nodes_stone.webp
Binary file not shown.
Binary file removed assets/images/logo.png
Binary file not shown.
Binary file added assets/images/logo.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

<p>KetchupLand is a work-in-progress free and open-source 3D open-world adventure sandbox game, built on the Minetest voxel game engine and made in the style of old games from the Windows 95 era, complete with 256 color VGA graphics. Collect resources to survive the harsh caves, dry deserts, hot volcanoes and freezing tundras of the land of the ketchup, harvesting tomatoes and exploring the vast worlds and beautiful biomes for better resources and tomatoes.</p>

<p><a href="https://content.minetest.net/packages/danil_2461/ketchupland/"><img src="/assets/get-it-on-contentdb.png" width="360"></a></p>
<p><a href="https://content.minetest.net/packages/danil_2461/ketchupland/"><img src="/assets/get-it-on-contentdb.webp" width="360"></a></p>

0 comments on commit 28f1093

Please sign in to comment.