<?php $__env->startSection('page_title'); ?>
    OSAA - Information and Resources
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Information and Resources
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>	
	
	$('.button').button();	

<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
    
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    		
	<h1>OSAA for...</h1>

	<div class="columns">
		<div class="fifth">
			<h2>Administrators</h2>

			<a href="<?php echo url('/administrators'); ?>" class="button">Administrators</a>
		</div>

		<div class="fifth">
			<h2>Coaches</h2>

			<a href="<?php echo url('/coaches'); ?>" class="button">Coaches</a>
		</div>

		<div class="fifth">
			<h2>Parents/Students</h2>

			<a href="<?php echo url('/parents-students'); ?>" class="button">Parents/Students</a>
		</div>

		<div class="fifth">
			<h2>Officials</h2>

			<a href="<?php echo url('/officials'); ?>" class="button">Officials</a>
		</div>

		<div class="fifth">
			<h2>Media</h2>

			<a href="<?php echo url('/media'); ?>" class="button">Media</a>
		</div>		
	</div>
<?php $__env->stopSection(); ?>