← back to Stars of Design
views/partials/footer.ejs
50 lines
<footer class="site-footer">
<div class="wrap">
<div class="footer-col">
<strong>Stars of Design</strong>
<p class="muted">
A curated profile directory of the world's most influential interior
designers — and the wallcoverings that match each designer's signature
style.
</p>
</div>
<div class="footer-col">
<strong>Contact</strong>
<p>
<a href="mailto:info@starsofdesign.com">info@starsofdesign.com</a><br>
<a href="tel:+18883734564">888-373-4564</a>
</p>
</div>
<div class="footer-col">
<strong>Mailing</strong>
<address>
Designer Wallcoverings<br>
15442 Ventura Bl #102<br>
Sherman Oaks, CA 91403
</address>
</div>
<div class="footer-col">
<strong>Browse</strong>
<p>
<a href="/designers">All designers</a><br>
<a href="/submit">Submit a designer</a><br>
<a href="/about">About this directory</a><br>
<a href="/privacy">Privacy</a> · <a href="/terms">Terms</a> · <a href="/api">API</a>
</p>
</div>
</div>
<div class="wrap legal">
<span>© <%= new Date().getFullYear() %> Stars of Design</span>
<span class="muted">Editorial profiles for reference only. Stars of Design is independent of the designers and brands named on these pages.</span>
</div>
</footer>
<!-- Big Red — lower-right avatar launcher (red ring closed → green when chat is live).
Source served by ~/Projects/big-red on :9935; widget self-mounts to <body>. -->
<script src="http://localhost:9935/widget.js"
data-host="http://localhost:9935"
data-mode="retail"
defer onerror="this.remove()"></script>
</body>
</html>