mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
optimize the hell out of this bad boy
This commit is contained in:
BIN
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 812 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
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
@@ -11,12 +11,9 @@
|
|||||||
<meta property="og:url" content="https://youhavetrouble.me"/>
|
<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:description" content="Just a page about random person on the internet"/>
|
||||||
<meta property="og:image" content="https://youhavetrouble.me/img/avatar.png"/>
|
<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 charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="main.css">
|
||||||
<script src="index.js" defer></script>
|
<script src="index.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-image: url("img/bg.jpg");
|
background-image: url("img/bg.jpeg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@@ -193,7 +193,7 @@ main article {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vertical-screen.side-projects .bg {
|
.vertical-screen.side-projects .bg {
|
||||||
background-image: url("img/board.jpg");
|
background-image: url("img/board.jpeg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
animation: pan-image-1 60s infinite alternate both ease-in-out;
|
animation: pan-image-1 60s infinite alternate both ease-in-out;
|
||||||
}
|
}
|
||||||
@@ -219,7 +219,7 @@ main article {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vertical-screen.purpur .bg {
|
.vertical-screen.purpur .bg {
|
||||||
background-image: url("img/minecraft-hobbit-hole.jpg");
|
background-image: url("img/minecraft-hobbit-hole.jpeg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
animation: pan-image-2 90s infinite alternate both ease-in-out;
|
animation: pan-image-2 90s infinite alternate both ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user