Etnabond Workshop

Legal / 02

Terms of use

Effective date: January 1, 2025.

1. Accepting these terms

By using the Etnabond Workshop website, you agree to these terms. If you do not agree, please stop using the website and contact us with questions.

2. Educational purpose

Our courses provide general educational information about common faucet conditions. They are not a guarantee of a particular result, a substitute for local code advice, or a promise that a repair is appropriate for every property.

3. Stop-work principle

If water cannot be isolated, a fitting is damaged, electrical equipment may be affected, flooding is possible, or you are uncertain about the task, stop and seek qualified professional assistance.

4. Accounts and local tools

Login and registration controls are interface demonstrations unless a separate service is expressly provided. Fallows and cart data are stored locally in your browser and may disappear when browser storage is cleared.

5. Content ownership

Course text, design, names, and original materials belong to Etnabond Workshop or its licensors. You may view them for personal learning. You may not reproduce, resell, scrape, or distribute them without written permission.

6. Availability and limits

We aim to keep the site accurate and available but do not promise uninterrupted operation. To the extent permitted by law, Etnabond Workshop is not responsible for damage caused by using information without appropriate judgment or professional support.

7. Contact and updates

Questions about these terms may be sent to [email protected]. We may revise the terms and will update the effective date when we do so.

`; const footerHTML = ` `; document.querySelector('header').innerHTML = headerHTML; document.querySelector('footer').innerHTML = footerHTML; const t = document.documentElement; const b = document.querySelector('[data-theme-toggle]'); const m = document.querySelector('[data-mobile-menu]'); const mt = document.querySelector('[data-mobile-toggle]'); const am = document.querySelector('[data-auth-modal]'); const at = document.querySelector('[data-auth-title]'); let d = false; function uTh(){if(t.classList.contains('light-theme')){b.textContent='Dark mode';}else{b.textContent='Light mode';}} b.onclick = () => {t.classList.toggle('light-theme');localStorage.setItem('theme',t.classList.contains('light-theme')?'light':'dark');uTh();}; if(localStorage.getItem('theme')==='light'){t.classList.add('light-theme');} uTh(); mt.onclick=()=>{d=!d;m.classList.toggle('hidden',!d);}; document.querySelectorAll('[data-auth]').forEach(el=>el.onclick=()=>{const tp=el.dataset.auth;at.textContent=tp==='login'?'Log in to your workshop':'Join the workshop';am.classList.remove('hidden');am.classList.add('flex');}); document.querySelector('[data-close-modal]').onclick=()=>{am.classList.remove('flex');am.classList.add('hidden');}; am.onclick=(e)=>{if(e.target===am){am.classList.remove('flex');am.classList.add('hidden');}}; document.querySelector('[data-auth-modal] form').onsubmit=(e)=>{e.preventDefault();alert('Local demo complete.');am.classList.remove('flex');am.classList.add('hidden');}; const cb = document.querySelector('[data-cookie-banner]'); const cc = document.querySelector('[data-cookie-close]'); if (localStorage.getItem('cookieAccepted') === 'true') { cb.style.display = 'none'; } cc.onclick = () => { localStorage.setItem('cookieAccepted', 'true'); cb.style.display = 'none'; };