diff --git a/favicon.ico b/favicon.ico
index be441ac..4d03511 100644
Binary files a/favicon.ico and b/favicon.ico differ
diff --git a/index.html b/index.html
index c635bcc..d285bb3 100644
--- a/index.html
+++ b/index.html
@@ -15,8 +15,8 @@
-
-
+
+
@@ -24,6 +24,9 @@
+
+
+
@@ -37,11 +40,20 @@
has big downtimes sometimes.
Not much to see, there's some subdomains in the top corner and this is just an intro to the domain and myself
in a way, but hey, it's responsive and clean. No JS, pure clean HTML structure and simple CSS.
- Unless it's an interactive thing, but that will only be for some optional perks.
+ Unless it's an interactive thing, but that will only be for some optional perks.
+
@@ -57,8 +69,9 @@
I'm a huge Linux nerd and love messing around with the internals of my system, like filesystems, init
systems, network settings...
I also love hosting my own stuff like gitea, email, file server or http/s servers.
- And about myself, well idk, I live in Spain 🇪🇸, I love skiing, and I also like maths and physics. Generally a
- nerd of any scientific branch.
+ And about myself, well idk, I live in Spain 🇪🇸, I love skiing, and I also like maths and physics. Generally
+ a nerd of any scientific branch. I speak Spanish, English (of course) and a little of Italian.
+
@@ -76,6 +89,7 @@
style="--pre-icon: url(/assets/discord.svg); --scale-x: 1.2;">discord
reddit
+
Also, not really socials but related:
@@ -86,15 +100,20 @@
48gGNbMVP2BZErXXB49AjVJvQDGFbyUyZd7fEMQe1weuPsrydbcaPftBggJddQP81U2ShS5Gju28oFhBGuhXiuMR8rsGZ4R
+
And also, idk, but I'll add steam, duolingo and chess profiles just bcs I'm bored later.
-
-
- I hate web-dev, but ig it's cool to have a website
-
- and no, no light mode, I have enough with this
-
+
diff --git a/logo-round.png b/logo-round.png
index fa88395..91a1ba5 100644
Binary files a/logo-round.png and b/logo-round.png differ
diff --git a/logo.png b/logo.png
index cde0016..276f4e8 100644
Binary files a/logo.png and b/logo.png differ
diff --git a/logos/logo_1024.avif b/logos/logo_1024.avif
new file mode 100644
index 0000000..2ad7bb5
Binary files /dev/null and b/logos/logo_1024.avif differ
diff --git a/logos/logo_1024.png b/logos/logo_1024.png
new file mode 100644
index 0000000..9004537
Binary files /dev/null and b/logos/logo_1024.png differ
diff --git a/logos/logo_1024.webp b/logos/logo_1024.webp
new file mode 100644
index 0000000..1b3c493
Binary files /dev/null and b/logos/logo_1024.webp differ
diff --git a/logos/logo_2048.avif b/logos/logo_2048.avif
new file mode 100644
index 0000000..e6fd7a9
Binary files /dev/null and b/logos/logo_2048.avif differ
diff --git a/logos/logo_2048.png b/logos/logo_2048.png
new file mode 100644
index 0000000..276f4e8
Binary files /dev/null and b/logos/logo_2048.png differ
diff --git a/logos/logo_2048.webp b/logos/logo_2048.webp
new file mode 100644
index 0000000..a964a60
Binary files /dev/null and b/logos/logo_2048.webp differ
diff --git a/logos/logo_512.avif b/logos/logo_512.avif
new file mode 100644
index 0000000..b405d50
Binary files /dev/null and b/logos/logo_512.avif differ
diff --git a/logos/logo_512.png b/logos/logo_512.png
new file mode 100644
index 0000000..d0afc9b
Binary files /dev/null and b/logos/logo_512.png differ
diff --git a/logos/logo_512.webp b/logos/logo_512.webp
new file mode 100644
index 0000000..c69a5c1
Binary files /dev/null and b/logos/logo_512.webp differ
diff --git a/styles/bundles/markdown.css b/styles/bundles/markdown.css
index fed9638..1418585 100644
--- a/styles/bundles/markdown.css
+++ b/styles/bundles/markdown.css
@@ -24,6 +24,10 @@ body {
caret-color: var(--primary);
}
+img {
+ width: 100%;
+}
+
math {
font-family: "Crimson Text";
}
diff --git a/styles/classes/flex.css b/styles/classes/flex.css
index 4e0963a..5ca9e0e 100644
--- a/styles/classes/flex.css
+++ b/styles/classes/flex.css
@@ -17,3 +17,7 @@
.flex.same-width {
flex: 1;
}
+
+.flex.space-between {
+ justify-content: space-between;
+}
diff --git a/styles/classes/ul-directions.css b/styles/classes/ul-directions.css
index 74162d3..41a609c 100644
--- a/styles/classes/ul-directions.css
+++ b/styles/classes/ul-directions.css
@@ -3,6 +3,7 @@
margin: 0;
padding: 0;
gap: .3em;
+ line-height: 2em;
}
.row-ul > li {
diff --git a/styles/components/pre-icon.css b/styles/components/pre-icon.css
index 37560a8..80237af 100644
--- a/styles/components/pre-icon.css
+++ b/styles/components/pre-icon.css
@@ -10,10 +10,14 @@
.pre-icon::before {
content: '';
+ /*content: var(--pre-icon);*/
mask: var(--pre-icon);
mask-size: cover;
background: var(--dark);
+ /*width: unset;*/
+ /*object-fit: cover;*/
width: calc(1em * var(--scale-x));
+ /*height: .1em;*/
height: calc(1em * var(--scale-y));
margin-right: .3em;
display: inline-block;