2023-06-08 11:14:18 -05:00
<!DOCTYPE html>
< html lang = "pl" >
2023-11-24 06:14:14 -06:00
2023-06-08 11:14:18 -05:00
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2023-09-15 06:44:22 -05:00
< meta name = "description" content = "sadorro's personal website!" >
2023-06-08 11:14:18 -05:00
< link rel = "shortcut icon" href = "logo.png" >
< link rel = "stylesheet" href = "style.css" >
< script defer src = "script.js" > < / script >
2023-10-09 10:55:30 -05:00
< title > sador.me - projekty< / title >
2023-06-08 11:14:18 -05:00
< / head >
2023-11-24 06:14:14 -06:00
2023-06-08 11:14:18 -05:00
< body >
2023-09-15 13:15:26 -05:00
< div id = "content" >
2024-02-18 04:41:05 -06:00
< div id = "left-side" >
< h1 > Sador< / h1 >
< button onclick = "toggleTheme()" > Zmień motyw< / button >
< button > < a href = "/" > Powrót< / a > < / button >
< button id = "swap" > Odwróć strony :)< / button >
< / div >
< div id = "right-side" >
< h4 > Moje projekty< / h4 >
< p > Opuszczone projekty mają czarno-białe zdjęcie tła!< / p >
< div id = "projects" >
2023-11-24 06:14:14 -06:00
< div class = "project-card" >
2024-02-18 04:41:05 -06:00
< img src = "thumbnails/zine.png" alt = "Zine thumbnail" data-abandoned / >
2023-11-24 06:14:14 -06:00
< div class = "description" >
2024-02-18 04:41:05 -06:00
< h3 > Zine< / h3 >
< p > Mój własny bot na platformy Guilded& Discord napisany w języku Rust.< / p >
2023-11-24 06:14:14 -06:00
< / div >
2023-11-24 02:16:24 -06:00
< / div >
2023-12-01 02:29:38 -06:00
< div class = "project-card" >
2024-02-18 04:41:05 -06:00
< img src = "thumbnails/website.png" alt = "Website thumbnail" / >
2023-12-01 02:29:38 -06:00
< div class = "description" >
2024-02-18 04:41:05 -06:00
< h3 > Personalna strona< / h3 >
< p > Moja własna strona internetowa, ta, którą teraz przeglądasz.< / p >
2023-12-01 02:29:38 -06:00
< / div >
< / div >
2024-02-18 04:41:05 -06:00
< a href = "https://witch.sador.me/" >
< div class = "project-card" >
< img src = "thumbnails/witch_website.png" alt = "Witch website thumbnail" / >
< div class = "description" >
< h3 > Strona o...< / h3 >
< p > Jeden z wielu szkolnych projektów, hostowany na GitHub Pages.< / p >
< / div >
< / div >
< / a >
< a href = "https://sadorowo.github.io/draw" >
< div class = "project-card" >
< img src = "thumbnails/draw.png" alt = "Draw website thumbnail" / >
< div class = "description" >
< h3 > Strona do rysowania< / h3 >
< p > Szkolny projekt. Na tej stronie możesz narysować to, co Ci się tylko podoba. Na chwilę
obecną nie jest hostowana na mojej domenie.< / p >
< / div >
< / div >
< / a >
2024-02-25 10:20:23 -06:00
< a href = "https://github.com/sadorowo" >
< div class = "project-card" >
< img src = "thumbnails/github_bg.png" alt = "GitHub profile thumbnail" / >
< div class = "description" >
< h3 > Narzędzia do IPTV< / h3 >
< p > Tak dokładniej to narzędzia do manipulacji playlistami. Więcej dowiesz się czytając README na moim GitHubie.< / p >
< / div >
< / div >
< / a >
< a href = "https://github.com/sadorowo/wulkanowy-mod" >
< div class = "project-card" >
< img src = "thumbnails/wulkanowy_mod.png" alt = "Wulkanowy mod profile thumbnail" / >
< div class = "description" >
< h3 > Zmodyfikowana aplikacja Wulkanowego< / h3 >
< p > Masz wymagających rodziców a nie chcesz męczyć się w szkole? Ta aplikacja jest dla Ciebie! Możesz ukrywać oceny poniżej 3, ustawić fałszywą 100% frekwencję, ukryć uwagi, nieusprawiedliwioną frekwencję za pomocą sekretnego menu.< / p >
< / div >
< / div >
< / a >
2024-02-18 04:41:05 -06:00
< / div >
2023-06-08 11:14:18 -05:00
< / div >
< / div >
< / body >
2023-11-24 06:14:14 -06:00
2023-06-08 11:14:18 -05:00
< / html >