diff --git a/index.html b/index.html index 97024e2..44719bb 100644 --- a/index.html +++ b/index.html @@ -189,37 +189,6 @@ left: 100%; } - .notify-form { - max-width: 450px; - margin: 0 auto; - display: flex; - } - - .notify-input { - flex-grow: 1; - padding: 0.8rem 1.5rem; - border-radius: 50px 0 0 50px; - border: 1px solid rgba(226, 177, 126, 0.3); - background-color: rgba(26, 16, 6, 0.7); - color: var(--text-color); - font-size: 1rem; - } - - .notify-btn { - border-radius: 0 50px 50px 0; - background-color: var(--primary-color); - color: var(--text-color); - border: none; - padding: 0 1.5rem; - font-weight: 600; - cursor: pointer; - transition: all 0.3s ease; - } - - .notify-btn:hover { - background-color: var(--secondary-color); - } - .footer { margin-top: 4rem; font-size: 0.95rem; @@ -361,15 +330,9 @@ - Stay Connected - -
+ Let's Get Anastomosing @@ -477,7 +440,7 @@ "Resilience through distributed systems.", "What grows beneath the surface shapes what emerges above.", "Cooperation amplifies potential.", - "Systems learn from mycelium.", + "Systems that learn from mycelium.", "Interconnected, adaptable, resilient.", "From decomposition comes renewal.", "Distributed networks outlast centralized systems." @@ -501,14 +464,6 @@ setInterval(showWisdom, 8000); showWisdom(); // Show first wisdom immediately - // Form submission - document.getElementById('notify-form').addEventListener('submit', function(e) { - e.preventDefault(); - const email = e.target.querySelector('input[type="email"]').value; - alert(`Thank you. ${email} has been added to our notification list.`); - e.target.reset(); - }); - // CTA button hover effect document.getElementById('cta-button').addEventListener('mouseenter', function() { createSpores();