<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Joey Zulinski - Music</title>

  <link rel="icon" href="favicon.png" type="image/png">

  <link rel="stylesheet" href="style.css">

  <script src="script.js" defer></script>

</head>

<body>

  <div class="container">

    <div id="brand">

      <img src="JZM-logo.png" alt="Joey Zulinski Logo">

    </div>


    <h1>Joey Zulinski</h1>

    <h2>Musician & Composer</h2>


    <p>

      Joey Zulinski is an innovative music artist, blending contemporary soundscapes with classic influences to create immersive auditory experiences. Passionate about storytelling through melody, Joey’s work resonates with audiences seeking authentic and thoughtful music.

    </p>


    <p>

      From intricate compositions to intimate performances, Joey is committed to delivering music that connects on a personal level. His artistry is defined by creativity, emotion, and a dedication to the craft of music-making.

    </p>


    <blockquote>

      "Music isn’t just sound—it’s a journey. Every note has a story, and every story deserves to be heard."

    </blockquote>


    <div class="social-links">

      <a href="https://open.spotify.com" target="_blank">Spotify</a>

      <a href="https://www.youtube.com" target="_blank">YouTube</a>

      <a href="https://www.instagram.com" target="_blank">Instagram</a>

    </div>


    <footer>

      &copy; 2025 Joey Zulinski. All rights reserved.

    </footer>

  </div>

</body>

</html>