feat: remove hubspot and create our own dialog CTA #2

Merged
naomi merged 2 commits from feat/pop-up into main 2025-02-16 17:09:50 -08:00
Showing only changes of commit 9ef8d63126 - Show all commits

View File

@ -329,7 +329,7 @@ cta.style.width = "95%";
cta.style.maxWidth = "400px"; cta.style.maxWidth = "400px";
cta.id = "community-cta"; cta.id = "community-cta";
cta.innerHTML = ` cta.innerHTML = `
<h1 autofocus>Before You Go!</h1> <h1 autofocus>Hello~!</h1>
<div style="display: flex; justify-content: space-around; margin-bottom: 10px;"> <div style="display: flex; justify-content: space-around; margin-bottom: 10px;">
<img src="https://cdn.nhcarrigan.com/profile.png" alt="Naomi Carrigan" style="width: 100px; height: 100px; border-radius: 50%;"> <img src="https://cdn.nhcarrigan.com/profile.png" alt="Naomi Carrigan" style="width: 100px; height: 100px; border-radius: 50%;">
<p> <p>
@ -370,4 +370,4 @@ const showModal = (): void => {
body?.appendChild(cta); body?.appendChild(cta);
body?.appendChild(modalBg); body?.appendChild(modalBg);
setTimeout(showModal, 1000 * 30); showModal();