WONDERS
We organize dream holidays to breathtaking places all over the world. Choose one of our special destinations or suggest yours
`).join('')}
`; container.appendChild(card); }); } function escHtml(str) { return str.replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"'); } function addCategory() { const input = document.getElementById('newCategoryInput'); const name = input.value.trim(); if (!name) return; data.push({ name, tasks: [] }); save(); render(); input.value = ''; input.focus(); } function deleteCategory(ci) { if (!confirm(`Видалити категорію "${data[ci].name}"?`)) return; data.splice(ci, 1); save(); render(); } function addTask(ci, input) { const text = input.value.trim(); if (!text) return; data[ci].tasks.push({ text, done: false }); save(); render(); // Re-focus the input after render setTimeout(() => { const el = document.getElementById(`task-input-${ci}`); if (el) el.focus(); }, 50); } function toggleTask(ci, ti, checked) { data[ci].tasks[ti].done = checked; save(); render(); } function deleteTask(ci, ti) { data[ci].tasks.splice(ti, 1); save(); render(); } document.getElementById('newCategoryInput').addEventListener('keydown', e => { if (e.key === 'Enter') addCategory(); }); render();
How It Works
High Quality
We are a leading firm in providing value to our customers. Each member of our team has at least five years of legal experience. We love what we do.
Good Support
Our managers are always ready to answer your questions. You can call us during the weekends and at night. You can also visit our office for a personal consultation.
Individual Approach
Our company works according to the principle of individual approach to every client. This method allows us to achieve success in problems of all levels.
Feel free to write, call, and visit us. We really love to communicate with our clients.
New York, Loft Pie, 22 Pink Street
Phone: +1 123 4567890
Email: hello@loftpineapple.com