All Courses

SATx Test Prep

All the pages you see here are built with the sections & elements included with Atomic. Import any page or this entire site to your own Oxygen installation in one click.
GET OXYGEN
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram jQuery(document).ready(function() { var $grid = jQuery('.grid').isotope({ itemSelector: '.grid-item', layoutMode: 'fitRows', getSortData: { title: '.title', date: '.date' } }) jQuery('.category').each(function() { jQuery(this).closest('.grid-item').addClass(jQuery(this).text().toLowerCase() + '-filter'); jQuery(this).remove(); }) jQuery('[data-filter]').click(function(e) { e.preventDefault(); $grid.isotope({ filter: jQuery(this).data('filter') }); }) })