generated from nhcarrigan/template
feat: remove hubspot and create our own dialog CTA #2
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user