<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="description" content="Bitclone is a web design and development agency in Tucson, Arizona, specializing in WordPress, React, and React Native development for custom websites and mobile apps.">
  <title>Bitclone Web Design and Development Studio</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="canonical" href="https://bitclone.com/">
  
  <!-- Open Graph meta tags -->
  <meta property="og:title" content="Bitclone Web Design and Development Studio">
  <meta property="og:description" content="Bitclone is a web design and development agency in Tucson, Arizona, specializing in WordPress, React, and React Native development for custom websites and mobile apps.">
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://bitclone.com/">
  <meta property="og:image" content="https://bitclone.com/assets/images/promo.jpg">
  <meta property="og:image:width" content="1200">
  <meta property="og:image:height" content="630">
  <meta property="og:site_name" content="Bitclone">
  <meta property="og:locale" content="en_US">
  
  <!-- Twitter Card meta tags -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="Bitclone Web Design and Development Studio">
  <meta name="twitter:description" content="Bitclone is a web design and development agency in Tucson, Arizona, specializing in WordPress, React, and React Native development for custom websites and mobile apps.">
  <meta name="twitter:image" content="https://bitclone.com/assets/images/promo.jpg">
  
  <!-- Additional SEO meta tags -->
  <meta name="robots" content="index, follow">
  <meta name="author" content="Bitclone">
  <meta name="keywords" content="web design, web development, WordPress, React, React Native, Tucson, Arizona, custom websites, mobile apps, responsive design">
  
  <!-- JSON-LD structured data -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Bitclone",
    "url": "https://bitclone.com",
    "logo": "https://bitclone.com/assets/images/logo.png",
    "description": "Bitclone is a web design and development agency in Tucson, Arizona, specializing in WordPress, React, and React Native development for custom websites and mobile apps.",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Tucson",
      "addressRegion": "Arizona",
      "addressCountry": "US"
    },
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "customer service",
      "url": "https://bitclone.com/contact/"
    },
    "sameAs": [],
    "foundingDate": "2009",
    "founders": [
      {
        "@type": "Person",
        "name": "Eric Baldoni"
      },
      {
        "@type": "Person", 
        "name": "Alex"
      }
    ],
    "services": [
      "Web Design",
      "Web Development", 
      "WordPress Development",
      "React Development",
      "React Native Development",
      "Responsive Design",
      "Mobile App Development",
      "Custom Website Solutions"
    ]
  }
  </script>
  
  <style>
  html, body {
    font-family: Helvetica,Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #222;
    color: #fff;
  }
  .container {
    display: flex;
    min-height: 100vh;
  }
  .side {
    flex: 1 1 0;
    background: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 2rem 0;
    min-height: 100vh;
    aspect-ratio: 1 / 1.2;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .side-left, .side-right {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .side-left {
    background-image: url('/assets/images/img-eric/e-1-new.webp');
  }
  .side-right {
    background-image: url('/assets/images/img-alex/a-1-new.webp');
  }
  .side-left::before, .side-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #111;
    opacity: 1;
    transition: opacity 1.2s ease;
    z-index: 2;
    pointer-events: none;
  }
  .side-left.fade-in::before, .side-right.fade-in::before {
    opacity: 0;
  }
  .side-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1rem 2.5rem 1rem;
    background: none;
    color: #fff;
    z-index: 2;
  }
  .side img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    display: block;
    margin: 0 auto 1.5rem auto;
    border-radius: 8px;
    background: #111;
  }
  .side h2 {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
  }
  .center {
    background-image: url('/assets/images/desert-illustration.webp');
    flex: 1.2 1 0;
    color: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 100vh;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .logo-bgr {
    width: 100%;
    max-width: 299px;
    aspect-ratio: 299 / 102;
    min-height: 102px;
    margin: 0 auto 1em auto;
    background-image: url('/assets/images/logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }
  .main-title {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0.5em 0 0.2em 0;
    color: #fff;
  }
  .subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5em;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .welcome {
    margin-bottom: 2em;
    color: #fff;
    line-height: 1.5;
    max-width: 500px;
    text-align: center;
  }
  .welcome-title {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
  .nav {
    margin: 2em 0 1em 0;
    text-align: center;
    background-color: rgba(14, 36, 54, 0.8);
    padding: 30px;
    border-radius: 10%;
  }
  .nav span {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
  }
  .nav a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0.3em 0;
    letter-spacing: 0.05em;
    transition: color 0.2s;
  }
  .nav a:hover {
    color: #de9035;
  }
  .side-left, .side-right {
    opacity: 0;
    transition: opacity 1.2s ease;
  }
  .side-left.fade-in, .side-right.fade-in {
    opacity: 1;
  }
  @media (max-width: 900px) {
    .container {
      flex-direction: column;
    }
    .center {
      order: 1;
      min-height: unset;
      height: auto;
      overflow: visible;
      padding: 30px 10px;
    }
    .side-left {
      order: 2;
    }
    .side-right {
      order: 3;
    }
    .side {
      min-height: 300px;
      padding: 2rem 0;
      justify-content: flex-end;
      overflow: auto;
    }
  }
  </style>
  <script>
  window.addEventListener('load', function() {
    document.querySelector('.side-left').classList.add('fade-in');
    document.querySelector('.side-right').classList.add('fade-in');
  });
  </script>
</head>
<body class="home">
  <div class="container">
<div class="side side-left" fetchpriority=high>
  <div class="side-content">
    <h2>ERIC</h2>
    <p>I started my career as a <strong>graphic designer</strong>, then moved to art director for a software company. When we started Bitclone 15 years ago I moved into a <strong>web development</strong> role.</p>
  </div>
</div>
    <div class="center">
      <div class="logo-bgr"></div>
      <!-- <div class="main-title">BITCLONE</div>
      <div class="subtitle">CREATIVE &bull; RELIABLE &bull; EXPERIENCED</div> -->
      <div class="subtitle">User-targeted design &amp; development from mobile to desktop.</div>
      <div class="welcome">
        <span class="welcome-title">WELCOME!</span><br>
        We are Eric and Alex; together we run a <strong>web design and development studio we call Bitclone</strong>. We have over <strong>two decades of knowledge and insight</strong> into this ever changing digital landscape. During this time we have acquired many unique hats to wear, each one representing a new creative professional skill or talent!<br><br>
        If you need a website created or assistance in managing your current website(s), we'd love to join your team.
      </div>
      <nav class="nav">
        <span>How can we help you?</span>
        <a href="/services">Our Services</a>
        <a href="/work">Work We've Done</a>
        <a href="/contact">Start a Dialog!</a>
      </nav>
    </div>
<div class="side side-right" fetchpriority=high>
  <div class="side-content">
    <h2>ALEX</h2>
    <p>I use my finely honed attention to detail to maximize efficiency while managing web-based projects. I work in <strong>WordPress</strong> housed website environments every day.</p>
  </div>
</div>
  </div>
<script data-goatcounter="https://bitclone.goatcounter.com/count"
        async src="//gc.zgo.at/count.js"></script>
</body>
</html>