<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Sector Seven v2 - Creative Hub</title>
  <link rel="stylesheet" href="assets/css/core.css">
  <link rel="stylesheet" href="assets/css/home.css">
  <link rel="icon" href="/favicon.ico" sizes="any">
  <link rel="icon" href="/assets/favicon/favicon.svg" type="image/svg+xml">
  <link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png">
  <link rel="manifest" href="/assets/favicon/site.webmanifest">
  <script defer src="https://analytics.dannyb.co/script.js" data-website-id="c84360c2-d942-485e-9546-3ca777a9a409"></script>
</head>
<body>
  <main>
    <header>
      <a href="/">
        <img src="assets/images/branding/s7.svg" alt="Sector Seven logo">
        <strong>Sector Seven</strong>
      </a>
      <nav aria-label="Primary">
        <a href="/software">Freeware</a>
        <a href="https://github.dannyben.com">Code</a>
        <a href="https://badbirdbooks.com">Books</a>
        <a href="https://suno.com/@sectorseven">Music</a>
      </nav>
    </header>

    <section aria-labelledby="site-intro">
      <img src="assets/images/branding/s7-header.png" alt="Sector Seven decorative header">
      <div>
        <h1 id="site-intro">The collective work of DannyBen</h1>
        <p>
          Windows freeware, open source contributions, books, and AI music.
        </p>
      </div>
    </section>

    <section id="creative" aria-label="Featured sections">
      <article id="code">
        <header>
          <p>Code</p>
          <h2><a href="https://github.dannyben.com">Open Source Repositories on GitHub</a></h2>
        </header>
        <p>A directory of all my open source repositories, organized by topic.</p>
      </article>

      <article id="repo">
        <header>
          <p>Featured Repo</p>
          <h2><a href="https://bashly.dev">Bashly</a></h2>
        </header>
        <p>Bash command line framework and CLI generator.</p>
      </article>

      <article id="freeware">
        <header>
          <p>Software</p>
          <h2><a href="/software">Windows Freeware</a></h2>
        </header>
        <p>Free desktop tools and utilities for Windows.</p>
      </article>

      <article id="books">
        <header>
          <p>Books</p>
          <h2><a href="https://badbirdbooks.com">Published Books</a></h2>
        </header>
        <p>Puzzle and activity books available on Amazon.</p>
      </article>

      <article id="trailers">
        <header>
          <p>Films</p>
          <h2><a href="https://trailerpunk.com">Trailer Punk</a></h2>
        </header>
        <p>Watch movie trailers on YouTube.</p>
      </article>

      <article id="music">
        <header>
          <p>Music</p>
          <h2><a href="https://suno.com/@sectorseven">AI Music on Suno</a></h2>
        </header>
        <ul>
          <li><a href="https://suno.com/playlist/694e2b87-ab14-4bb3-a0a1-7d490334d4f3">Tripstep</a></li>
          <li><a href="https://suno.com/playlist/e7c218d4-019a-42de-92a1-c99e8d91dc36">Trip Hop</a></li>
          <li><a href="https://suno.com/playlist/00b6891c-6aa9-4d5b-9562-11d8a809d8df">Music Festival / EDM</a></li>
          <li><a href="https://suno.com/playlist/a8ef8577-0784-41c4-833f-d6633535d648">Liquid DnB</a></li>
          <li><a href="https://suno.com/playlist/7291ce0f-35b4-4668-ac47-ac32d256ccd2">Futurepop / EBM</a></li>
          <li><a href="https://suno.com/@sectorseven">... and more</a></li>
        </ul>
      </article>

      <article id="song">
        <header>
          <p>Featured Track</p>
          <h2><a href="https://suno.com/song/d0d6e446-49c1-4697-9e32-f9fd099c0c28">Listen on Suno</a></h2>
        </header>
        <div>
          <iframe src="https://suno.com/embed/d0d6e446-49c1-4697-9e32-f9fd099c0c28"
            title="Featured song by Sector Seven on Suno"
            width="100%" height="100%"
            allow="autoplay; encrypted-media; fullscreen"
            loading="lazy"
            referrerpolicy="no-referrer-when-downgrade">
          </iframe>
        </div>
      </article>
    </section>

    <footer>
      <p>&copy; Danny Ben Shitrit</p>
      <nav aria-label="Footer">
        <a href="https://github.com/DannyBen">GitHub / DannyBen</a>
        <a href="https://status.dannyben.com/">Status</a>
      </nav>
    </footer>
  </main>
  <script src="/assets/js/outbound-links.js"></script>
</body>
</html>
