Home

<!doctype html>

<html lang=”en”>

<head>

  <meta charset=”utf-8″ />

  <meta name=”viewport” content=”width=device-width,initial-scale=1″ />

  <title>Clarksville Recovery — Sober Living in Clarksville, TN</title>

  <meta name=”description” content=”Clarksville Recovery — structured, spiritually based sober living in downtown Clarksville. Capacity 8. Weekly fee $150. Contact Will Donnelly.” />

  <link rel=”canonical” href=”https://clarksvillerecovery.com/&#8221; />

  <meta name=”theme-color” content=”#f8f6f4″ />

  <style>

    /* Color palette: white, gold, light blue */

    :root{

      –bg:#ffffff;

      –muted:#f4f7fb;

      –text:#0b2540;

      –accent:#caa14a; /* gold */

      –accent-2:#a7c9e4; /* light blue */

      –card:#ffffff;

      –shadow: 0 6px 20px rgba(11,37,64,0.08);

      –radius:10px;

      –maxwidth:1100px;

      –accent-contrast:#fff;

      –link:#0b5fa8;

    }

    *{box-sizing:border-box}

    html,body{height:100%}

    body{

      margin:0;

      font-family:system-ui,-apple-system,Segoe UI,Roboto,”Helvetica Neue”,Arial;

      background:linear-gradient(180deg,var(–muted),var(–bg));

      color:var(–text);

      -webkit-font-smoothing:antialiased;

      -moz-osx-font-smoothing:grayscale;

      line-height:1.5;

    }

    a{color:var(–link); text-decoration:none}

    header{

      position:sticky;

      top:0;

      z-index:20;

      backdrop-filter: blur(6px);

      background:rgba(255,255,255,0.72);

      border-bottom:1px solid rgba(11,37,64,0.04);

    }

    .navwrap{

      max-width:var(–maxwidth);

      margin:0 auto;

      display:flex;

      gap:16px;

      align-items:center;

      padding:12px 20px;

    }

    .brand{

      display:flex;

      align-items:center;

      gap:12px;

    }

    .logo{

      width:56px;height:56px;border-radius:12px;

      background:linear-gradient(135deg,var(–accent),var(–accent-2));

      display:flex;align-items:center;justify-content:center;color:var(–accent-contrast);

      font-weight:700;font-size:20px;box-shadow:var(–shadow);

    }

    .brand h1{margin:0;font-size:16px}

    nav{margin-left:auto;display:flex;gap:10px;align-items:center}

    nav a{padding:8px 12px;border-radius:8px;font-weight:600}

    nav a:hover{background:rgba(11,37,64,0.04)}

    .hero{

      max-width:var(–maxwidth);

      margin:28px auto;

      display:grid;

      gap:20px;

      grid-template-columns:1fr 360px;

      align-items:start;

      padding:0 20px;

    }

    .card{background:var(–card);padding:22px;border-radius:var(–radius);box-shadow:var(–shadow)}

    .lead{font-size:18px;margin:0 0 12px 0;color:var(–text)}

    .sub{color:#234;opacity:0.8;margin-bottom:8px}

    .cta{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}

    .btn{

      display:inline-flex;align-items:center;gap:8px;border:0;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer;

      text-decoration:none;

    }

    .btn-primary{background:var(–accent);color:#fff}

    .btn-outline{background:transparent;border:2px solid var(–accent);color:var(–text)}

    .btn-donate{background:var(–accent-2);color:#08324a}

    .stats{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}

    .stat{background:linear-gradient(180deg,rgba(167,201,228,0.12),transparent);padding:10px;border-radius:10px;min-width:120px}

    section{max-width:var(–maxwidth);margin:20px auto;padding:20px}

    h2{margin:0 0 10px 0}

    .two{display:grid;grid-template-columns:1fr 360px;gap:20px}

    .map{

      width:100%;height:220px;border-radius:8px;border:1px solid rgba(11,37,64,0.06);overflow:hidden;background:#e9f3fb;

      display:flex;align-items:center;justify-content:center;color:#08324a;font-weight:700

    }

    ul.simple{padding-left:18px}

    .list-inline{display:flex;flex-wrap:wrap;gap:8px}

    footer{padding:28px 20px;border-top:1px solid rgba(11,37,64,0.04);background:transparent}

    .small{font-size:13px;color:#42576f}

    .app-form label{display:block;margin:10px 0 6px;font-weight:700}

    .app-form input,.app-form textarea, .app-form select{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(11,37,64,0.08)}

    .help{font-size:13px;color:#6b7c8e}

    footer .row{max-width:var(–maxwidth);margin:0 auto;display:flex;gap:20px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;padding:20px 0}

    .icon{width:16px;height:16px;display:inline-block;vertical-align:middle}

    .checks{background:linear-gradient(180deg,rgba(202,161,74,0.06),transparent);padding:12px;border-radius:8px}

    @media (max-width:900px){

      .hero,.two{grid-template-columns:1fr}

      nav{display:none}

      .navwrap{justify-content:space-between}

    }

    /* small helpers */

    .muted{color:#648}

  </style>

</head>

<body>

  <header role=”banner” aria-label=”Main header”>

    <div class=”navwrap”>

      <div class=”brand”>

        <div class=”logo” aria-hidden=”true”>CR</div>

        <div>

          <h1 style=”font-size:15px;margin-bottom:2px”>Clarksville Recovery</h1>

          <div style=”font-size:13px;color:#4b657a”>Sober living — Downtown Clarksville</div>

        </div>

      </div>

      <nav role=”navigation” aria-label=”Primary navigation”>

        <a href=”#about”>About</a>

        <a href=”#rules”>House Rules</a>

        <a href=”#apply”>Application</a>

        <a href=”#donate”>Donate</a>

        <a href=”#location”>Location</a>

        <a href=”#contact” class=”btn btn-outline”>Contact</a>

      </nav>

    </div>

  </header>

  <main>

    <!– HERO –>

    <section class=”hero” aria-labelledby=”hero-title”>

      <div class=”card” style=”padding-right:26px”>

        <h2 id=”hero-title”>Clarksville Recovery</h2>

        <p class=”lead”>Structured, spiritually based sober living for men in Clarksville, Tennessee. We provide accountability, community, and practical support for lasting recovery.</p>

        <div class=”sub”>Capacity: <strong>8 residents</strong> · Weekly fee: <strong>$150 / week (due Fridays)</strong></div>

        <div class=”cta”>

          <a class=”btn btn-primary” href=”#apply” aria-label=”Apply now”>Apply Now</a>

          <a class=”btn btn-donate” id=”donate-btn” href=”https://donate.example.com/will-donnelly&#8221; target=”_blank” rel=”noopener”>Donate</a>

          <a class=”btn btn-outline” href=”#rules”>House Rules</a>

        </div>

        <div class=”stats” style=”margin-top:18px”>

          <div class=”stat”>

            <div style=”font-size:13px;color:#0b2540″>Address</div>

            <div style=”font-weight:700″>718 Gracie Avenue<br>Clarksville, TN</div>

          </div>

          <div class=”stat”>

            <div style=”font-size:13px;color:#0b2540″>Director</div>

            <div style=”font-weight:700″>William Donnelly</div>

          </div>

          <div class=”stat”>

            <div style=”font-size:13px;color:#0b2540″>Email</div>

            <div style=”font-weight:700″><a href=”mailto:Will-donnelly@clarksvillerecovery.com”>Will-donnelly@clarksvillerecovery.com</a></div>

          </div>

        </div>

      </div>

      <aside style=”display:flex;flex-direction:column;gap:12px”>

        <div class=”card”>

          <h3 style=”margin-top:0″>Mission</h3>

          <p class=”help”>Clarksville Recovery promotes stability, spiritual growth, and personal responsibility through a structured living environment, group accountability, and community support.</p>

        </div>

        <div class=”card”>

          <h4 style=”margin:0 0 6px 0″>Quick Facts</h4>

          <ul class=”simple”>

            <li>Capacity: 8 residents</li>

            <li>Weekly fee: $150 (due Fridays)</li>

            <li>Curfew: 10:00 PM</li>

            <li>90 meetings in 90 days requirement</li>

          </ul>

        </div>

      </aside>

    </section>

    <!– ABOUT –>

    <section id=”about” aria-labelledby=”about-title” class=”card” style=”margin-top:6px”>

      <h2 id=”about-title”>About Clarksville Recovery</h2>

      <p>

        Clarksville Recovery is a spiritually based sober living home located in downtown Clarksville. Our program is designed to support men who are committed to recovery and who will benefit from a structured environment that encourages accountability, employment readiness, and spiritual growth.

      </p>

      <p>

        Residents participate in daily routines, attend self-help meetings, go to weekly church services as a community, and maintain assigned household responsibilities. The home emphasizes mutual respect, recovery-focused activities, and consistent application of program rules.

      </p>

    </section>

    <!– HOUSE RULES –>

    <section id=”rules” aria-labelledby=”rules-title” class=”card”>

      <h2 id=”rules-title”>House Rules & Program Expectations</h2>

      <p>

        Clarksville Recovery requires all residents to adhere to program rules designed to ensure a safe, respectful, and recovery-focused community. The following policies are enforced consistently and fairly.

      </p>

      <h3>General Expectations</h3>

      <ul>

        <li>Residents are required to be out of the house between <strong>9:00 AM and 5:00 PM</strong> seeking employment unless they are receiving disability benefits.</li>

        <li>The <strong>weekly program fee of $150</strong> is due <strong>every Friday</strong>.</li>

        <li>Attendance at <strong>spiritually based self-help meetings</strong> and <strong>weekly church services</strong> is mandatory.</li>

        <li><strong>Curfew is 10:00 PM nightly.</strong></li>

        <li><strong>Female guests are not permitted</strong> in residents’ bedrooms or for overnight stays.</li>

        <li>Each resident must obtain a <strong>sponsor within two weeks</strong> of admission.</li>

        <li>Residents are required to attend <strong>90 meetings in 90 days</strong>. After completing this period, residents must continue attending <strong>a minimum of three meetings per week</strong>.</li>

        <li>All residents will be assigned <strong>weekly household chores</strong> and are expected to complete them responsibly and on schedule.</li>

        <li><strong>Applicants with sex-related charges will not be accepted</strong> into the program.</li>

      </ul>

      <h3>Accountability System</h3>

      <p>

        Clarksville Recovery operates a structured three-check accountability system to maintain fairness:

      </p>

      <div class=”checks”>

        <ul>

          <li>After <strong>three (3) checks</strong> — verbal warning.</li>

          <li>After <strong>six (6) checks</strong> — written warning.</li>

          <li>After <strong>nine (9) checks</strong> — dismissal from the program.</li>

        </ul>

      </div>

      <h3>Immediate Dismissal</h3>

      <p>Residents are subject to immediate dismissal from the program for any of the following violations:</p>

      <ul>

        <li>Sexual assault or misconduct</li>

        <li>Physical assault or battery</li>

        <li>Theft or property crimes</li>

        <li>Possession or use of illegal drugs</li>

        <li><strong>Positive drug test results</strong> for any non-prescribed substance</li>

        <li>Threats or acts of violence</li>

        <li>Destruction or vandalism of property</li>

      </ul>

      <p class=”small”>These policies are implemented to protect the safety, wellbeing, and recovery goals of all residents. Questions about rules, appeals, or special circumstances should be directed to the Program Director.</p>

    </section>

    <!– APPLICATION –>

    <section id=”apply” aria-labelledby=”apply-title” class=”card”>

      <h2 id=”apply-title”>Application / How to Join</h2>

      <p>

        Clarksville Recovery accepts referrals from individuals, treatment providers, sober living networks, and family members. Applicants must demonstrate a readiness for structured sober living and agree to the program rules on admission.

      </p>

      <h3>Admission Requirements</h3>

      <ul>

        <li>Ability and willingness to comply with program rules and the house schedule</li>

        <li>No sex-related charges (disqualifying)</li>

        <li>Sober at time of admission (no active use)</li>

        <li>Capacity permitting (maximum 8 residents)</li>

        <li>Residents are responsible for rent: <strong>$150 per week</strong>, due Fridays</li>

      </ul>

      <h3>Apply Now</h3>

      <p class=”help”>Complete the short application below or contact the Director to discuss placement. Submitting this form will open an email to the program director with your details (no backend required).</p>

      <form id=”appForm” class=”app-form” onsubmit=”submitApplication(event)” aria-label=”Application form”>

        <label for=”name”>Full name</label>

        <input id=”name” required type=”text” placeholder=”First Last” />

        <label for=”phone”>Phone</label>

        <input id=”phone” required type=”tel” placeholder=”(XXX) XXX-XXXX” />

        <label for=”email”>Email</label>

        <input id=”email” required type=”email” placeholder=”you@example.com” />

        <label for=”age”>Age</label>

        <input id=”age” type=”number” min=”18″ placeholder=”Age” />

        <label for=”current”>Current situation</label>

        <select id=”current”>

          <option>Recently discharged from treatment</option>

          <option>Outpatient / counseling</option>

          <option>Homeless / unstable housing</option>

          <option>Other</option>

        </select>

        <label for=”notes”>Brief notes (sponsor, days sober, questions)</label>

        <textarea id=”notes” rows=”4″ placeholder=”Add any details you’d like the director to know”></textarea>

        <div style=”margin-top:12px;display:flex;gap:8px;flex-wrap:wrap”>

          <button type=”submit” class=”btn btn-primary”>Send application</button>

          <a class=”btn btn-outline” href=”mailto:Will-donnelly@clarksvillerecovery.com?subject=Clarksville%20Recovery%20Referral” target=”_blank”>Email Director</a>

        </div>

      </form>

      <p class=”small” style=”margin-top:10px”>After we receive your application, the Director will contact you to confirm availability and arrange an intake interview and house tour.</p>

    </section>

    <!– DONATIONS –>

    <section id=”donate” aria-labelledby=”donate-title” class=”card”>

      <h2 id=”donate-title”>Donate — Monetary & Necessary Items</h2>

      <p>Clarksville Recovery gratefully accepts monetary donations and donations of needed items. Donations support resident needs, household supplies, and program activities.</p>

      <div style=”display:grid;grid-template-columns:1fr 320px;gap:18px;align-items:start”>

        <div>

          <h3>Monetary Donations</h3>

          <p class=”help”>We appreciate one-time and recurring monetary gifts. Use the button below to donate online. (Replace the button link with your donation platform URL.)</p>

          <p>

            <a id=”donateLink” class=”btn btn-donate” href=”https://donate.example.com/will-donnelly&#8221; target=”_blank” rel=”noopener”>

              Donate Online

            </a>

          </p>

          <p class=”small”>If you prefer to donate by check, please mail to: <strong>Clarksville Recovery — 718 Gracie Avenue, Clarksville, TN</strong>. For item donations or large gifts, contact the Director at <a href=”mailto:Will-donnelly@clarksvillerecovery.com”>Will-donnelly@clarksvillerecovery.com</a>.</p>

        </div>

        <aside class=”card” style=”background:linear-gradient(180deg,rgba(167,201,228,0.06),transparent)”>

          <h4 style=”margin-top:0″>Needed Items</h4>

          <ul>

            <li>New undergarments (men’s sizes)</li>

            <li>Work-appropriate clothing (shirts, pants, boots)</li>

            <li>Toiletries (shampoo, soap, deodorant, shaving supplies)</li>

            <li>Non-perishable snacks and coffee</li>

            <li>Cleaning supplies (bleach, disinfectant, laundry detergent)</li>

            <li>Gift cards for groceries or transportation</li>

          </ul>

          <p class=”small”>To donate items, please contact the Director to arrange drop-off or pick-up.</p>

        </aside>

      </div>

    </section>

    <!– LOCATION & CONTACT –>

    <section id=”location” aria-labelledby=”location-title” class=”card two”>

      <div>

        <h2 id=”location-title”>Location & Contact</h2>

        <p>

          <strong>Clarksville Recovery</strong><br>

          718 Gracie Avenue, Downtown Clarksville, TN

        </p>

        <p><strong>Director:</strong> William Donnelly</p>

        <p><strong>Email:</strong> <a href=”mailto:Will-donnelly@clarksvillerecovery.com”>Will-donnelly@clarksvillerecovery.com</a></p>

        <p class=”help”>For immediate inquiries about placement or donations, please email the Director or call/leave a message.</p>

        <h4 style=”margin-top:18px”>Map & Directions</h4>

        <p class=”small”>Open in Google Maps for directions: <a href=”https://www.google.com/maps/search/?api=1&query=718+Gracie+Avenue+Clarksville+TN&#8221; target=”_blank” rel=”noopener”>718 Gracie Avenue, Clarksville, TN</a></p>

        <h4 style=”margin-top:18px”>Privacy & Safety</h4>

        <p class=”small”>Clarksville Recovery respects resident privacy and complies with applicable laws regarding safety and confidentiality. For referrals that include protected health information, please send secure communications or call to arrange a confidential referral.</p>

      </div>

      <div>

        <div class=”map card” role=”img” aria-label=”Map placeholder”>Map preview — click the link for directions</div>

        <div style=”margin-top:14px” class=”card”>

          <h4 style=”margin:0 0 8px 0″>Contact Form</h4>

          <p class=”help”>Quick message to the Director. This opens your email client (no backend required).</p>

          <form onsubmit=”submitContact(event)” aria-label=”Contact form”>

            <label for=”cname”>Name</label>

            <input id=”cname” required type=”text” />

            <label for=”cemail”>Email</label>

            <input id=”cemail” required type=”email” />

            <label for=”cmessage”>Message</label>

            <textarea id=”cmessage” rows=”3″ required></textarea>

            <div style=”margin-top:8px;display:flex;gap:8px”>

              <button class=”btn btn-primary” type=”submit”>Send Message</button>

              <a class=”btn btn-outline” href=”mailto:Will-donnelly@clarksvillerecovery.com”>Email Director</a>

            </div>

          </form>

        </div>

      </div>

    </section>

  </main>

  <footer>

    <div class=”row”>

      <div>

        <strong>Clarksville Recovery</strong><br>

        718 Gracie Avenue, Clarksville, TN<br>

        <a href=”mailto:Will-donnelly@clarksvillerecovery.com”>Will-donnelly@clarksvillerecovery.com</a>

      </div>

      <div class=”small”>

        <div>© <span id=”year”></span> Clarksville Recovery</div>

        <div style=”margin-top:6px”>Domain: <a href=”https://clarksvillerecovery.com”>clarksvillerecovery.com</a></div&gt;

      </div>

    </div>

  </footer>

  <script>

    // small helpers

    document.getElementById(‘year’).textContent = new Date().getFullYear();

    // Smooth scroll for anchor links

    document.querySelectorAll(‘a[href^=”#”]’).forEach(a=>{

      a.addEventListener(‘click’, e=>{

        const href = a.getAttribute(‘href’);

        if(href === ‘#’) return;

        const el = document.querySelector(href);

        if(el){

          e.preventDefault();

          el.scrollIntoView({behavior:’smooth’,block:’start’});

        }

      });

    });

    // Application form: open mail client with data

    function submitApplication(e){

      e.preventDefault();

      const name = document.getElementById(‘name’).value.trim();

      const phone = document.getElementById(‘phone’).value.trim();

      const email = document.getElementById(’email’).value.trim();

      const age = document.getElementById(‘age’).value.trim();

      const current = document.getElementById(‘current’).value;

      const notes = document.getElementById(‘notes’).value.trim();

      const subject = encodeURIComponent(‘Application: ‘ + name);

      let body = ‘Name: ‘ + name + ‘%0D%0A’;

      body += ‘Phone: ‘ + phone + ‘%0D%0A’;

      body += ‘Email: ‘ + email + ‘%0D%0A’;

      body += ‘Age: ‘ + age + ‘%0D%0A’;

      body += ‘Current situation: ‘ + current + ‘%0D%0A%0D%0A’;

      body += ‘Notes: ‘ + notes + ‘%0D%0A%0D%0A’;

      body += ‘I acknowledge the program rules and agree to comply.’;

      const mailto = ‘mailto:Will-donnelly@clarksvillerecovery.com?subject=’ + subject + ‘&body=’ + body;

      window.location.href = mailto;

    }

    // Contact form: open mail client

    function submitContact(e){

      e.preventDefault();

      const name = encodeURIComponent(document.getElementById(‘cname’).value.trim());

      const from = encodeURIComponent(document.getElementById(‘cemail’).value.trim());

      const msg = encodeURIComponent(document.getElementById(‘cmessage’).value.trim());

      const subject = encodeURIComponent(‘Website message from ‘ + name);

      const body = encodeURIComponent(‘From: ‘ + from + ‘\\n\\n’ + msg);

      window.location.href = ‘mailto:Will-donnelly@clarksvillerecovery.com?subject=’ + subject + ‘&body=’ + body;

    }

    // Donation link placeholder – developer note:

    // Replace ‘https://donate.example.com/will-donnelly&#8217; with your real donation platform URL.

    // Also consider using a secure payment provider and linking to a hosted donation page.

  </script>

</body>

</html>