2023-06-08 11:14:18 -05:00
<!DOCTYPE html>
< html lang = "pl" >
< 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-09-15 09:57:22 -05:00
< title > sador.me< / title >
2023-06-08 11:14:18 -05:00
< / head >
< body >
< div id = "box" >
< p > Kliknij mnie!< / p >
< / div >
< div id = "content" >
< h1 > Sador< / h1 >
< h2 id = "points" > Bonusowe punkty z minigry: < span > 0< / span > < / h2 >
< button onclick = "resetPoints()" > Resetuj punkty< / button >
< button onclick = "toggleTheme()" > Zmień motyw< / button >
< button > < a href = "projects.html" > Moje projekty< / a > < / button >
2023-09-15 06:44:22 -05:00
< h4 > Media społecznościowe/moje konta< / h4 >
2023-06-08 11:14:18 -05:00
< div id = "socials" >
< a class = "social" href = "https://github.com/sadorowo" target = "_blank" >
2023-09-15 06:18:25 -05:00
< img src = "icons/github.png" alt = "github" >
2023-06-08 11:14:18 -05:00
< p > GitHub< / p >
< / a >
< a class = "social" href = "https://last.fm/user/sadorishere" target = "_blank" >
2023-09-15 06:18:25 -05:00
< img src = "icons/lastfm.png" alt = "lastfm" >
2023-06-08 11:14:18 -05:00
< p > Last.fm< / p >
< / a >
< a class = "social" href = "https://instagram.com/sadorowo" target = "_blank" >
2023-09-15 06:18:25 -05:00
< img src = "icons/instagram.png" alt = "instagram" >
2023-06-08 11:14:18 -05:00
< p > Instagram< / p >
< / a >
2023-09-15 06:18:25 -05:00
< a class = "social" href = "https://youtube.com/c/Sadorowo" target = "_blank" >
< img src = "icons/youtube.png" alt = "youtube" >
< p > YouTube< / p >
< / a >
2023-09-15 06:51:19 -05:00
< a class = "social" href = "https://open.spotify.com/user/franekcolm" target = "_blank" >
2023-09-15 06:44:22 -05:00
< img src = "icons/spotify.png" alt = "spotify" >
< p > Spotify< / p >
< / a >
2023-06-08 11:14:18 -05:00
< / div >
2023-09-15 06:44:22 -05:00
< h4 > O mnie< / h4 >
2023-09-15 09:57:22 -05:00
< p > Cześć! Jestem Franek i mam < span id = "age" > ...< / span > lat. Interesuję się programowaniem, muzyką oraz motoryzacją (niekoniecznie tą nowoczesną). Potrafię grać na keyboardzie. Moje przykładowe projekty, które napisałem własnoręcznie:< / p >
2023-06-08 11:14:18 -05:00
< ul >
2023-09-15 09:57:22 -05:00
< li > Zine — mój własny bot na Discorda napisany w języku Rust.< / li >
2023-09-15 06:44:22 -05:00
< li > Wersja bota Zine przystosowana pod platformę Guilded.< / li >
2023-09-15 06:18:25 -05:00
< li > Mini-komunikator Chatto napisany przy użyciu Fluttera.< / li >
2023-06-08 11:14:18 -05:00
< li > Moja personalna strona internetowa: właśnie ją oglądasz.< / li >
2023-09-15 02:15:22 -05:00
< li > Wiele innych projektów i botów< / li >
2023-06-08 11:14:18 -05:00
< / ul >
< / div >
< / body >
< / html >