<!DOCTYPE html>
<html>
<head>
	<title>Mr. Gale's Website</title>
	<link rel="icon" href="/images/icon.png">
	<link rel="stylesheet" href="/main.css">
</head>
<body>
	<?php include $_SERVER["DOCUMENT_ROOT"] . "/navbar.php"; ?>
    <main>
		<h1 class="center">Welcome to Mr. Gale's website!</h1>
		<h2>Quick Links:</h2>
		<div id="grid">
			<?php $url = "https://providencehall.instructure.com/courses/9516/modules";
				$image = "images/digital-lit.png";
				$title = "Canvas 2026 Digital Literacy";
				include "card.php";
			?>
			<?php $url = "https://providencehall.instructure.com/courses/9505/modules";
				$image = "images/python.png";
				$title = "Canvas 2026 Intro to Coding";
				include "card.php";
			?>
			<?php $url = "https://providencehall.instructure.com/courses/9546/modules";
				$image = "images/python.png";
				$title = "Canvas 2026 Coding in Games";
				include "card.php";
			?>
			<?php $url = "https://providence-hall.edclub.com/";
				$image = "images/typing.png";
				$title = "TypingClub";
				include "card.php";
			?>
			<?php $url = "https://skyward.iscorp.com/scripts/wsisa.dll/WService=wseduprovidencehallut/skyportlogin";
				$image = "images/grades.png";
				$title = "Skyward";
				include "card.php";
			?>
			<?php $url = "https://student.pbisrewards.com/";
				$image = "images/pbis.png";
				$title = "PBIS";
				include "card.php";
			?>
		</div>
		<footer class="spacer"> Collin Gale <?php echo date("Y");?> </footer>
	</main>
	<script src="/links.js" type="text/javascript"></script>
</body>
</html>