Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.222.110.231
Current Path : /kop/ |
| Current File : //kop/admission2022.php |
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admission 2022-2023</title>
</head>
<style>
@media(min-width:786px){
.slides{
height: 100%;
width: 100%;
}
.row_3 {
margin: 20px 0;
}
.column_3 {
display: table-cell;
padding: 10px;
color: #000000;
border-right: 10px ;
border-left: 10px;
width: 50%;
}
}
/* .mySlides {display:none;} */
</style>
<body>
<div class="row">
<div class="col-sm-8">
<div id="content" style="width: 100%; margin: auto; text-align:
center;overflow-x: hidden;font-weight: 400;border:
1px solid; margin-top: 2px; border-radius: 10px;">
<div id="content-det-course">
</br>
<h1>WELCOME TO NRUPATHUNGA UNIVERSITY</h1>
<h4>Admissions for the academic year 2022 – 23 <br>
will commence from 18th <br>
June 2022 <br>
courses offered – B.Sc., B.C.A., B.B.A
</h4>
<a href="">(Check the website FOR COURSE DETAILS)</a>
</div><br>
<div id="content-reg">
<p>Click on the link given below to register and apply to Nrupathunga University
</p>
<a target="_blank" href="https://uucms.karnataka.gov.in/">https://uucms.karnataka.gov.in/</a>
</div>
<div style="text-align:initial">
<h5> Help Videos</h5>
<ol><li>
Registration in uucms website <span><a href="https://drive.google.com/file/d/1peGo1W3aM_MBuZruq4LtD9kLEsliAqRx/view" target="_blank">Click Here</a></span>
</li>
<li>
Create a new Application Form and apply for UG Courses <span><a href="https://drive.google.com/file/d/18S-tX1oMH0_-xjfsypKGeG61zvPl9-yp/view" target="_blank">Click Here</a></span>
</li>
<li>
Student will receive invite through sms and email from the Registrar-Admin of the
Institution for counselling (dates will be announced on the notice board and website)
</li>
<li>On confirmation of Admission, student will pay fees <a href="https://drive.google.com/file/d/1DloN0bEB0ddOjLTVAAjjW3YHmZfHG7-K/view" target="_blank"> Click here</a>
</li>
<li>FAQs- Students<a href="http://www.nrupathungauniversityblr.ac.in/admin//uploads/StudentFAQ.pdf" target="_blank"> Click here</a>
</li>
<li>Admissions 2022-23 How to apply<a href="http://www.nrupathungauniversityblr.ac.in/admin//uploads/Admissions 2022-23 How to apply.pdf" target="_blank"> Click here</a>
</li>
</ol>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="slides" >
<img class="mySlides" src="assets/images/2.jpeg" style = "width: 100%; height: 535px;" >
<img class="mySlides" src="assets/images/1.jpeg" style = "width: 100%; height: 535px;">
</div>
</div>
</div>
</body>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
</html>
|