File: /home/bibuzptr/elearning.bibu-edu.us/honorary-doctorate-awards.php
<?php
include_once('includes/db_connect.php');
if(isset($_POST["prefix"])){
extract($_POST);
$otherimage = str_replace(" ","",$_FILES['otherdocs']['name']);
$file_tmp =$_FILES['otherdocs']['tmp_name'];
$file_count = count($otherimage);
$otherimg=array();
for($i = 0; $i < $file_count; $i++) {
$filename = $otherimage[$i];
$tmp = $file_tmp[$i];
array_push($otherimg,$filename);
// move the file to the upload dir
move_uploaded_file($tmp, "honordocs/".$filename);
}
$otherimg=json_encode($otherimg);
$cv = $_FILES['cv']['name'];
$file_tmp =$_FILES['cv']['tmp_name'];
move_uploaded_file($file_tmp,"honordocs/".$cv);
$recommendationletter = $_FILES['recommendationletter']['name'];
$file_tmp =$_FILES['recommendationletter']['tmp_name'];
move_uploaded_file($file_tmp,"honordocs/".$recommendationletter);
$query=mysqli_query($con,"INSERT INTO professorship(prefix,fullname,countrycode,phone,email,address,city,country,programme,cv,recommendationletter,otherdocs,info) VALUES('$prefix','$fullname','$countrycode','$phone','$email','$address','$city','$country','$programme','$cv','$recommendationletter','$otherimg','$info')"); if($query){
if($query){
echo "<script>alert('Details submitted successfully, you will get a response soon')</script>";
}else{
echo "<script>alert('an error encountered, please try again')</script>";
}
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<title>Honorary Doctorate Awards | Breakthrough International Bible College & University</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/img/logo.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/all.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/plugins/slick/slick.css">
<link rel="stylesheet" href="assets/plugins/slick/slick-theme.css">
<link rel="stylesheet" href="assets/plugins/select2/css/select2.min.css">
<link rel="stylesheet" href="assets/plugins/aos/aos.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<style>
.card-body p{
font-size:16px; color:#000; text-align:justify;
}
.card-body h4{
font-weight:700;
color:#22100d;
}
.card-body h3{
font-weight:700;
color:#ffcc00;
}
.modal-backdrop {
z-index: -1;
}
#signUpForm {
max-width: 80%;
background-color: #ffffff;
margin: 40px auto;
padding: 40px;
box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
border-radius: 12px;
}
#signUpForm .form-header {
gap: 5px;
text-align: center;
font-size: .9em;
}
#signUpForm .form-header .stepIndicator {
position: relative;
flex: 1;
padding-bottom: 30px;
}
#signUpForm .form-header .stepIndicator.active {
font-weight: 600;
}
#signUpForm .form-header .stepIndicator.finish {
font-weight: 600;
color: #967d38;
}
#signUpForm .form-header .stepIndicator::before {
content: "";
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
z-index: 9;
width: 20px;
height: 20px;
background-color: #d5efed;
border-radius: 50%;
border: 3px solid #ecf5f4;
}
#signUpForm .form-header .stepIndicator.active::before {
background-color: #a7ede8;
border: 3px solid #d5f9f6;
}
#signUpForm .form-header .stepIndicator.finish::before {
background-color: #967d38;
border: 3px solid #b7e1dd;
}
#signUpForm .form-header .stepIndicator::after {
content: "";
position: absolute;
left: 50%;
bottom: 8px;
width: 100%;
height: 3px;
background-color: #f3f3f3;
}
#signUpForm .form-header .stepIndicator.active::after {
background-color: #a7ede8;
}
#signUpForm .form-header .stepIndicator.finish::after {
background-color: #967d38;
}
#signUpForm .form-header .stepIndicator:last-child:after {
display: none;
}
#signUpForm input {
padding: 15px 20px;
width: 100%;
font-size: 1em;
border: 1px solid #e3e3e3;
border-radius: 5px;
}
#signUpForm input:focus {
border: 1px solid #967d38;
outline: 0;
}
#signUpForm input.invalid {
border: 1px solid #ffaba5;
}
#signUpForm .step {
display: none;
}
#signUpForm .form-footer{
overflow:auto;
gap: 20px;
}
#signUpForm .form-footer button{
background-color: #967d38;
border: 1px solid #967d38 !important;
color: #ffffff;
border: none;
padding: 13px 30px;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
flex: 1;
margin-top: 5px;
}
#signUpForm .form-footer button:hover {
opacity: 0.8;
}
#signUpForm .form-footer #prevBtn {
background-color: #fff;
color: #967d38;
}
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
</head>
<body>
<div class="main-wrapper">
<?php include_once("includes/header.php") ?>
<div style="margin-top:5%;" class="page-banner">
<div class="container">
<div class="row">
<div class="col-md-12 col-12">
<h1 class="mb-0">Honorary Doctorate Nomination</h1>
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="terms-content1 card content-sec">
<div class="terms-text card-body">
<p style="">At Breakthrough International Bible College & University, we take immense pride in awarding our most prestigious honor, the honorary doctorate, to extraordinary individuals who have demonstrated exceptional achievements in their fields or professions, or who have made significant contributions to their country, society, or international relations. Through their unwavering dedication to the University and the community, these remarkable individuals have played an instrumental role in advancing learning, knowledge, and the development of their nations, all while fostering the betterment of society and global connections.</p>
<p>Our esteemed honorary doctorate recipients embody and elevate Breakthrough International Bible College & University's accomplishments and standing, both in the United States and around the world. By conferring these honorary doctorates, we create a powerful environment of goodwill, encouraging the growth of a robust network of research, academic collaborations, and global partnerships.</p>
<p>The meticulous selection process for honorary doctorate recipients at Breakthrough International Bible College & University involves the dedicated efforts of the University's Honorary Degrees Committee, which thoroughly reviews each candidate's achievements and contributions. Following the committee's recommendations, the University's Board of Trustees grants its final approval, ensuring that only the most deserving individuals receive this distinguished honor.</p>
<p>Together, we recognize, celebrate, and honor the invaluable contributions of these exceptional individuals to the academic community, their industries, and the world at large, as they continue to inspire future generations of professionals and leaders.</p>
<h3 style="color:#ffcc00">Who are our Honorary Doctorates?</h3>
<p>Honorary Doctorates from Alliance American University are individuals who, in various fields and capacities, have demonstrated outstanding dedication, have significantly advanced their industries, and have made remarkable contributions to their communities and society at large.</p>
<h3 style="color:#22100d">Visionaries and Trailblazers</h3>
<p>These are the individuals who have looked beyond the status quo, innovating, inspiring, and leading the way towards new horizons. They are pioneers in their fields, be it technology, business, medicine, the arts, or social services. Their groundbreaking work has paved the way for others, creating new opportunities and raising industry standards.</p>
<h3 style="color:#22100d">Community Champions</h3>
<p>Our Honorary Doctorates include people who have devoted their lives to improving their communities. From setting up initiatives that combat poverty, to leading efforts to address social issues, these champions have touched the lives of many and made the world a better place.</p>
<h3 style="color:#22100d">Leaders in Business and Industry</h3>
<p>Business leaders, entrepreneurs, and industry mavens who have successfully transformed corporations, initiated start-ups, and developed industry-shaping concepts also hold our Honorary Doctorates. Their innovative business practices and strong leadership skills have led to economic growth and job creation, contributing significantly to their sectors and the economy as a whole.</p>
<h3 style="color:#22100d">Cultural Icons</h3>
<p>Artists, writers, filmmakers, musicians, and other cultural icons who have used their talents to enrich our cultural landscape are also recognized. Their creativity and ability to express the human experience through their work has left an indelible impact on society.</p>
<h3 style="color:#22100d">Distinguished Scholars and Academics</h3>
<p>While traditional academic accomplishments are not a prerequisite for an Honorary Doctorate, we do honor scholars, scientists, and researchers whose studies and discoveries have led to a deeper understanding of the world we live in. Their relentless pursuit of knowledge and commitment to sharing this wisdom places them among our esteemed Honorary Doctorates.</p>
<p> </p>
<p>At Breakthrough International Bible College & University, we believe that a diverse array of experiences, backgrounds, and areas of expertise enriches our global community. The Honorary Doctorate program is our way of acknowledging these individuals' remarkable contributions and inspiring others to follow in their footsteps</p>
<h3 style="color:#ffcc00">Eligibility</h3>
<p>At Breakthrough International Bible College & University, we value diverse paths to significant achievements and exceptional contributions to society. As such, the eligibility for our Honorary Doctorate program is not determined by conventional academic milestones, but by an individual's unique accomplishments and impacts. Prospective honorees should have:</p>
<h4 >1. Proven expertise and substantial experience in their specialization.</h4>
<p>Candidates for an Honorary Doctorate should exhibit a high level of expertise in their chosen field. This expertise could be demonstrated in numerous ways such as innovative solutions, advanced research, breakthrough developments, or transformative leadership. In addition, candidates should have a track record of sustained commitment and contribution, indicating substantial experience in their specialization.</p>
<h4>2. Made significant contributions in their field or community.</h4>
<p>Eligible individuals should have made notable contributions to their field or to the community. These contributions could take different forms, including but not limited to revolutionary research, societal improvements, cultural advancements, economic developments, and breakthrough innovations. These contributions should have a substantial positive impact, reflecting the individual's commitment to excellence and advancement.</p>
<h4>3. Displayed high ethical standards and professional conduct.</h4>
<p>Candidates should embody high ethical standards in their personal and professional lives. They should display honesty, integrity, fairness, and respect in all their dealings. Their professional conduct should serve as an example for others in their field and beyond. Instances of unethical behavior or misconduct could potentially disqualify a candidate.</p>
<h3>Nominate Today</h3>
<h4>Nomination and Selection Process</h4>
<p>Here at Breakthrough International Bible College & University, we recognize that extraordinary individuals who leave indelible footprints in the sands of time can be found in every corner of the globe. Our nomination and selection process is thorough, inclusive, and discerning, ensuring that our Honorary Doctorates truly represent the pinnacle of achievement and service.</p>
<h4>Open Nominations</h4>
<p>We are of the firm belief that greatness can emanate from any source, and in line with this, our nomination process is open to all. Individuals may be nominated by colleagues, peers, family, friends, or even by themselves. Each nomination is a potential seed of recognition for a lifetime of exceptional work, accomplishment, and service.</p>
<h4>Required Nomination Details</h4>
<p>Every nomination begins a story of recognition. Your story. Their story. A story that will inspire others and encourage continued innovation and excellence. Don’t let the achievements that have made a difference remain unsung. Seize this opportunity and submit your nomination today.</p>
<h4>Share the Journey</h4>
<p>The narratives of our Honorary Doctorates are more than just individual stories of accomplishment; they are a source of inspiration and motivation for the global community. Share these journeys by exploring our past honorees, and celebrate the diverse paths to extraordinary achievement.</p>
<h4>Be Part of a Global Community</h4>
<p>Join the ranks of our esteemed Honorary Doctorates, a global community of innovators, leaders, and trailblazers. It's more than an acknowledgment of past accomplishments; it's an invitation to continue influencing the world and shaping the future.</p>
<h4>Take the First Step</h4>
<p>Don't wait for another moment to pass. Take the first step towards recognizing excellence and submit your nomination today. The Breakthrough International Bible College & University Honorary Doctorate program isn't just about recognizing greatness; it's about sharing it, spreading it, and inspiring it in others.</p>
<p> </p>
Submit your nomination today and let the world celebrate the excellence that you, or someone you know, has achieved. Because every great achievement deserves to be acknowledged, and every story of success deserves to be told.
</div>
<div class="row">
<div class="col-md-4 col-lg-4"></div>
<div class="col-md-4 col-lg-4">
<button style="margin:5px;background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='538' height='87' viewBox='0 0 538 87'%3E%3Cpath d='M0,0H538V57L511,87H0Z' fill='%23C09745'/%3E%3C/svg%3E);
background-position: right bottom; -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 27px) 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 27px) 100%, 0% 100%); font-size: 20px;
padding: 25px 2px;
border-radius: 6px; color:#fff" class="btn btn-lg btn-warning" data-toggle="modal" data-target="#myModal">Apply for Honorary Doctorate Award here</button>
</div>
<div class="col-md-4 col-lg-4"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="myModal">
<div class="modal-dialog modal-xl">
<div class="modal-content modal-xl">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Application For Honorary Doctorate Awards</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<form id="signUpForm" method="post" action="honorary-doctorate-awards" enctype="multipart/form-data">
<!-- start step indicators -->
<div class="form-header d-flex mb-4">
<span class="stepIndicator">Personal Details</span>
<span class="stepIndicator">Program</span>
<span class="stepIndicator">Attachments</span>
</div>
<!-- end step indicators -->
<!-- step one -->
<div class="step">
<p class="text-center mb-4">Enter your personal details</p>
<div class="mb-3">
<label>Prefix</label>
<select class="form-control" name="prefix">
<option value="Mr">Mr</option>
<option value="Mrs">Mrs</option>
<option value="Ms">Ms</option>
<option value="Miss">Miss</option>
<option value="Dr">Dr</option>
<option value="Prof">Prof</option>
</select>
</div>
<div class="mb-3">
<label>Full Name</label>
<input type="text" placeholder="Full Name" oninput="this.className = ''" name="fullname">
</div>
<label>Phone Number</label>
<div class="mb-3">
<div class="row">
<div class="col-md-3 col-3">
<select class="form-control" name="countrycode">
<?php
$listcodes=mysqli_query($con,"SELECT * FROM countrycodes ORDER BY country ASC");
while($lc=mysqli_fetch_assoc($listcodes)){ ?>
<option value="+<?php echo $lc['code'] ?>">+<?php echo $lc['code']." ".$lc['country'] ?></option>
<?php }
?>
</select>
</div>
<div class="col-md-9 col-9">
<input type="text" placeholder="" oninput="this.className = ''" name="phone">
</div>
</div>
</div>
<div class="mb-3">
<label>Email Address</label>
<input type="email" placeholder="" oninput="this.className = ''" name="email">
</div>
<div class="mb-3">
<label>Street Address</label>
<input type="text" placeholder="" oninput="this.className = ''" name="address">
</div>
<div class="mb-3">
<label>City</label>
<input type="text" placeholder="" oninput="this.className = ''" name="city">
</div>
<div class="mb-3">
<label>Country</label>
<!--<input type="text" placeholder="" oninput="this.className = ''" name="country">-->
<div class="row">
<div class="col-md-12 col-12">
<select class="form-control" name="country">
<?php
$listcodes=mysqli_query($con,"SELECT * FROM countrycodes ORDER BY country ASC");
while($lc=mysqli_fetch_assoc($listcodes)){ ?>
<option value="<?php echo $lc['country'] ?>"><?php echo $lc['country'] ?></option>
<?php }
?>
</select>
</div>
</div>
</div>
</div>
<!-- step two -->
<div class="step">
<p class="text-center1 mb-4">This section will give you an indication of what you need to do to be able to apply for the chosen doctoral programme.
<br>1. Your academic record.
<br>2. English or another foreign language certificate.
<br>3. Letters of recommendation.
<br>4. Research proposal.
<br>5. Letter of motivation.
<br>6. PhD entrance exam.
<br>7. Resume.
</p>
<div class="mb-3">
<label>Programme Interested in *</label>
<!--<input type="text" placeholder="" oninput="this.className = ''" name="programme">-->
<select class="form-control" name="programme" oninput="this.className = ''" required>
<option value="Christian Enterpreneurship">Christian Enterpreneurship</option>
<option value="Biblical Counselling Psychology">Biblical Counselling Psychology</option>
<option value="Theological Studies">Theological Studies</option>
<option value="Christian Leadership">Christian Leadership</option>
</select>
</div>
</div>
<!-- step three -->
<div class="step">
<p class="text-center mb-4">Attach the documents needed</p>
<div class="mb-3">
<label>CV</label>
<input type="file" placeholder="" oninput="this.className = ''" name="cv">
</div>
<div class="mb-3">
<label>Recommendation Letter</label>
<input type="file" placeholder="" oninput="this.className = ''" name="recommendationletter">
</div>
<div class="mb-3">
<label>Other supporting documents</label>
<input type="file" placeholder="" oninput="this.className = ''" name="otherdocs[]" multiple >
</div>
<div class="mb-3">
<label>Additional information </label>
<input type="text" placeholder="" name="info">
</div>
</div>
<!-- start previous / next buttons -->
<div class="form-footer d-flex">
<button type="button" id="prevBtn" onclick="nextPrev(-1)">Previous</button>
<button type="button" id="nextBtn" onclick="nextPrev(1)">Next</button>
</div>
<!-- end previous / next buttons -->
</form>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<?php include_once('includes/footer.php') ?>
<script>
var currentTab = 0; // Current tab is set to be the first tab (0)
showTab(currentTab); // Display the current tab
function showTab(n) {
// This function will display the specified tab of the form...
var x = document.getElementsByClassName("step");
x[n].style.display = "block";
//... and fix the Previous/Next buttons:
if (n == 0) {
document.getElementById("prevBtn").style.display = "none";
} else {
document.getElementById("prevBtn").style.display = "inline";
}
if (n == (x.length - 1)) {
document.getElementById("nextBtn").innerHTML = "Submit";
} else {
document.getElementById("nextBtn").innerHTML = "Next";
}
//... and run a function that will display the correct step indicator:
fixStepIndicator(n)
}
function nextPrev(n) {
// This function will figure out which tab to display
var x = document.getElementsByClassName("step");
// Exit the function if any field in the current tab is invalid:
if (n == 1 && !validateForm()) return false;
// Hide the current tab:
x[currentTab].style.display = "none";
// Increase or decrease the current tab by 1:
currentTab = currentTab + n;
// if you have reached the end of the form...
if (currentTab >= x.length) {
// ... the form gets submitted:
document.getElementById("signUpForm").submit();
// $("#signUpForm").submit(function(e){
// e.preventDefault();
// $.ajax({
// method: "POST",
// url: "upload-files.php",
// data: new FormData(this),
// contentType: false,
// processData: false,
// cache:false
// }).done(function(data){
// if(data.status == "200"){
// alert(" files uploaded successfully ");
// }
// if(data.status == "300"){
// alert(" an error encountered ");
// }
// });
// });
return false;
}
// Otherwise, display the correct tab:
showTab(currentTab);
}
function validateForm() {
// This function deals with validation of the form fields
var x, y, i, valid = true;
x = document.getElementsByClassName("step");
y = x[currentTab].getElementsByTagName("input");
// A loop that checks every input field in the current tab:
for (i = 0; i < y.length; i++) {
// If a field is empty...
if (y[i].value == "") {
// add an "invalid" class to the field:
y[i].className += " invalid";
// and set the current valid status to false
valid = false;
}
}
// If the valid status is true, mark the step as finished and valid:
if (valid) {
document.getElementsByClassName("stepIndicator")[currentTab].className += " finish";
}
return valid; // return the valid status
}
function fixStepIndicator(n) {
// This function removes the "active" class of all steps...
var i, x = document.getElementsByClassName("stepIndicator");
for (i = 0; i < x.length; i++) {
x[i].className = x[i].className.replace(" active", "");
}
//... and adds the "active" class on the current step:
x[n].className += " active";
}
</script>