<!doctype html>
<html lang="en">
<head>
  <!-- v3 -->

  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Avida — making the web a friendlier place</title>
  <meta name="description" content="Avida is a small independent studio designing, building, and running honest, useful products on the web.">
  <link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
  <link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
  <meta name="theme-color" content="#742FF6">

  <meta property="og:type" content="website">
  <meta property="og:title" content="Avida — making the web a friendlier place">
  <meta property="og:description" content="A small independent studio designing, building, and running honest, useful products on the web.">
  <meta property="og:url" content="https://avida.llc/">
  <meta property="og:image" content="https://avida.llc/assets/avidallc.png">
  <meta name="twitter:card" content="summary_large_image">

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700;1,800&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <a class="skip" href="#main">Skip to content</a>

  <header class="site-header">
    <div class="container header-inner">
      <a class="brand" href="/" aria-label="Avida home">
        <img src="assets/avidallc.png" alt="Avida" width="576" height="172">
      </a>
      <nav class="site-nav" aria-label="Primary">
        <a href="#products">Products</a>
        <a href="#contact">Contact</a>
      </nav>
    </div>
  </header>

  <main id="main">
    <section class="hero">
      <div class="hero-decor" aria-hidden="true">
        <span class="blob blob-purple"></span>
        <span class="blob blob-coral"></span>
        <span class="blob blob-cyan"></span>
        <span class="blob blob-amber"></span>
      </div>
      <div class="container hero-inner">
        <h1 class="hero-title">
          Working to make the web a <em>better</em> place.
        </h1>
        <p class="lede">
          Delivering honest, useful products &mdash; the kind we&rsquo;d want to use ourselves.
        </p>
        <div class="hero-cta">
          <a class="btn btn-primary" href="#products">See what we make</a>
          <a class="btn btn-ghost" href="#contact">Get in touch</a>
        </div>
      </div>
    </section>

    <section id="products" class="products">
      <div class="container">
        <header class="section-head">
          <p class="eyebrow">Our products</p>
          <h2>Smart. Useful. Made with care.</h2>
          <p class="section-lede">
            Real services built for real people. Built and operated by Avida. More to come.
          </p>
        </header>

        <div class="product-grid">
          <article class="product-card">
            <a class="browser-frame" href="https://guardyourname.com/" aria-label="Visit GuardYourName">
              <div class="browser-bar">
                <span class="dots" aria-hidden="true"><i></i><i></i><i></i></span>
                <span class="url-pill">guardyourname.com</span>
              </div>
              <img class="browser-shot" src="assets/gyn-screenshot.png" alt="GuardYourName home page" loading="lazy">
            </a>
            <div class="product-body">
              <h3 class="product-name">GuardYourName</h3>
              <p class="product-tag">Protect your name from scammers and fraudsters.</p>
              <p class="product-desc">
                Helps brands proactively register the lookalike domains fraudsters
                use to spoof them &mdash; with WHOIS privacy included on every domain.
              </p>
              <div class="product-actions">
                <a class="btn btn-primary" href="https://guardyourname.com/">Visit GuardYourName</a>
                <a class="btn btn-ghost" href="https://guardyourname.com/help">Customer support</a>
              </div>
            </div>
          </article>

          <article class="product-card">
            <a class="browser-frame" href="https://hypedcrowds.com/" aria-label="Visit HypedCrowds">
              <div class="browser-bar">
                <span class="dots" aria-hidden="true"><i></i><i></i><i></i></span>
                <span class="url-pill">hypedcrowds.com</span>
              </div>
              <img class="browser-shot" src="assets/hc-screenshot.png" alt="HypedCrowds home page" loading="lazy">
            </a>
            <div class="product-body">
              <h3 class="product-name">HypedCrowds</h3>
              <p class="product-tag">Tickets that don&rsquo;t suck.</p>
              <p class="product-desc">
                A fair, transparent ticketing platform for local bands and small venues.
                No mystery fees for fans. More of every dollar to the people putting on the show.
              </p>
              <div class="product-actions">
                <a class="btn btn-primary" href="https://hypedcrowds.com/">Visit HypedCrowds</a>
                <a class="btn btn-ghost" href="https://hypedcrowds.com/support">Customer support</a>
              </div>
            </div>
          </article>
        </div>
      </div>
    </section>
  </main>

  <footer id="contact" class="site-footer">
    <div class="container footer-inner">
      <div class="foot-brand">
        <img class="foot-mark" src="assets/avidallc.png" alt="Avida">
        <p class="foot-tag">Web &amp; digital development, design, and marketing &mdash; built with care.</p>
      </div>
      <div class="foot-contact">
        <p class="foot-label">Get in touch</p>
        <a class="foot-email" href="mailto:ask@avida.llc">ask@avida.llc</a>
      </div>
      <div class="foot-meta">
        <nav class="foot-nav" aria-label="Footer">
          <a href="/support">Support</a>
          <a href="/privacy">Privacy</a>
          <a href="/terms">Terms</a>
        </nav>
        <p class="foot-copy">&copy; <span id="year">2026</span> Avida, LLC. All rights reserved.</p>
      </div>
    </div>
  </footer>

  <script>document.getElementById('year').textContent = new Date().getFullYear();</script>
</body>
</html>
