function Foot() {
  return (
    <footer className="foot">
            <div className="foot-logo">
        <span className="mark" aria-hidden="true">
          <svg viewBox="0 0 24 24" fill="none">
            <rect x="2" y="2" width="9" height="9" rx="1.5" fill="#ee4c16"/>
            <rect x="3.3" y="6.6" width="1.6" height="2.6" rx="0.4" fill="rgba(255,255,255,0.6)"/>
            <rect x="5.7" y="5.2" width="1.6" height="4" rx="0.4" fill="rgba(255,255,255,0.6)"/>
            <rect x="8.1" y="3.8" width="1.6" height="5.4" rx="0.4" fill="#141210"/>
            <rect x="13" y="2" width="9" height="9" rx="1.5" stroke="currentColor" strokeWidth="1.6"/>
            <rect x="15" y="4" width="2.2" height="2.2" rx="0.4" fill="currentColor" opacity="0.3"/>
            <rect x="18" y="4" width="2.2" height="2.2" rx="0.4" fill="currentColor" opacity="0.3"/>
            <rect x="15" y="7" width="2.2" height="2.2" rx="0.4" fill="#ee4c16"/>
            <rect x="2" y="13" width="9" height="9" rx="1.5" stroke="currentColor" strokeWidth="1.6"/>
            <rect x="4" y="15" width="2.2" height="2.2" rx="0.4" fill="currentColor" opacity="0.3"/>
            <rect x="4" y="18" width="2.2" height="2.2" rx="0.4" fill="currentColor" opacity="0.3"/>
            <rect x="13" y="13" width="9" height="9" rx="1.5" stroke="currentColor" strokeWidth="1.6"/>
          </svg>
        </span>
        <span>simple<span className="o">.</span><span className="sp">space</span></span>
      </div>
      <div className="foot-links">
        <a href="index.html">Overview</a>
        <a href="Platform.html">Platform</a>
        <a href="BI-Reporting.html">BI Reporting</a>
        <a href="Integration.html">Integration</a>
        <a href="Platform.html#contact">Contact</a>
      </div>
      <div className="foot-copy">© 2015–2026 Simple Space Australia</div>
    </footer>
  );
}
window.Foot = Foot;
