D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
public_html
/
Filename :
academic-calendar.php
back
Copy
<?php include 'includes/config.php'; $page_title; $page_title = ucfirst(basename(__FILE__, '.php')); if ($page_title === 'index') { $page_title = 'Home'; } $page_title = "Academic Calendar"; include 'section/header.php'; include 'section/pages-header.php'; include 'includes/functions.php'; $Functions = new Functions(); ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <!-- Start main-content --> <div class="main-content"> <div class="main-content-area"> <!-- Mission And Vision --> <br><br> <section> <div class="container mt-30 mb-30 pt-30 pb-30"> <h2 class="text-uppercase mt-0 text-center"> <strong> DOMINICAN INSTITUTE IBADAN, NIGERIA </strong> </h2> <h4 class="text-center"> Academic Calendar:-2023/2024 Session</h4> <br> <table class="table"> <thead> <tr> <th scope="col" colspan="4" class="text-center text-success">FIRST SEMESTER</th> <!-- <th scope="col">PAYABLE ONCE-ALL PROGRAMMES</th> <th scope="col">Last</th> <th scope="col">Handle</th> --> </tr> </thead> <tbody> <tr class="table-active table-success"> <th scope="row">DATE</th> <th>ACTIVITIES</th> </tr> <tr> <th scope="row">July 17-27, 2023</th> <th>Registration of Candidates</th> </tr> <tr> <th scope="row">July 28-29, 2023</th> <th>Orientation programme</th> </tr> <tr> <th scope="row">August 4, 2023</th> <th>Weekend Lectures commence</th> </tr> <tr> <th scope="row">September 8-9, 2023</th> <th>1st Continuous Assessment</th> </tr> <tr> <th scope="row">October 20-21, 2023</th> <th>2nd Continuous Assessment</th> </tr> <tr> <th scope="row">November 6-11, 2023</th> <th>Intensive Lecture Week</th> </tr> <tr> <th scope="row">November 11, 2023</th> <th>End of Weeend Lectures</th> </tr> <tr> <th scope="row">November 13-18, 2023</th> <th>Revision Week</th> </tr> <tr> <th scope="row">November 20- December 02 2023, 2023</th> <th>First Semester Examinations</th> </tr> <tr> <th scope="row">December 03, 2023</th> <th>Sessional Break Begins</th> </tr> </tbody> </table> <!-- table 2 --> <table class="table"> <thead> <tr> <th scope="col" colspan="4" class="text-center text-success">SECOND SEMESTER</th> <!-- <th scope="col">PAYABLE ONCE-ALL PROGRAMMES</th> <th scope="col">Last</th> <th scope="col">Handle</th> --> </tr> </thead> <tbody> <tr class="table-active table-success"> <th scope="row">DATE</th> <th>ACTIVITIES</th> </tr> <tr> <th scope="row">January 15-25, 2024</th> <th>Registration of Candidates</th> </tr> <tr> <th scope="row">January 26-27, 2024</th> <th>Orientation programme</th> </tr> <tr> <th scope="row">February 02, 2024</th> <th>Weekend Lectures commence</th> </tr> <tr> <th scope="row">March 15-26, 2024</th> <th>1st Continuous Assessment</th> </tr> <tr> <th scope="row">April 26-27, 2024</th> <th>2nd Continuous Assessment</th> </tr> <tr> <th scope="row">May 06-11, 2024</th> <th>Intensive Lecture Week</th> </tr> <tr> <th scope="row">May 11, 2024</th> <th>End of Weekend Lectures</th> </tr> <tr> <th scope="row">May 13-18, 2024</th> <th>Revision Week</th> </tr> <tr> <th scope="row">May 20- June 01, 2024</th> <th>Second Semester Examinations</th> </tr> <tr> <th scope="row">June 02, 2024</th> <th>Sessional Break Begins</th> </tr> </tbody> </table> <div class="row text-center"> <p>..........................................................................................</p> <p> <b> Fr Samuel Onyiba, OP</b> <br> <b>Ag. Registrar</b> </p> </div> </div> </section> </div> <!-- end main-content --> <?php include_once 'section/footer.php'; ?>