← back to Stars of Design

views/public/terms.ejs

52 lines

<%- include('../partials/head', { title }) %>
<%- include('../partials/header') %>

<main class="terms-page">
  <section class="section">
    <div class="wrap narrow">
      <h1>Terms of use</h1>
      <p class="lede">Last updated 2026-05-12.</p>

      <h2>Editorial directory</h2>
      <p>
        Stars of Design is an editorial profile directory. Designers do not pay
        for placement, and there is no sponsored or paid-promotion tier. We
        make no warranty as to the accuracy or completeness of any profile.
      </p>

      <h2>Public-data sourcing</h2>
      <p>
        Designer and firm profiles are sourced from publicly available
        material: interviews, shelter-magazine features, the designer's own
        site. We do not reproduce copyrighted imagery. If a profile uses an
        image you hold rights to in error, <a href="mailto:info@starsofdesign.com">contact us</a>
        for immediate removal.
      </p>

      <h2>User submissions</h2>
      <p>
        Comments and likes are subject to a basic spam filter and moderation.
        Anonymous IDs are set in your browser to enable like/unlike toggles
        and rate-limiting; no identifying info is collected.
      </p>

      <h2>Claim your profile</h2>
      <p>
        Designers and firms may claim their profile via the
        <a href="/submit">submission form</a> and request edits, additions,
        or removal at any time.
      </p>

      <h2>Liability</h2>
      <p>
        The site is provided as-is. Stars of Design is published by Designer
        Wallcoverings and exists to surface working designers — there is no
        commercial transaction here. Vendor or studio links route to the
        respective third party under their terms.
      </p>
    </div>
  </section>
</main>

<%- include('../partials/footer') %>