@hannnaheleanorSticky Nav

Content Creator & Writer

@hannnaheleanor

Author of Design & Style Newsletter, Ladies League, on Substack. Curator of pretty things, Southern design enthusiast, outspoken lefty. From the Deep South, transplanted in Portland, Oregon.

It's free!

You're in. Welcome.

No spam, ever. Unsubscribe anytime.

const SCRIPT_URL = 'https://script.google.com/macros/s/AKfycbzYjLVrH6wZlzZOs8JYfD_49uxs_4iSblqAZxOEyiHPLYkH-IUDpmCIrdlAnqfdA9-F2Q/exec'; function handleSubmit() { const input = document.getElementById('emailInput'); const email = input.value.trim(); if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) { input.style.borderColor = 'rgba(255,100,100,0.8)'; input.focus(); setTimeout(() => input.style.borderColor = 'rgba(255,255,255,0.5)', 1500); return; } const btn = document.querySelector('.form-btn'); btn.textContent = 'Sending…'; btn.disabled = true; fetch(SCRIPT_URL, { method: 'POST', mode: 'no-cors', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ email, timestamp: new Date().toISOString() }) }) .then(() => { document.getElementById('formRow').style.display = 'none'; document.getElementById('formSuccess').classList.add('show'); }) .catch(() => { btn.textContent = 'Subscribe →'; btn.disabled = false; input.style.borderColor = 'rgba(255,100,100,0.8)'; setTimeout(() => input.style.borderColor = 'rgba(255,255,255,0.5)', 2000); }); } document.getElementById('emailInput').addEventListener('keydown', e => { if (e.key === 'Enter') handleSubmit(); });

Etiam dolor

Done!

Odio ut enim volutpat maecenas aliquam semper feugiat.