Skip to content
Menu

We Are Allen

Welcome to the We Are Allen microsite. If you made it here by accident, here’s a link back to AllenISD.org.

If you’re looking for the Heart@Work webpage, visit WeAreAllen.com/HeartatWork

jQuery(document).ready(function($){ $('.newtab').on('click','a',function(e){ var href=$(this).attr('href'); if(!href||href==='#'){return;} e.preventDefault(); window.open(href,'_blank'); }); });