D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
public_html
/
Filename :
undergraduates.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 = "Undergraduates"; 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 bg-light"> <div class="section-content"> <?php $query = "SELECT * FROM content WHERE id='4'"; $query_run = mysqli_query($con, $query); while ($row_post = mysqli_fetch_array($query_run)) { $title = $row_post['title']; $contenter = $row_post['content']; ?> <div class="row align-items-center"> <div class="col-sm-12 col-md-12 col-lg-12 col-xl-12"> <img src="" alt=""> </div> <div class="col-sm-12 col-md-12 col-lg-12 col-xl-12"> <h3 class="text-uppercase font-weight-800 mt-0 mb-0 line-height-1">Philosophy</h3> <p class="">The fundamental concern is with Man and his complex nature especially his multifaceted relationships with the world around and beyond. It is in this context that we try to investigate and explain those aspects of Man’s nature that particularly concern or challenge him. The Philosophy programme of the Dominican Institute is a conversational retrieval of the philosophical tradition of Thomas Aquinas within the context of a cultural and academic pluralism that takes African and Nigerian questions seriously. By a “conversation retrieval” is meant a retrieval of the philosophy of Thomas Aquinas in dialogue with others, especially those with contemporary concerns.</p> </div> </div> <?php } ?> </div> </div> <div class="container"> <div class="section-content"> <?php $query = "SELECT * FROM content WHERE id='1'"; $query_run = mysqli_query($con, $query); while ($row_post = mysqli_fetch_array($query_run)) { $title = $row_post['title']; $contenter = $row_post['content']; ?> <div class="row align-items-center"> <div class="col-sm-12 col-md-12 col-lg-12 col-xl-12"> <h3 class="text-uppercase font-weight-800 mt-0 mb-0 line-height-1">Theology</h3> <p class="text-justify">Even in a highly technological world like ours, the human person is ever at pains to understand and offer meaningful explanation about his/her life and existence in the world in which he/she lives and thrives. But God and Him alone is the only mirror which offers and guarantees the human person a clear sight into himself/herself and his/her existence given that the human person is created in the very image and likeness of God as the Christian Scriptures testify.</p> </div> </div> <?php } ?> </div> </div> </section> </div> <!-- end main-content --> <?php include_once 'section/footer.php'; ?>