<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Icon BJJ — One Lineage. Many Academies. One Standard.</title>
  <meta name="description" content="Icon BJJ is a global Brazilian Jiu-Jitsu team founded by Zé Marcello — 6th Degree Black Belt and World Champion. International academy network. Brazilian Top Team lineage. Find your nearest academy.">
  <link rel="canonical" href="https://iconbjj.com">

  <!-- Open Graph -->
  <meta property="og:title" content="Icon BJJ — One Lineage. Many Academies. One Standard.">
  <meta property="og:description" content="A global Brazilian Jiu-Jitsu team connected by lineage, technical standards, and academy leadership. Founded by Zé Marcello.">
  <meta property="og:type" content="website">
  <meta property="og:site_name" content="Icon BJJ">
  <meta property="og:locale" content="en_GB">

  <!-- Fonts: preconnect first, then stylesheet -->
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap" rel="stylesheet">

  <!-- Stylesheet: must come after fonts -->
  <link rel="stylesheet" href="style.css">

  <!-- Schema: Organisation -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "SportsOrganization",
    "name": "Icon BJJ",
    "alternateName": "Icon Brazilian Jiu-Jitsu",
    "url": "https://iconbjj.com",
    "sport": "Brazilian Jiu-Jitsu",
    "description": "Global Brazilian Jiu-Jitsu team and academy network founded by Zé Marcello. Brazilian Top Team lineage. International instructors and academy locations.",
    "founder": {
      "@type": "Person",
      "name": "Zé Marcello",
      "jobTitle": "Founder, 6th Degree BJJ Black Belt, BJJ World Champion 1997"
    },
    "memberOf": {
      "@type": "SportsOrganization",
      "name": "Brazilian Top Team"
    }
  }
  </script>
</head>
<body>

  <!-- =====================================================
       NAV
  ===================================================== -->
  <header id="nav">
    <div class="nav-inner">

      <a href="/" class="nav-logo" aria-label="Icon BJJ Home">
        <span class="diamond" aria-hidden="true"></span>
        Icon BJJ
        <span class="global-tag">Global Network</span>
      </a>

      <nav class="nav-links" aria-label="Primary navigation">
        <a href="#founder">Founder</a>
        <a href="#lineage">Lineage</a>
        <a href="#network">Academies</a>
        <a href="#instructors">Instructors</a>
        <a href="#events">Events</a>
        <a href="#affiliation">Affiliation</a>
      </nav>

      <a href="#network" class="nav-cta">Find an Academy</a>

      <button class="nav-hamburger" id="hamburger" aria-label="Open menu" aria-expanded="false">
        <span></span>
        <span></span>
        <span></span>
      </button>

    </div>
  </header>

  <!-- Mobile full-screen menu -->
  <div id="mobile-menu" role="dialog" aria-modal="true" aria-label="Mobile navigation">
    <nav>
      <a href="#founder">Founder</a>
      <a href="#lineage">Lineage</a>
      <a href="#network">Academies</a>
      <a href="#instructors">Instructors</a>
      <a href="#events">Events</a>
      <a href="#affiliation">Affiliation</a>
      <a href="#network">Find an Academy →</a>
    </nav>
    <div class="mob-foot">
      ICON BJJ · GLOBAL NETWORK<br>
      Founded by Zé Marcello
    </div>
  </div>


  <!-- =====================================================
       HERO
  ===================================================== -->
  <section id="hero" aria-label="Hero">

    <div class="hero-content">
      <p class="hero-eyebrow">International BJJ Team</p>

      <h1 class="t-display hero-h1">
        One lineage.<br>
        Many academies.<br>
        <em>One standard.</em>
      </h1>

      <p class="hero-sub">
        Icon BJJ is a global Brazilian Jiu-Jitsu team founded by Zé Marcello — connecting academies and instructors around the world through shared standards, lineage, and technical depth.
      </p>

      <div class="hero-actions">
        <a href="#network" class="btn btn-primary btn-arrow">Find an Academy</a>
        <a href="#lineage" class="btn btn-ghost">Explore the Lineage</a>
      </div>

      <div class="hero-proof">
        <div class="hero-proof-item">
          <p class="hpi-label">Founded by</p>
          <p class="hpi-value">Zé Marcello<br>6th Degree Black Belt</p>
        </div>
        <div class="hero-proof-item">
          <p class="hpi-label">Lineage</p>
          <p class="hpi-value">Brazilian<br>Top Team</p>
        </div>
        <div class="hero-proof-item">
          <p class="hpi-label">Network</p>
          <p class="hpi-value">Academies<br>across Europe</p>
        </div>
      </div>
    </div>

    <div class="hero-image-panel" aria-hidden="true">
      <div class="hero-crest">
        <span class="diamond"></span>
        <span>Icon BJJ Team</span>
      </div>
      <!-- REPLACE: Icon team photo, seminar group shot, or wide academy training photograph -->
      <div class="hero-img-placeholder">
        <p class="hero-img-note">📸 Replace with Icon team photo / seminar group / academy training shot</p>
      </div>
    </div>

  </section>


  <!-- =====================================================
       BRAND STATEMENT
  ===================================================== -->
  <section id="statement" aria-labelledby="statement-heading">
    <div class="container">
      <div class="statement-grid">

        <div class="statement-side">
          <p class="t-label section-label">The Icon Standard</p>
          <h2 id="statement-heading" class="t-heading">What connects every Icon academy.</h2>
          <p>
            From the morning class in Milton Keynes to a seminar in Sintra, the technique, structure, and standard remain the same.
          </p>
        </div>

        <div class="statement-text">
          <p>
            Icon BJJ is not a directory of gyms. It is a <em>team</em> — connected by lineage, by shared standards, and by the trust between black belts who train, teach, and grow together.
          </p>
          <p>
            One name, one standard, carried through every academy in the network.
          </p>
        </div>

      </div>
    </div>
  </section>


  <!-- =====================================================
       FOUNDER
  ===================================================== -->
  <section id="founder" class="section" aria-labelledby="founder-heading">
    <div class="container">
      <div class="founder-grid">

        <div class="founder-portrait-wrap">
          <!-- REPLACE: Portrait photograph of Zé Marcello -->
          <div class="founder-portrait">
            <p class="founder-portrait-note">📸 Replace with portrait of Zé Marcello</p>
          </div>
          <div class="founder-stamp" aria-label="6th Degree Black Belt">
            <strong>6°</strong>
            <span>Black Belt</span>
          </div>
        </div>

        <div class="founder-text">
          <p class="t-label section-label">Founder</p>
          <h2 id="founder-heading" class="t-heading">Zé Marcello</h2>
          <p class="founder-role">Founder of Icon BJJ · World Champion · Brazilian Top Team Lineage</p>

          <p>
            Zé Marcello — José Marcello Rodrigues — founded Icon BJJ to build something larger than a single academy: a team of academies, connected by lineage, technical standards, and direct relationships between black belts.
          </p>
          <p>
            He trained under Sérgio "Bolão" Souza of Brazilian Top Team, became a World Champion in 1997, a European Absolute Champion in 2008, and has since produced over fifty black belts internationally. Today he teaches, develops instructors, and oversees academy growth across the Icon network.
          </p>

          <div class="founder-credentials">
            <div class="fc-item">
              <span class="fc-dot" aria-hidden="true"></span>
              <span class="fc-text">6th Degree Black Belt</span>
            </div>
            <div class="fc-item">
              <span class="fc-dot" aria-hidden="true"></span>
              <span class="fc-text">BJJ World Champion 1997</span>
            </div>
            <div class="fc-item">
              <span class="fc-dot" aria-hidden="true"></span>
              <span class="fc-text">European Absolute 2008</span>
            </div>
            <div class="fc-item">
              <span class="fc-dot" aria-hidden="true"></span>
              <span class="fc-text">Pan American Champion</span>
            </div>
            <div class="fc-item">
              <span class="fc-dot" aria-hidden="true"></span>
              <span class="fc-text">50+ Black Belts Produced</span>
            </div>
            <div class="fc-item">
              <span class="fc-dot" aria-hidden="true"></span>
              <span class="fc-text">Brazilian Top Team Lineage</span>
            </div>
          </div>

          <a href="#" class="btn btn-outline btn-arrow">Read the Full Story</a>
        </div>

      </div>
    </div>
  </section>


  <!-- =====================================================
       LINEAGE
  ===================================================== -->
  <section id="lineage" class="section" aria-labelledby="lineage-heading">
    <div class="container">

      <p class="t-label section-label">Lineage</p>

      <div class="lineage-header">
        <h2 id="lineage-heading" class="t-display">A direct line from the source.</h2>
        <p>
          In Brazilian Jiu-Jitsu, lineage is the technical record that proves what's being taught came from somewhere — and that the instructor has earned the right to pass it on. Icon's lineage runs through one of the most decorated teams in the sport.
        </p>
      </div>

      <div class="lineage-cards">

        <article class="lin-card">
          <p class="lin-era">Origin</p>
          <h3 class="lin-name">Carlson Gracie</h3>
          <p class="lin-detail">A founding figure of modern Brazilian Jiu-Jitsu and the technical heritage behind Brazilian Top Team.</p>
          <span class="lin-arrow" aria-hidden="true">→</span>
        </article>

        <article class="lin-card">
          <p class="lin-era">Team</p>
          <h3 class="lin-name">Brazilian Top Team</h3>
          <p class="lin-detail">One of the most respected and decorated BJJ and MMA teams in the sport's history.</p>
          <span class="lin-arrow" aria-hidden="true">→</span>
        </article>

        <article class="lin-card">
          <p class="lin-era">Master</p>
          <h3 class="lin-name">Sérgio "Bolão" Souza</h3>
          <p class="lin-detail">Black Belt, Brazilian Top Team — Zé Marcello's direct instructor and mentor.</p>
          <span class="lin-arrow" aria-hidden="true">→</span>
        </article>

        <article class="lin-card highlight">
          <p class="lin-era">Icon BJJ</p>
          <h3 class="lin-name">Zé Marcello &amp; the Icon Network</h3>
          <p class="lin-detail">6th Degree Black Belt, World Champion. Carrying the lineage into academies internationally.</p>
        </article>

      </div>

      <blockquote class="lineage-quote">
        <p>
          "Lineage isn't history. It's the technical record that proves what you teach actually came from somewhere — and that you have earned the right to pass it on."
        </p>
      </blockquote>

    </div>
  </section>


  <!-- =====================================================
       ACADEMY NETWORK
  ===================================================== -->
  <section id="network" class="section" aria-labelledby="network-heading">
    <div class="container">

      <p class="t-label section-label">The Network</p>

      <div class="network-header">
        <div>
          <h2 id="network-heading" class="t-display">The Icon academy network.</h2>
          <p>
            Each Icon academy is led by a black belt connected to the team. Find your nearest academy below, or browse the full directory.
          </p>
        </div>
      </div>

      <div class="network-filters" role="tablist" aria-label="Filter academies by region">
        <button class="filter-chip active" role="tab" aria-selected="true">All Academies</button>
        <button class="filter-chip" role="tab" aria-selected="false">United Kingdom</button>
        <button class="filter-chip" role="tab" aria-selected="false">Portugal</button>
        <button class="filter-chip" role="tab" aria-selected="false">France</button>
        <span class="filter-meta"><strong>6</strong> Academies · <strong>3</strong> Countries</span>
      </div>

      <div class="academies-grid">

        <article class="academy-card featured" data-region="uk">
          <div class="ac-head">
            <p class="ac-country">United Kingdom,</p>
            <span class="ac-badge" aria-hidden="true"></span>
          </div>
          <h3 class="ac-name">Milton Keynes</h3>
          <p class="ac-instructor">
            <strong>Zé Marcello</strong>
            6th Degree Black Belt
          </p>
          <p class="ac-desc">
            The flagship Icon academy in the UK, taught directly by the founder. Adults, kids, and No-Gi programmes.
          </p>
          <a href="/academies/milton-keynes/" class="ac-link">View Academy</a>
        </article>

        <article class="academy-card" data-region="uk">
          <div class="ac-head">
            <p class="ac-country">United Kingdom</p>
            <span class="ac-badge" aria-hidden="true"></span>
          </div>
          <h3 class="ac-name">Watford</h3>
          <p class="ac-instructor">
            <strong>Instructor profile pending</strong>
            Black Belt · Icon BJJ
          </p>
          <p class="ac-desc">
            An Icon-affiliated academy serving Watford and the surrounding Hertfordshire area.
          </p>
          <a href="/academies/watford/" class="ac-link">View Academy</a>
        </article>

        <article class="academy-card" data-region="uk">
          <div class="ac-head">
            <p class="ac-country">United Kingdom</p>
            <span class="ac-badge" aria-hidden="true"></span>
          </div>
          <h3 class="ac-name">Slough</h3>
          <p class="ac-instructor">
            <strong>Instructor profile pending</strong>
            Black Belt · Icon BJJ
          </p>
          <p class="ac-desc">
            Icon BJJ in the Thames Valley — adults and kids classes throughout the week.
          </p>
          <a href="/academies/slough/" class="ac-link">View Academy</a>
        </article>

        <article class="academy-card" data-region="uk">
          <div class="ac-head">
            <p class="ac-country">United Kingdom</p>
            <span class="ac-badge" aria-hidden="true"></span>
          </div>
          <h3 class="ac-name">Peterborough</h3>
          <p class="ac-instructor">
            <strong>Instructor profile pending</strong>
            Black Belt · Icon BJJ
          </p>
          <p class="ac-desc">
            Icon BJJ in the East of England — full weekly schedule for adults and kids.
          </p>
          <a href="/academies/peterborough/" class="ac-link">View Academy</a>
        </article>

        <article class="academy-card" data-region="pt">
          <div class="ac-head">
            <p class="ac-country">Portugal</p>
            <span class="ac-badge" aria-hidden="true"></span>
          </div>
          <h3 class="ac-name">Sintra</h3>
          <p class="ac-instructor">
            <strong>Instructor profile pending</strong>
            Black Belt · Icon BJJ
          </p>
          <p class="ac-desc">
            Icon's Portuguese chapter, training in the Sintra municipality.
          </p>
          <a href="/academies/sintra/" class="ac-link">View Academy</a>
        </article>

        <article class="academy-card" data-region="fr">
          <div class="ac-head">
            <p class="ac-country">France</p>
            <span class="ac-badge" aria-hidden="true"></span>
          </div>
          <h3 class="ac-name">Valence</h3>
          <p class="ac-instructor">
            <strong>Instructor profile pending</strong>
            Black Belt · Icon BJJ
          </p>
          <p class="ac-desc">
            Icon BJJ in south-east France — part of the team's growing European presence.
          </p>
          <a href="/academies/valence/" class="ac-link">View Academy</a>
        </article>

      </div>

      <div class="network-cta">
        <a href="/academies/" class="btn btn-outline btn-arrow">Browse Full Directory</a>
      </div>

    </div>
  </section>


  <!-- =====================================================
       INSTRUCTORS
  ===================================================== -->
  <section id="instructors" class="section" aria-labelledby="instructors-heading">
    <div class="container">

      <p class="t-label section-label">Instructors</p>

      <div class="instructors-header">
        <h2 id="instructors-heading" class="t-display">The people who carry the standard.</h2>
        <p>
          Every Icon academy is led by a black belt who has earned the right to teach under the Icon name — through years of training, competition, and direct instruction within the team.
        </p>
      </div>

      <div class="instructor-grid">

        <article class="instructor-card">
          <div class="inst-portrait">
            <span class="inst-rank">Founder · 6°</span>
            <!-- REPLACE: Portrait photograph of Zé Marcello -->
            <p class="inst-portrait-note">📸 Portrait · Zé Marcello</p>
          </div>
          <div class="inst-info">
            <h3 class="inst-name">Zé Marcello</h3>
            <p class="inst-location">Milton Keynes · United Kingdom</p>
          </div>
        </article>

        <article class="instructor-card">
          <div class="inst-portrait">
            <span class="inst-rank">Black Belt</span>
            <!-- REPLACE: Portrait photograph -->
            <p class="inst-portrait-note">📸 Portrait · TBC</p>
          </div>
          <div class="inst-info">
            <h3 class="inst-name">Instructor TBC</h3>
            <p class="inst-location">Watford · United Kingdom</p>
          </div>
        </article>

        <article class="instructor-card">
          <div class="inst-portrait">
            <span class="inst-rank">Black Belt</span>
            <!-- REPLACE: Portrait photograph -->
            <p class="inst-portrait-note">📸 Portrait · TBC</p>
          </div>
          <div class="inst-info">
            <h3 class="inst-name">Instructor TBC</h3>
            <p class="inst-location">Sintra · Portugal</p>
          </div>
        </article>

        <article class="instructor-card">
          <div class="inst-portrait">
            <span class="inst-rank">Black Belt</span>
            <!-- REPLACE: Portrait photograph -->
            <p class="inst-portrait-note">📸 Portrait · TBC</p>
          </div>
          <div class="inst-info">
            <h3 class="inst-name">Instructor TBC</h3>
            <p class="inst-location">Valence · France</p>
          </div>
        </article>

      </div>

      <div class="instructors-cta">
        <a href="/instructors/" class="btn btn-outline btn-arrow">Meet All Instructors</a>
      </div>

    </div>
  </section>


  <!-- =====================================================
       EVENTS
  ===================================================== -->
  <section id="events" class="section" aria-labelledby="events-heading">
    <div class="container">

      <p class="t-label section-label">Seminars &amp; Team Events</p>

      <div class="events-header">
        <div>
          <h2 id="events-heading" class="t-display">On the mat, across the network.</h2>
          <p>
            Seminars, gradings, instructor development, and international team gatherings — the moments where the network trains together.
          </p>
        </div>
        <a href="/events/" class="btn btn-ghost btn-arrow">View All Events</a>
      </div>

      <div class="events-list" role="list">

        <article class="event-row" role="listitem">
          <div class="ev-date">TBC<small>Upcoming</small></div>
          <h3 class="ev-title">Black Belt Seminar with Zé Marcello</h3>
          <span class="ev-type">Seminar</span>
          <span class="ev-location">Milton Keynes · UK</span>
          <span class="ev-arrow" aria-hidden="true">→</span>
        </article>

        <article class="event-row" role="listitem">
          <div class="ev-date">TBC<small>Upcoming</small></div>
          <h3 class="ev-title">Icon Grading &amp; Team Gathering</h3>
          <span class="ev-type">Grading</span>
          <span class="ev-location">Multi-Academy · UK</span>
          <span class="ev-arrow" aria-hidden="true">→</span>
        </article>

        <article class="event-row" role="listitem">
          <div class="ev-date">TBC<small>Upcoming</small></div>
          <h3 class="ev-title">Instructor Development Camp</h3>
          <span class="ev-type">Camp</span>
          <span class="ev-location">Sintra · Portugal</span>
          <span class="ev-arrow" aria-hidden="true">→</span>
        </article>

        <article class="event-row" role="listitem">
          <div class="ev-date">TBC<small>Upcoming</small></div>
          <h3 class="ev-title">No-Gi Technical Intensive</h3>
          <span class="ev-type">Workshop</span>
          <span class="ev-location">Valence · France</span>
          <span class="ev-arrow" aria-hidden="true">→</span>
        </article>

      </div>

      <p class="events-note">
        Event dates and details will be confirmed and published as they are scheduled.
      </p>

    </div>
  </section>


  <!-- =====================================================
       AFFILIATION
  ===================================================== -->
  <section id="affiliation" class="section" aria-labelledby="affiliation-heading">
    <div class="container">
      <div class="affiliation-grid">

        <div class="aff-text">
          <p class="t-label">Affiliation</p>
          <h2 id="affiliation-heading" class="t-heading">
            Build under the <em>Icon banner.</em>
          </h2>
          <p>
            Affiliation with Icon BJJ is a relationship between black belts — built on technical respect, shared lineage, and a willingness to uphold the team's standard. We work with a small number of academies, by invitation, introduction, or serious enquiry.
          </p>
          <p>
            For instructors and academy owners ready to teach under the Icon name and connect to a wider international team.
          </p>
          <div class="aff-actions">
            <a href="/affiliation/" class="btn btn-on-dark-primary btn-arrow">Enquire About Affiliation</a>
            <a href="/contact/" class="btn btn-on-dark-outline">Speak with Zé Marcello</a>
          </div>
        </div>

        <div class="aff-criteria">
          <div class="crit-card">
            <div class="crit-num">01</div>
            <h3 class="crit-title">Black Belt Leadership</h3>
            <p class="crit-desc">Affiliation begins at the black belt level. Academies are led by qualified instructors with verifiable rank.</p>
          </div>
          <div class="crit-card">
            <div class="crit-num">02</div>
            <h3 class="crit-title">Technical Lineage</h3>
            <p class="crit-desc">A clear and credible BJJ lineage matters. We value where you've trained and who you've trained under.</p>
          </div>
          <div class="crit-card">
            <div class="crit-num">03</div>
            <h3 class="crit-title">Team Alignment</h3>
            <p class="crit-desc">Icon is a team, not a logo. Affiliation means becoming part of how the team trains, teaches, and connects.</p>
          </div>
          <div class="crit-card">
            <div class="crit-num">04</div>
            <h3 class="crit-title">Long-Term Commitment</h3>
            <p class="crit-desc">We work with academies committed to the long view — building students, standards, and reputation over years.</p>
          </div>
        </div>

      </div>
    </div>
  </section>


  <!-- =====================================================
       FINAL CTA
  ===================================================== -->
  <section id="final-cta" aria-label="Choose your path">
    <div class="final-grid">

      <a href="/academies/" class="final-block">
        <div>
          <p class="t-label">For Students</p>
          <h3>Find an <em>Icon academy</em> near you.</h3>
          <p>Browse the network and connect with your nearest academy. Local details, timetables, and trial classes live on each academy's own page.</p>
        </div>
        <span class="btn btn-outline btn-arrow">Browse Academies</span>
      </a>

      <a href="/affiliation/" class="final-block">
        <div>
          <p class="t-label">For Academy Owners</p>
          <h3>Become an <em>Icon academy.</em></h3>
          <p>Selective affiliation for black belts and academy owners ready to teach under the Icon banner. Earn the connection — and the team comes with it.</p>
        </div>
        <span class="btn btn-primary btn-arrow">Enquire About Affiliation</span>
      </a>

    </div>
  </section>


  <!-- =====================================================
       FOOTER
  ===================================================== -->
  <footer aria-label="Site footer">
    <div class="container">

      <div class="footer-grid">

        <div class="footer-brand">
          <a href="/" class="nav-logo" aria-label="Icon BJJ Home">
            <span class="diamond" aria-hidden="true"></span>
            Icon BJJ
            <span class="global-tag">Global Network</span>
          </a>
          <p>
            International Brazilian Jiu-Jitsu team founded by Zé Marcello. Brazilian Top Team lineage. Academies across Europe and beyond.
          </p>
        </div>

        <div class="footer-col">
          <h4>Explore</h4>
          <ul>
            <li><a href="#founder">Founder</a></li>
            <li><a href="#lineage">Lineage</a></li>
            <li><a href="#network">Academies</a></li>
            <li><a href="#instructors">Instructors</a></li>
          </ul>
        </div>

        <div class="footer-col">
          <h4>Team</h4>
          <ul>
            <li><a href="/events/">Seminars &amp; Events</a></li>
            <li><a href="/affiliation/">Affiliation</a></li>
            <li><a href="/instructors/">Instructor Network</a></li>
            <li><a href="/contact/">Contact</a></li>
          </ul>
        </div>

        <div class="footer-col">
          <h4>Train</h4>
          <ul>
            <li><a href="/academies/">Find an Academy</a></li>
            <li><a href="/academies/milton-keynes/">Milton Keynes (Flagship)</a></li>
            <li><a href="/academies/?region=uk">All UK Academies</a></li>
            <li><a href="/academies/?region=international">International Academies</a></li>
          </ul>
        </div>

      </div>

      <div class="footer-bottom">
        <span>© 2026 Icon BJJ · All rights reserved</span>
        <div class="social">
          <a href="https://www.instagram.com/iconbjj/" target="_blank" rel="noopener noreferrer">Instagram</a>
          <a href="https://www.youtube.com/@iconbjj" target="_blank" rel="noopener noreferrer">YouTube</a>
          <a href="https://www.facebook.com/iconbjj" target="_blank" rel="noopener noreferrer">Facebook</a>
        </div>
      </div>

    </div>
  </footer>


  <!-- JS: deferred, loads after HTML is parsed -->
  <script src="main.js" defer></script>

</body>
</html>
