← back to Designtradelive

views/partials/footer.ejs

28 lines

<footer class="site-footer" id="about">
  <div class="footer-grid">
    <div>
      <h3>About DesignTradeLive</h3>
      <p>The live calendar of design-industry trade shows and markets — from High Point and ICFF to Salone del Mobile and Heimtextil. Curated for designers, buyers, and brand teams who actually attend.</p>
    </div>
    <div>
      <h3>Contact</h3>
      <p>
        <a href="mailto:info@designtradelive.com">info@designtradelive.com</a><br>
        <a href="tel:+18883734564">888-373-4564</a>
      </p>
    </div>
    <div>
      <h3>Mailing Address</h3>
      <address>
        Designer Wallcoverings<br>
        15442 Ventura Bl #102<br>
        Sherman Oaks, CA 91403
      </address>
    </div>
  </div>
  <div class="footer-bottom">
    <small>© <%= new Date().getFullYear() %> DesignTradeLive. Event dates published from public sources; please verify with the show organizer before booking travel.</small>
  </div>
</footer>
<script src="/app.js" defer></script>