<html> <head> <!-- PHP INCLUDES --> <?php require_once "php/Render.php"; require_once "php/FAQ.php"; ?> <!-- CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <?php $render = new RITQ_Render(); ?> <div class="canvas" > <!-- HEADER --> <?php $render->header(); ?> <!-- CONTENT --> <div class="content"> <h1 class="title">FAQ</h1> <p class="notice">Get to Know More About the Quidditch Club</p>
<head> <!-- PHP INCLUDES --> <?php require_once "php/Render.php"; require_once "php/NewsFactory.php"; require_once "php/Info.php"; ?> <!-- CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <?php $render = new RITQ_Render(); $info = new RITQ_Info("xml/Info.xml"); ?> <div class="canvas" > <!-- HEADER --> <?php $render->header(); ?> <!-- CONTENT --> <div class="content"> <h1 class="title">News</h1> <p class="notice">All the (Quidditch) News That's Fit to Print</p>
<html> <head> <!-- PHP INCLUDES --> <?php require_once "php/Render.php"; require_once "php/About.php"; ?> <!-- CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <?php $render = new RITQ_Render(); ?> <div class="canvas" > <!-- HEADER --> <?php $render->header(); ?> <!-- CONTENT --> <div class="content"> <h1 class="title">About</h1> <p class="notice">A Little Bit About Us</p>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <!-- PHP INCLUDES --> <?php require_once "php/Render.php"; ?> <!-- CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <?php $render = new RITQ_Render(); ?> <div class="canvas" > <!-- HEADER --> <?php $render->header(); ?> <!-- CONTENT --> <div class="content"> <h1 class="title">Calendar</h1> <p class="notice">Check out what the we're up to</p>
<head> <!-- PHP INCLUDES --> <?php require_once "php/Render.php"; require_once "php/Contact.php"; require_once "php/ContactEntry.php"; require_once "php/Info.php"; ?> <!-- CSS --> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <?php $render = new RITQ_Render(); $info = new RITQ_Info("xml/Info.xml"); ?> <div class="canvas" > <!-- HEADER --> <?php $render->header(); ?> <!-- CONTENT --> <div class="content"> <h1 class="title" >Contact</h1> <p class="notice" >Feel free to contact our club GMail account or anyone of our E-Board members.