← back to Dw Marketing Reels

public/privacy.html

97 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy — Designer Wallcoverings</title>
<style>
  :root { --ink:#1a1a1a; --muted:#666; --line:#e5e2dc; --bg:#faf8f4; }
  * { box-sizing:border-box; }
  body { margin:0; background:var(--bg); color:var(--ink);
    font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif; }
  .wrap { max-width:760px; margin:0 auto; padding:56px 24px 96px; }
  .brand { font-weight:600; letter-spacing:.18em; text-transform:uppercase; font-size:13px; color:var(--muted); }
  h1 { font-weight:600; font-size:32px; margin:.35em 0 .15em; letter-spacing:-.01em; }
  .eff { color:var(--muted); font-size:14px; margin-bottom:2em; }
  h2 { font-size:18px; margin:2em 0 .4em; }
  p, li { color:#2a2a2a; }
  a { color:#7a5c3e; }
  ul { padding-left:1.2em; }
  hr { border:0; border-top:1px solid var(--line); margin:2.5em 0; }
  .foot { color:var(--muted); font-size:13px; }
</style>
</head>
<body>
<div class="wrap">
  <div class="brand">Designer Wallcoverings</div>
  <h1>Privacy Policy</h1>
  <div class="eff">Effective July 14, 2026</div>

  <p>This Privacy Policy explains how Designer Wallcoverings ("we," "us," "our")
  handles information in connection with our websites at
  <a href="https://designerwallcoverings.com">designerwallcoverings.com</a> and
  its subdomains, and our own social-media marketing tools (including the
  "DW Marketing" application used to schedule and publish content to our own
  business accounts).</p>

  <h2>1. Information we access and process</h2>
  <ul>
    <li><strong>Our own social-media content and insights.</strong> Our marketing
      tools use the Meta Graph API to publish content to, and read aggregate
      performance insights (reach, impressions, follower counts) for,
      <em>our own</em> Designer Wallcoverings business accounts. We do not
      collect the private data of other users through these tools.</li>
    <li><strong>Information you give us.</strong> If you contact us (e.g., via a
      form or email), we receive the details you provide, such as your name,
      email address, and message.</li>
    <li><strong>Standard site data.</strong> Like most websites, our servers may
      log technical information such as IP address, browser type, and pages
      requested, for security and operational purposes.</li>
  </ul>

  <h2>2. How we use information</h2>
  <ul>
    <li>To create, schedule, and publish our own marketing content.</li>
    <li>To measure the performance of our own accounts and improve our content.</li>
    <li>To respond to inquiries and provide customer service.</li>
    <li>To operate, secure, and maintain our websites and systems.</li>
  </ul>

  <h2>3. What we do not do</h2>
  <p>We do <strong>not</strong> sell or rent personal information. We do not use
  your data for advertising profiling by third parties, and we do not access
  private data belonging to other people's social-media accounts.</p>

  <h2>4. Third-party platforms</h2>
  <p>Our marketing tools rely on Meta Platforms, Inc. (Facebook / Instagram).
  Your use of those platforms is governed by Meta's own policies. We access only
  the data and permissions necessary to manage our own accounts.</p>

  <h2>5. Data retention</h2>
  <p>We retain information only as long as needed for the purposes described
  here or as required by law, after which it is deleted or de-identified.</p>

  <h2>6. Your choices &amp; requests</h2>
  <p>You may request access to, correction of, or deletion of personal
  information you have provided to us by emailing
  <a href="mailto:info@designerwallcoverings.com">info@designerwallcoverings.com</a>.
  We will respond within a reasonable time.</p>

  <h2>7. Children</h2>
  <p>Our services are intended for a general, adult, business-and-design
  audience and are not directed to children under 13.</p>

  <h2>8. Changes</h2>
  <p>We may update this policy from time to time. Material changes will be
  reflected by updating the effective date above.</p>

  <h2>9. Contact</h2>
  <p>Designer Wallcoverings<br>
  <a href="mailto:info@designerwallcoverings.com">info@designerwallcoverings.com</a></p>

  <hr>
  <p class="foot">See also our <a href="/terms">Terms of Service</a>.</p>
</div>
</body>
</html>