remove unnecessary media
This commit is contained in:
parent
398dc30d4f
commit
0164596c81
@ -1 +0,0 @@
|
|||||||
dh=8bcc189fc9b312b6a78b9a6f3a528ca75ed15b8b
|
|
BIN
icons/lastfm.png
BIN
icons/lastfm.png
Binary file not shown.
Before Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
17
index.html
17
index.html
@ -26,10 +26,6 @@
|
|||||||
<img src="icons/github.png" alt="github">
|
<img src="icons/github.png" alt="github">
|
||||||
<p>GitHub</p>
|
<p>GitHub</p>
|
||||||
</a>
|
</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">
|
<a class="social" href="https://instagram.com/sadorowo" target="_blank">
|
||||||
<img src="icons/instagram.png" alt="instagram">
|
<img src="icons/instagram.png" alt="instagram">
|
||||||
<p>Instagram</p>
|
<p>Instagram</p>
|
||||||
@ -38,21 +34,10 @@
|
|||||||
<img src="icons/youtube.png" alt="youtube">
|
<img src="icons/youtube.png" alt="youtube">
|
||||||
<p>YouTube</p>
|
<p>YouTube</p>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
|
|
||||||
<h4>O mnie</h4>
|
<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>
|
<p>hej, mam <span id="age">???</span> lat i kocham hardrock/metalcore. mieszkam w okolicach Myślenic.</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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -7,7 +7,7 @@
|
|||||||
<link rel="shortcut icon" href="logo.png">
|
<link rel="shortcut icon" href="logo.png">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script defer src="script.js"></script>
|
<script defer src="script.js"></script>
|
||||||
<title>sador.dev - projekty</title>
|
<title>sador.me - projekty</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<img src="thumbnails/zine.png" alt="Zine thumbnail"/>
|
<img src="thumbnails/zine.png" alt="Zine thumbnail"/>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<h3>Zine</h3>
|
<h3>Zine</h3>
|
||||||
<p>Mój własny bot na platformę Guilded napisany w języku Rust.</p>
|
<p>Mój własny bot na platformy Guilded&Discord napisany w języku Rust.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-card">
|
<div class="project-card">
|
||||||
|
Loading…
Reference in New Issue
Block a user