43 lines
1.6 KiB
HTML
43 lines
1.6 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://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>
|
|
</div>
|
|
|
|
<h4>O mnie</h4>
|
|
<p>hej, mam <span id="age">???</span> lat i kocham hardrock/metalcore. mieszkam w okolicach Myślenic.</p>
|
|
</div>
|
|
</body>
|
|
</html> |