diff --git a/img/bg.jpeg b/img/bg.jpeg new file mode 100644 index 0000000..a553e3f Binary files /dev/null and b/img/bg.jpeg differ diff --git a/img/bg.jpg b/img/bg.jpg deleted file mode 100644 index a7b904f..0000000 Binary files a/img/bg.jpg and /dev/null differ diff --git a/img/board.jpeg b/img/board.jpeg new file mode 100644 index 0000000..3601138 Binary files /dev/null and b/img/board.jpeg differ diff --git a/img/board.jpg b/img/board.jpg deleted file mode 100644 index 052192f..0000000 Binary files a/img/board.jpg and /dev/null differ diff --git a/img/minecraft-hobbit-hole.jpeg b/img/minecraft-hobbit-hole.jpeg new file mode 100644 index 0000000..9f827c6 Binary files /dev/null and b/img/minecraft-hobbit-hole.jpeg differ diff --git a/img/minecraft-hobbit-hole.jpg b/img/minecraft-hobbit-hole.jpg deleted file mode 100644 index a6ae67b..0000000 Binary files a/img/minecraft-hobbit-hole.jpg and /dev/null differ diff --git a/index.html b/index.html index 28cd7be..aa0d2d1 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,9 @@ - - + diff --git a/main.css b/main.css index ce03633..0791af4 100644 --- a/main.css +++ b/main.css @@ -29,7 +29,7 @@ body { width: 100%; min-height: 100vh; padding: 0; - background-image: url("img/bg.jpg"); + background-image: url("img/bg.jpeg"); background-position: center; background-attachment: fixed; background-size: cover; @@ -193,7 +193,7 @@ main article { } .vertical-screen.side-projects .bg { - background-image: url("img/board.jpg"); + background-image: url("img/board.jpeg"); background-position: center; animation: pan-image-1 60s infinite alternate both ease-in-out; } @@ -219,7 +219,7 @@ main article { } .vertical-screen.purpur .bg { - background-image: url("img/minecraft-hobbit-hole.jpg"); + background-image: url("img/minecraft-hobbit-hole.jpeg"); background-position: center; animation: pan-image-2 90s infinite alternate both ease-in-out; }