// Поделиться сертификатом для модуля на странице My Certificates jQuery(function ($) { if($('.g_cell_6 .open-popup-link').length){ var cert = $('.g_cell_6 a.open-popup-link:first').attr('href'); var phrase = "https://tefl-tesol-certification.com"; jQuery('.rrssb-buttons a').each(function() { var href = jQuery(this).attr('href'); href = href.replace(phrase, "https://edu.tefl-tesol-certification.com" + cert); jQuery(this).attr('href',href); }); } });

Scheduled System Maintenance

We will be performing system updates from 11:00 AM (GMT) on March 14, 2025 until 11:00 AM (GMT) on March 15, 2025. During this time, our platform will be unavailable.
We apologize for any inconvenience and appreciate your patience. These updates will help us improve your experience.
Thank you for your understanding!

WHY
choose us?

ANY QUESTIONS LEFT? FEEL FREE TO CALL OR TEXT US!

Click on a convenient way of communication,
we will be happy to answer all your questions.

Menu
Contacts
Join us
Legal information
INTERNATIONAL CERTIFICATION LTD, Company number 12190935, Office address 2nd Floor College House, 17 King Edwards Road, London, United Kingdom, HA4 7AE
TEFL-TESOL-Certification.com © All Rights Reserved
var date = new Date(); var rem = 5 - date.getDay(); if (rem > 1) date.setDate(date.getDate() + rem); else date.setDate(date.getDate() + rem + 7); var option = { year: 'numeric', day: 'numeric', month: 'numeric' }; document.querySelectorAll('span.output, output').forEach((el) => { el.innerHTML = date.toLocaleDateString('en-US', option); });