Updated content and increased version number

This commit is contained in:
Bo⋆˚✿˖° 2025-08-25 21:37:48 +02:00
parent a592ccb703
commit a61167dae3
No known key found for this signature in database
GPG key ID: 0664F1BDE43BA236
12 changed files with 20 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

BIN
html/assets/img/there.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 565 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 424 KiB

Before After
Before After

View file

@ -6,6 +6,12 @@
/* Responsive layout for mobile */
@media (max-width: 800px) {
p {font-size: 15px;}
h1 {font-size: 31px;}
h2 {font-size: 27px;}
h3 {font-size: 23px;}
h4 {font-size: 19px;}
/* Custom */
.img {
max-height: 25vh;
@ -31,7 +37,9 @@
}
.name {
text-align: center; width: 100%;
font-weight: bold;
text-align: center;
width: 100%;
background-color: var(--accent-color);
color: var(--text-color);
@ -55,7 +63,7 @@
.footer p {font-size:12px;}
.info {text-align: center; width: 100%;}
.info {font-weight: bold; text-align: center; width: 100%;}
.copyright {text-align: center; width: 100%;}
/* Boxes */

View file

@ -27,7 +27,7 @@
body {
background-color: var(--background-color);
color: var(--accent-color);
font-family: 'Jetbrains Mono';
font-family: "Jetbrains Mono";
}
p {font-size: 18px;}
@ -74,7 +74,7 @@ a:hover {
margin: auto;
}
.menu p {user-select: none; font-size: 20px;}
.menu p {user-select: none; font-size: 22px;}
.menu a {
color: var(--background-color);
@ -99,7 +99,7 @@ a:hover {
margin: auto;
}
.footer p {font-size:12px;}
.footer p {font-size:14px;}
.footer a {
color: var(--background-color);
@ -124,7 +124,6 @@ a:hover {
}
.item {
font-family: VGA;
padding: 10px;
width: 50%;