<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>We Heart It</title>
    <link rel="icon" type="image/png" sizes="32x32" href="images/icons/heart-icon-32*32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="images/icons/heart-icon-16*16.png">
    <link rel="stylesheet" type="text/css" href="styles/common.css">
    <link rel="stylesheet" type="text/css" href="styles/dropdown.css">
    <link rel="stylesheet" type="text/css" href="styles/top.css">
    <link rel="stylesheet" type="text/css" href="styles/index.css">
    <link rel="stylesheet" type="text/css" href="styles/footer.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
    <script type="text/javascript" src="scripts/dropdown.js"></script>
    <script type="text/javascript" src="scripts/top.js"></script>
    <script async src="//mastodon.maplemedia.tech/mastodon_2.js" type="text/javascript"></script>
    <script type="text/javascript">
      if (!window.Mastodon) {
        window.Mastodon = [];
      }
      Mastodon.push(function (){
        Mastodon.init("Site_WeHeartIt", "prod");
      });
      Mastodon.push(function() {
        Mastodon.overrideGdprDsarUrl('https://privacyportal.onetrust.com/webform/c86e34a8-8ec1-4049-8c12-f734ced17f34/c13566e1-49c0-4fe6-b6a1-1b6ae8570adf');
        Mastodon.overrideCpraDsarUrl('https://privacyportal.onetrust.com/webform/c86e34a8-8ec1-4049-8c12-f734ced17f34/6925c2e5-fbd0-41cc-ab87-451e4fe780f2');
        Mastodon.overrideGlobalDsarUrl('https://privacyportal.onetrust.com/webform/c86e34a8-8ec1-4049-8c12-f734ced17f34/81f60bc8-f2aa-4d4e-a1e2-130e520df872');
      });
    </script>
  </head>
  <body>
     <!-- TOP NAV -->
    <nav class="top panel no-padding">
      <div class="container flexbox vertically-center space-between">
        <div class="left-section">
          <a href="/">
            <img src="./images/logo.svg" class="logo inline-block when-md when-lg" alt="We Heart It Logo">
            <img src="./images/compact-logo.svg" class="logo compact-logo inline-block when-xs when-sm" alt="We Heart It Logo">
          </a>
        </div>
        <div class="right-section flexbox vertically-center">
          <div class="dropdown">
            <a class="btn btn-link btn-small text-gray" href="#">▾</a>
            <ul class="dropdown-menu panel">
              <!-- <li>
                <div>
                  <a class="btn btn-small btn-block btn-wrap bg-gradient" href="/">Download the App</a>
                </div>
              </li>
              <li class="dropdown-divider"> -->
              </li>
              <li class="text-small">
                <a href="#" class="js-high-contrast">
                  High Contrast
                  <span class="high-contrast-selected text-primary">✓</span>
                </a>
              </li>
              <li class="dropdown-divider">
              </li>
              <li class="text-small">
                <a href="./about/terms-of-service.html">Terms of Service</a>
              </li>
              <li class="text-small">
                <a href="./about/privacy-policy.html">Privacy Policy</a>
              </li>
              <li class="text-small">
                <a href="https://weheartit.zendesk.com/hc/en-us/requests/new" target="_blank">Contact us</a>
              </li>
              <li class="text-small">
                <a href="https://weheartit.zendesk.com/hc/en-us" target="_blank">Help</a>
              </li>
            </ul>
          </div>
        </div>
      </div>
    </nav>
    <!-- PAGE BODY -->
    <div id="index" class="main">
      <div class="container flexbox">
        <img src="./images/weheartit.png" alt="logo" />        
      </div>
    </div>
    <!-- FOOTER -->
    <footer>
      <div class="container flexbox">
        <div class="copyright-and-legal flexbox">
          <div class="copyright-info">
            <p class="main-text">© All images are copyrighted by their respective authors.</p>
          </div>
          <div class="legal-docs">
            <ul class="list-unstyled">
              <li><a target="_blank" href="https://weheartit.zendesk.com/hc/en-us/requests/new">Contact the Support Team</a></li>
              <li><a href="./about/terms-of-service.html">Terms of Service</a></li>
              <li><a href="./about/privacy-policy.html">Privacy Policy</a></li>
              <li><a href="https://weheartit.zendesk.com/hc/en-us/requests/new?ticket_form_id=20586105031323" target="_blank">Claim Copyright</a></li>
              <li><a href="#dsar">Do Not Sell or Share My Personal Information</a></li>
            </ul>
          </div>
        </div>
      </div>
    </footer>
  </body>
</html>