optimize the hell out of this bad boy

This commit is contained in:
2023-03-11 15:03:48 +01:00
parent c44199ac30
commit 8f1d1ec7b0
8 changed files with 4 additions and 7 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 812 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 KiB

+1 -4
View File
@@ -11,12 +11,9 @@
<meta property="og:url" content="https://youhavetrouble.me"/>
<meta property="og:description" content="Just a page about random person on the internet"/>
<meta property="og:image" content="https://youhavetrouble.me/img/avatar.png"/>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<script src="index.js" defer></script>
</head>
<body>
+3 -3
View File
@@ -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;
}