Files @ 39bdfde8230f
Branch filter:

Location: SlatePermutate/index.php

binki
Get working jQuery and jQuery-ui without using Google's incompliant JSAPI but by still borrowing bandwidth from Google ;-).
<?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();