From 5b91424b33bf3f976e42cbd6e1fb4a06215b2658 Mon Sep 17 00:00:00 2001 From: sadorowo <97941280+sadorowo@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:14:14 +0000 Subject: [PATCH] improvement: projects page --- index.html | 4 ++++ projects.html | 24 +++++++++++++++--------- style.css | 5 ++++- 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 8a6da7b..8de484f 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + @@ -9,6 +10,7 @@ sador.me +

Kliknij mnie!

@@ -38,6 +40,8 @@

O mnie

hej, mam ??? lat i kocham hardrock/metalcore. mieszkam w okolicach Myślenic.

+

slipknot, my chemical romance, lil peep ♡

+ \ No newline at end of file diff --git a/projects.html b/projects.html index 5a5fa89..46fa3f1 100644 --- a/projects.html +++ b/projects.html @@ -1,5 +1,6 @@ + @@ -9,35 +10,40 @@ sador.me - projekty +

Sador

Moje projekty

+

Opuszczone projekty mają czarno-białe zdjęcie tła!

- Zine thumbnail + Zine thumbnail

Zine

-

Mój własny bot na platformy Guilded&Discord napisany w języku Rust. (Projekt porzucony)

+

Mój własny bot na platformy Guilded&Discord napisany w języku Rust.

- Website thumbnail + Website thumbnail

Personalna strona

Moja własna strona internetowa, ta, którą teraz przeglądasz.

-
- Witch website thumbnail -
-

Strona o...

-

Jeden z wielu szkolnych projektów, hostowany na GitHub Pages.

+ +
+ Witch website thumbnail +
+

Strona o...

+

Jeden z wielu szkolnych projektów, hostowany na GitHub Pages.

+
-
+
+ \ No newline at end of file diff --git a/style.css b/style.css index d5116ac..901d245 100644 --- a/style.css +++ b/style.css @@ -155,11 +155,14 @@ button a { .project-card img { border-radius: 10px; - width: 200px; height: 200px; margin: 0; } +.project-card img[data-abandoned] { + filter: grayscale(); +} + .project-card .description { position: absolute; top: 0;