← back to Stars of Design

views/public/submit.ejs

47 lines

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

<main class="submit-page">
  <section class="section">
    <div class="wrap narrow">
      <h1>Submit a designer</h1>
      <p class="lede">
        Stars of Design is editorial — we accept submissions from designers,
        their studios, and PR representatives, and from anyone who'd like to
        nominate a designer we've missed.
      </p>

      <div class="claim-callout">
        <h2>How to submit</h2>
        <p>
          The fastest path is email. Send the following to
          <a href="mailto:info@starsofdesign.com">info@starsofdesign.com</a> and an editor
          will respond within five business days:
        </p>
        <ul class="prose">
          <li>Designer name and studio</li>
          <li>City, era, and active years</li>
          <li>One short paragraph (≤ 150 words) on the designer's signature style and best-known work</li>
          <li>Up to five links to published interviews, shelter-magazine features, or the designer's own studio site</li>
          <li>Optional: three to five wallcovering categories the designer is known for using (we'll match these against the Designer Wallcoverings catalog)</li>
        </ul>
      </div>

      <h2>What we don't accept</h2>
      <ul class="prose">
        <li>Promotional copy. Profiles are editorial, not marketing.</li>
        <li>Copyrighted images we don't have rights to host.</li>
        <li>Paid-placement inquiries. There is no sponsored placement.</li>
      </ul>

      <h2>Questions</h2>
      <p>
        Email <a href="mailto:info@starsofdesign.com">info@starsofdesign.com</a> or call
        <a href="tel:+18883734564">888-373-4564</a>.
      </p>
    </div>
  </section>
</main>

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