CoolFace
Apppublic

coldSalad/greencard-digital-identity-hub

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
19 commits on main
1317bc811mo ago

onst rootElement = document.getElementById('root'); if (rootElement) { const root = ReactDOM.createRoot(rootElement); root.render(); } // Initialize Feather Icons document.addEventListener('DOMContentLoaded', function() { feather.replace(); // Handle navigation for anchor links in shadow DOM document.addEventListener('click', function(e) { if (e.target.matches('a[href^="#"]')) { e.preventDefault(); const targetId = e.target.getAttribute('href').substring(1); const targetElement = document.getElementById(targetId); if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth' }); } else if (targetId === 'dashboard') { window.location.hash = '#dashboard'; window.location.reload(); } } }); }); });

coldSalad
566ce0811mo ago

); }; const rootElement = document.getElementById('root'); if (rootElement) { const root = ReactDOM.createRoot(rootElement); root.render(); } // Initialize Feather Icons document.addEventListener('DOMContentLoaded', function() { feather.replace(); // Handle navigation for anchor links in shadow DOM document.addEventListener('click', function(e) { if (e.target.matches('a[href^="#"]')) { e.preventDefault(); const targetId = e.target.getAttribute('href').substring(1); const targetElement = document.getElementById(targetId); if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth' }); } else if (targetId === 'dashboard') { window.location.hash = '#dashboard'; window.location.reload(); } } }); }); });

coldSalad
398697c11mo ago

); }; const rootElement = document.getElementById('root'); if (rootElement) { const root = ReactDOM.createRoot(rootElement); root.render(); } // Initialize Feather Icons document.addEventListener('DOMContentLoaded', function() { feather.replace(); // Handle navigation for anchor links in shadow DOM document.addEventListener('click', function(e) { if (e.target.matches('a[href^="#"]')) { e.preventDefault(); const targetId = e.target.getAttribute('href').substring(1); const targetElement = document.getElementById(targetId); if (targetElement) { targetElement.scrollIntoView({ behavior: 'smooth' }); } else if (targetId === 'dashboard') { window.location.hash = '#dashboard'; window.location.reload(); } } }); }); });

coldSalad
ce9332911mo ago

); }; const rootElement = document.getElementById('root'); if (rootElement) { const root = ReactDOM.createRoot(rootElement); root.render(); } });

coldSalad
565d9b711mo ago

); }; const rootElement = document.getElementById('root'); if (rootElement) { const root = ReactDOM.createRoot(rootElement); root.render(); } });

coldSalad
7393ab011mo ago

const root = ReactDOM.createRoot(document.getElementById('root')); root.render(); });

coldSalad
1dee20411mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render();

coldSalad
13bef6d11mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render();

coldSalad
b1f4f4b11mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render(); // Initialize feather icons and replace all i tags document.addEventListener('DOMContentLoaded', () => { feather.replace(); // Add event listener for contact form submission const contactForm = document.getElementById('contactForm'); if (contactForm) { contactForm.addEventListener('submit', (e) => { e.preventDefault(); alert('תודה! ההודעה שלך נשלחה בהצלחה.'); contactForm.reset(); }); } });

coldSalad
29ca76211mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render(); feather.replace();

coldSalad
a2ea8b011mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render(); feather.replace();

coldSalad
794c2d311mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render(); feather.replace();

coldSalad
7992e2a11mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render();

coldSalad
d7e31ca11mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render();

coldSalad
b2a81e411mo ago

); }; const root = ReactDOM.createRoot(document.getElementById('root')); root.render();

coldSalad
613537f11mo ago

const root = ReactDOM.createRoot(document.getElementById('root')); root.render(); // Initialize feather icons document.addEventListener('DOMContentLoaded', function() { feather.replace(); });

coldSalad
49b4c8d11mo ago

There is nan eerro const root = ReactDOM.createRoot(document.getElementById

coldSalad
e3f075511mo ago

Green Card (Digital Business Card) Platform

coldSalad
d2a2f7711mo ago

initial commit

coldSalad