Social networks

Interactive equipment for Slobozhansky kindergarten № 7

In Slobozhansk preschool educational institution №7 “Kolosok”, within the framework of the “Together in the Future” competition, a project was implemented to install educational equipment.
This is a continuation of a 2019 project that lacked funding to complete. But this year the head of the kindergarten Nechai Elena Nikolaevna, thanks to her dedication and love for children, completed this project. It was named “Kindergarten – a child-friendly space”.

Thanks to this project, it is now possible to teach children with special educational needs in a preschool educational institution.

BACK

Вас може зацікавити

Ask a question

Thank you foryour request

Our managers will contact you shortly.

OK
document.addEventListener("DOMContentLoaded", function() { const form = document.getElementById("docs"); form.addEventListener("submit", function(e) { e.preventDefault(); const formData = new FormData(form); fetch("/mail.php", { method: "POST", body: formData }) .then(response => { if (response.ok) { // Приховуємо тіло форми та показуємо блок "Дякуємо" form.querySelector(".form__body").style.display = "none"; form.querySelector(".form__thanks").style.display = "block"; } else { alert("Помилка відправки. Спробуйте ще раз."); } }) .catch(error => { console.error('Помилка відправки:', error); alert("Помилка відправки. Спробуйте ще раз."); }); }); });