MIC Virtual Campus is dedicated to provide you with e-learning programs that will help you earn your
qualification, in the comfort of your own home
Quality E-learning Programs
MIC provides a comprehensive, accessible, effective and affordable e-learning opportunities for all students across Maldives
and internationally. This is conducted through the use of learning and communication technology that are best suited for the
purpose
MIC E-Learning Mission
The mission of the Virtual Campus at the MIC is to provide quality instruction through electronic-based MQA accredited courses
to enable students to attain their educational goals
USEFUL INFORMATION AND UPDATES
for E-learning facilitation
Activities
Calendar
Need Any Help?
var showSection = function showSection(section, isAnimate) { var direction = section.replace(/#/, ''), reqSection = $('.section').filter('[data-section="' + direction + '"]'), reqSectionPos = reqSection.offset().top - 0;
if (isAnimate) { $('body, html').animate({ scrollTop: reqSectionPos }, 800); } else { $('body, html').scrollTop(reqSectionPos); }
};
var checkSection = function checkSection() { $('.section').each(function () { var $this = $(this), topEdge = $this.offset().top - 80, bottomEdge = topEdge + $this.height(), wScroll = $(window).scrollTop(); if (topEdge < wScroll && bottomEdge > wScroll) { var currentId = $this.data('section'), reqLink = $('a').filter('[href*=\\#' + currentId + ']'); reqLink.closest('li').addClass('active'). siblings().removeClass('active'); } }); };
$('.main-menu, .responsive-menu, .scroll-to-section').on('click', 'a', function (e) { e.preventDefault(); showSection($(this).attr('href'), true); });
$(window).scroll(function () { checkSection(); });