add: spotify URL
This commit is contained in:
parent
cb6355e9d0
commit
a5aae3fd88
BIN
icons/spotify.png
Normal file
BIN
icons/spotify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
25
index.html
25
index.html
@ -2,8 +2,8 @@
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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>
|
||||
@ -20,7 +20,7 @@
|
||||
<button onclick="toggleTheme()">Zmień motyw</button>
|
||||
<button><a href="projects.html">Moje projekty</a></button>
|
||||
|
||||
<h4>Media społecznościowe</h4>
|
||||
<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">
|
||||
@ -38,13 +38,28 @@
|
||||
<img src="icons/youtube.png" alt="youtube">
|
||||
<p>YouTube</p>
|
||||
</a>
|
||||
<a class="social" href="https://open.spotify.com/user/franekcolm?si=fc25ffaeaceb4af1" target="_blank">
|
||||
<img src="icons/spotify.png" alt="spotify">
|
||||
<p>Spotify</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h4>BIO</h4>
|
||||
<p>Cześć! Jestem Franek i mam 16 lat. Interesuję się programowaniem, informatyką, muzyką oraz motoryzacją (niekoniecznie tą nowoczesną). Moje przykładowe projekty, które napisałem własnoręcznie:</p>
|
||||
<h4>Muzyka</h4>
|
||||
<iframe
|
||||
style="border-radius:12px"
|
||||
src="https://open.spotify.com/embed/playlist/6MUSr0np4UQtz3kAAqvUBP?utm_source=generator&theme=0"
|
||||
width="100%"
|
||||
height="352"
|
||||
frameBorder="0"
|
||||
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
|
||||
loading="lazy"
|
||||
></iframe>
|
||||
|
||||
<h4>O mnie</h4>
|
||||
<p>Cześć! Jestem Franek i mam 16 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>Bot Zine przystosowany pod platformę Guilded.</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>
|
||||
|
@ -2,8 +2,8 @@
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<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>
|
||||
@ -13,7 +13,7 @@
|
||||
<div id="content">
|
||||
<h1>Sador</h1>
|
||||
<button onclick="toggleTheme()">Zmień motyw</button>
|
||||
<button><a href="index.html">Powrót</a></button>
|
||||
<button><a href="/">Powrót</a></button>
|
||||
<h4>Moje projekty</h4>
|
||||
<div id="projects">
|
||||
<div class="project-card">
|
||||
|
Loading…
Reference in New Issue
Block a user