← back to Stars of Design
views/public/privacy.ejs
47 lines
<%- include('../partials/head', { title }) %>
<%- include('../partials/header') %>
<main class="privacy-page">
<section class="section">
<div class="wrap narrow">
<h1>Privacy</h1>
<p class="lede">Last updated 2026-05-12.</p>
<h2>What we collect</h2>
<p>
Stars of Design does not require an account, does not store identifying
cookies, and does not collect personal data beyond what server logs
naturally record (IP address, user-agent, request path) for security
and abuse mitigation. Comments on the /feed surface accept an anonymous
ID we set in your browser; no email or identifying info is required to
comment or like.
</p>
<h2>Designer + firm profiles</h2>
<p>
Designer and firm profiles are built from publicly available material:
published interviews, shelter-magazine features, the designer's own
studio site. We surface city + state only — never street addresses,
zip codes, or phone numbers. If your profile contains information
you'd like removed or corrected, email
<a href="mailto:info@starsofdesign.com">info@starsofdesign.com</a>.
</p>
<h2>Third-party services</h2>
<p>
Anonymous usage analytics (Google Analytics 4 with IP anonymization)
for aggregate traffic patterns. Embedded fonts via Google Fonts.
</p>
<h2>Contact</h2>
<p>
Questions, data takedown requests, profile updates:
<a href="mailto:info@starsofdesign.com">info@starsofdesign.com</a> or
<a href="tel:+18883734564">888-373-4564</a>.
</p>
</div>
</section>
</main>
<%- include('../partials/footer') %>