58 lines
2.5 KiB
HTML
58 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="sadorro's personal website!">
|
|
<link rel="shortcut icon" href="logo.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
<script defer src="script.js"></script>
|
|
<title>sador.me</title>
|
|
</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>
|
|
|
|
<h4>Media społecznościowe/moje konta</h4>
|
|
<div id="socials">
|
|
<a class="social" href="https://github.com/sadorowo" target="_blank">
|
|
<img src="icons/github.png" alt="github">
|
|
<p>GitHub</p>
|
|
</a>
|
|
<a class="social" href="https://last.fm/user/sadorishere" target="_blank">
|
|
<img src="icons/lastfm.png" alt="lastfm">
|
|
<p>Last.fm</p>
|
|
</a>
|
|
<a class="social" href="https://instagram.com/sadorowo" target="_blank">
|
|
<img src="icons/instagram.png" alt="instagram">
|
|
<p>Instagram</p>
|
|
</a>
|
|
<a class="social" href="https://youtube.com/c/Sadorowo" target="_blank">
|
|
<img src="icons/youtube.png" alt="youtube">
|
|
<p>YouTube</p>
|
|
</a>
|
|
<a class="social" href="https://open.spotify.com/user/franekcolm" target="_blank">
|
|
<img src="icons/spotify.png" alt="spotify">
|
|
<p>Spotify</p>
|
|
</a>
|
|
</div>
|
|
|
|
<h4>O mnie</h4>
|
|
<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>
|
|
<ul>
|
|
<li>Zine — mój własny bot na Discorda napisany w języku Rust.</li>
|
|
<li>Wersja bota Zine przystosowana pod platformę Guilded.</li>
|
|
<li>Mini-komunikator Chatto napisany przy użyciu Fluttera.</li>
|
|
<li>Moja personalna strona internetowa: właśnie ją oglądasz.</li>
|
|
<li>Wiele innych projektów i botów</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |