Files @ bbc0c3b4c101
Branch filter:

Location: SlatePermutate/index.php - annotation

ethanzonca
Added temporary minimal theme, updated color scheme, fixed some formatting and structural issues, added printing of selected amount, code formatting, other random changes
<?php 
	include_once 'inc/class.page.php'; 
	$mypage = new page('Welcome');
?>

<h3>Find the schedule that works for you!</h3>
<p>View <a href="schedulecreator.php">demo output</a> or get <a href="input.php">started on your own</a>. This program was created by <a href="http://www.calvin.edu">Calvin College</a> and <a href="http://cedarville.edu/">Cedarville University</a> students. SlatePermutate is institution-apathetic.</p>


<?php
$mypage->foot();