/* Add custom Js code below */ document.addEventListener("DOMContentLoaded", function () { console.log( "\n\n\n\n\n\n\n\nM M eeeee ddddd ooooo \nM M M M e d d o o\nM M M M eeeee d d o o\nM M M M e d d o o\nM M M eeeee ddddd ooooo \n\n\n\n\n\n\n\n" ); const whatsappButton = document.createElement("button"); whatsappButton.id = "whatsapp-button"; whatsappButton.setAttribute("aria-label", "whatsapp-button-label"); whatsappButton.className = "whatsapp-button"; whatsappButton.innerHTML = ` `; document.body.appendChild(whatsappButton); }); const featuresSec = document.querySelector(".store-footer"); console.log(featuresSec); const newFeaturesSec = document.createElement("div"); newFeaturesSec.innerHTML = `

إحصائيات

+ 550

المتدربين

99%

نسبة إتمام الدورات

96%

تقييم الدورات

90%

رضا العملاء

`; if (document.querySelector(".s-block--features")) { featuresSec.insertAdjacentElement("beforebegin", newFeaturesSec); }