<?php
include "classes/html.class.php";

$html = new html("JOB CARDS");
?>
<div class="center_screen">
<?php
$html->block("open_jobcards.php", "OPEN");
$html->block("new_jobcard.php", "NEW");
$html->block("upcomming_services.php", "SERVICES");
?>
</div>