X7ROOT File Manager
Current Path:
/home/u126090504/domains/nistresidentialcollege.in/public_html
home
/
u126090504
/
domains
/
nistresidentialcollege.in
/
public_html
/
📁
..
📄
.htaccess
(2.31 KB)
📄
Courses-Offered.php
(2.07 KB)
📄
Nist-Backup.zip
(94.12 MB)
📄
about.php
(5.67 KB)
📄
achievers.php
(2.89 KB)
📁
admin
📄
admission.php
(4.36 KB)
📁
ajax-load
📄
career.php
(5.74 KB)
📄
cleanup_README.txt
(1.25 KB)
📄
contact.php
(4.99 KB)
📄
contactdb.php
(1018 B)
📄
courses.php
(14.88 KB)
📁
css
📄
examination.php
(3.26 KB)
📄
facilities.php
(7.06 KB)
📄
fees.php
(24.29 KB)
📁
fonts
📄
gallery.php
(3.51 KB)
📁
images
📄
index.php
(24.2 KB)
📁
js
📄
online-admission.php
(8.84 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
talent-search.php
(5.43 KB)
📄
viewpaymentdb.php
(1.26 KB)
Editing: index.php
<?php include ("admin/include/header.php"); ?> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- Header Start --> <!-- Header end --> <!-- Start main-content --> <div class="main-content"> <section id="home"> <!-- Slider Revolution Start --> <!-- Slider Revolution Start --> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="images/bg/bnr.jpg" alt="Nist Higher Secondary School" width="100%"> </div> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM bannertab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="item"> <img src="admin/files/images/<?php echo $row['imgfile']; ?>" alt="Nist Higher Secondary School" width="100%"> </div> <?php } } else { echo "No Records Found"; } ?> </div> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> </section> <!-- Section: About --> <section id="about" data-bg-img="#"> <div class="container pb-70"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-sm-12 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s"> <h2 class="text-uppercase mt-0" style="font-size: 24px; color:#740000;">Welcome To <span class="text-theme-color-2"> NIST Higher Secondary School</span></h2> <p style="text-align:justify; color:#0f0f0a;"> NIST HIGHER SECONDARY SCHOOL is one of the best college.Here teaching and guidance are incomparable.I welcome the parents to admit their siblings in this college for their better future. NIST HIGHER SECONDARY SCHOOL is recognised by Govt. of Odisha and affilated to CHSE,Odisha situated at the stone's throw from Nalamganj, Balasore, Odisha.It is a five storeyed building having classrooms,laboratories,library,administrative office,seminar hall and the ladies hostel within the college premises. Its proper location is convenient to the students and the parents as well.<br/> Among the so-called existing residential colleges,NIST is different.Its faculties are available round the clock to help the students.However, its teachers are well experienced & veteran in physics,chemistry,Mathematics, Biology and Humanities.It is established with a view to imparting CHSE course as well as entrance course & National level examinations to the emerging talents of the Land.Its real aim is to boost up the latent talents who want to make their dream come true and their parents as well.It is preparing the students by making them fundamentally strong by finishing the 1st year & 2nd year course in right way and at right time.</p> <a href="about.php" class="btn btn-sm btn-theme-colored">Read more</a> <div class="row mt-40"> </div> </div> <div class="col-md-4 col-sm-12 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <div class="p-30 bg-theme-colored mt-10"> <h3 class="text-white mt-0 mb-10">Notice Board</h3> <!-- Appilication Form Start--> <div class="row" style="background-color: white; border: 5px double #cca300;"> <marquee direction="up" scrolldelay="4" scrollamount="4" onmouseover='this.stop();' onmouseout="this.start();" style="height: 300px;"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM nboard"; $query_run = mysqli_query($connection, $query); $check_notice = mysqli_num_rows($query_run) > 0; if ($check_notice) { while ($row = mysqli_fetch_array($query_run)) { ?> <h5> <img src="images/new1.gif" / style="float:left;"><span style="color:#0000b3;"><?php echo $row['date']; ?></span> <a href="<?php echo 'admin/files/' . $row['nurl'] ?>"><?php echo $row['ntext']; ?></a> </h5> <?php } } else { echo "We will soon update this page"; } ?> </marquee> </div> <!-- Application Form End--> <!-- Application Form Validation Start--> <script type="text/javascript"> $("#reservation_form").validate({ submitHandler: function(form) { var form_btn = $(form).find('button[type="submit"]'); var form_result_div = '#form-result'; $(form_result_div).remove(); form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>'); var form_btn_old_msg = form_btn.html(); form_btn.html(form_btn.prop('disabled', true).data("loading-text")); $(form).ajaxSubmit({ dataType: 'json', success: function(data) { if( data.status == 'true' ) { $(form).find('.form-control').val(''); } form_btn.prop('disabled', false).html(form_btn_old_msg); $(form_result_div).html(data.message).fadeIn('slow'); setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000); } }); } }); </script> <!-- Application Form Validation Start --> </div> </div> </div> </div> </div> </section> <section id="experts" class="bg-lighter" style="margin-top:-50px;" > <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center text-uppercase mb-10 text-black-333">Our <span class="text-theme-color-2"> Achievers</span></h2> </div> </div> </div> <div class="row mtli-row-clearfix"> <div class="col-md-12"> <div class="owl-carousel-4col"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM fboard"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="item"> <div class="team-members mb-sm-30 border-2px"> <div class="team-thumb text-center"> <img class="img-fullwidth" src="admin/faculty/<?php echo $row['fimg']; ?>" alt=""> </div> <div class="team-lower-block text-center p-20" style="background-color:#740000;"> <p style="font-size:20px; color:white; margin-top:-8%;"><?php echo $row['fname']; ?></p> <p style="font-size:20px; color:white; margin-top:-8%;">Rank: <?php echo $row['des']; ?> </p> <p style="font-size:20px; color:white; margin-top:-8%;">Percentage: <?php echo $row['exp']; ?> </p> <p style="font-size:20px; color:white; margin-top:-8%;">Year: <?php echo $row['qual']; ?> </p> </div> </div> </div> <?php } } else { echo "No Records Found"; } ?> </div> </div> </div> </div> </section> <!-- Section: Services --> <section class=""> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="text-uppercase line-bottom-double-line-centered text-theme-colored mt-0" style="text-align:center;">Facilities</h2> </div> </div> <div class="row"> <div class="col-md-4 col-sm-6"> <div class="box-hover-effect effect-siberia mb-20"> <div class="effect-wrapper"> <div class="thumb"> <img class="img-fullwidth" src="images/about/Hostel.jpg" alt="project"> </div> <div class="info-box"> <div class="info-title bg-theme-colored-transparent-9"> <h3 class="title text-white mt-0">Hostel</h3> </div> <div class="info-content text-white bg-theme-colored-transparent-9"> <h3 class="text-white mt-0">Hostel</h3> <p style="text-align:justify;">We provide separate hostels for the boys and girls.The ladies hostel is within the college premises.The boy's hostels are around 300 meters away from the college.All the hostels are under ccTV </p> <a class="btn btn-dark btn-theme-colored2" href="facilities.php">Read more</a> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="box-hover-effect effect-siberia mb-20"> <div class="effect-wrapper"> <div class="thumb"> <img class="img-fullwidth" src="images/about/lib.jpg" alt="project"> </div> <div class="info-box"> <div class="info-title bg-theme-colored-transparent-9"> <h3 class="title text-white mt-0">Library</h3> </div> <div class="info-content text-white bg-theme-colored-transparent-9"> <h3 class="text-white mt-0">Library</h3> <p style="text-align:justify;"> Library plays a unique role in preparing student's career and future.It should possess such books from every branch of knowledge,so that the students can quench their thirst for different occasions </p> <a class="btn btn-dark btn-theme-colored2" href="facilities.php">Read more</a> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="box-hover-effect effect-siberia mb-20"> <div class="effect-wrapper"> <div class="thumb"> <img class="img-fullwidth" src="images/about/lab.jpg" alt="project"> </div> <div class="info-box"> <div class="info-title bg-theme-colored-transparent-9"> <h3 class="title text-white mt-0">Our Laboratory</h3> </div> <div class="info-content text-white bg-theme-colored-transparent-9"> <h3 class="text-white mt-0">Our Laboratory</h3> <p style="text-align:justify;">LABORATORY creates an environment for student-centric explorative (learning by doing). It is all about learning, verifying and visualizing</p> <a class="btn btn-dark btn-theme-colored2" href="facilities.php">Read more</a> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="box-hover-effect effect-siberia mb-20"> <div class="effect-wrapper"> <div class="thumb"> <img class="img-fullwidth" src="images/about/event.jpg" alt="project"> </div> <div class="info-box"> <div class="info-title bg-theme-colored-transparent-9"> <h3 class="title text-white mt-0">Our Events</h3> </div> <div class="info-content text-white bg-theme-colored-transparent-9"> <h3 class="text-white mt-0">Our Events</h3> <p style="text-align:justify;">Now a days college academic shedule are really hectic for any student.And in this age a student need some rest for their proper mental and physical growth.</p> <a class="btn btn-dark btn-theme-colored2" href="facilities.php">Read more</a> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="box-hover-effect effect-siberia mb-sm-20"> <div class="effect-wrapper"> <div class="thumb"> <img class="img-fullwidth" src="images/about/fir.jpg" alt="project"> </div> <div class="info-box"> <div class="info-title bg-theme-colored-transparent-9"> <h3 class="title text-white mt-0">First-Aid</h3> </div> <div class="info-content text-white bg-theme-colored-transparent-9"> <h3 class="text-white mt-0">First-Aid</h3> <p style="text-align:justify;">All students of our college are subject to regular medical check up to ensure optimum growth at all stages of childhood.All students will be under the supervision of an expert.</p> <a class="btn btn-dark btn-theme-colored2" href="facilities.php">Read more</a> </div> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="box-hover-effect effect-siberia"> <div class="effect-wrapper"> <div class="thumb"> <img class="img-fullwidth" src="images/about/sem.jpg" alt="project"> </div> <div class="info-box"> <div class="info-title bg-theme-colored-transparent-9"> <h3 class="title text-white mt-0">Our Seminar</h3> </div> <div class="info-content text-white bg-theme-colored-transparent-9"> <h3 class="text-white mt-0">Our Seminar</h3> <p style="text-align:justify;">Seminar and debates are conducted at regular interval by inviting eminent personalities to have a discussion on national & international issues.</p> <a class="btn btn-dark btn-theme-colored2" href="facilities.php">Read more</a> </div> </div> </div> </div> </div> </div> <a href="facilities.php" class="btn btn-md btn-theme-colored border-1px mt-10" style="margin-left:45%;">Read More..</a> </div> </div> </section> <!-- Divider: Funfact --> <section class="divider parallax layer-overlay overlay-theme-colored-2" data-bg-img="images/bg/slide2.jpg" data-parallax-ratio="0.7"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="pe-7s-smile mt-5 text-theme-colored2"></i> <h2 data-animation-duration="2000" data-value="50324" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Happy Student's</h5> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="pe-7s-users mt-5 text-theme-colored2"></i> <h2 data-animation-duration="2000" data-value="107" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Non-Teaching Staff</h5> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="pe-7s-users mt-5 text-theme-colored2"></i> <h2 data-animation-duration="2000" data-value="252" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Teaching Staff</h5> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-0"> <div class="funfact text-center"> <i class="pe-7s-cup mt-5 text-theme-colored2"></i> <h2 data-animation-duration="2000" data-value="54" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h5 class="text-white text-uppercase mb-0">Awards Won</h5> </div> </div> </div> </div> </section> <!-- Section: --> <section class="bg-lighter"> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-md-7"> <h2 class="mt-0" style="font-size: 20px;">OUR <span class="text-theme-colored2">MISSION & </span> VISION </h2> <div class="mt-20"> <div class="left media p-0 mb-10"> <a href="#" class="pull-left flip"><i class="fa fa-2x fa-pie-chart text-theme-colored"></i></a> <div class="media-body"> <h5 class="mt-0">OUR MISSION</h5> <p style="text-align:justify;">NIST stands for being a global leader for excellence in education that empowers students, faculty and employees with values that contribute to universal brotherhood, create great leaders to meet challenges and make a positive contribution to society. We aim to expand our operations to provide education of the highest quality in diverse spheres. Methodologies that compliment and enhance existing educational systems. </p> </div> </div> </div> <div> <div class="left media p-0 mb-10"> <a href="#" class="pull-left flip"><i class="fa fa-2x fa-paper-plane text-theme-colored2"></i></a> <div class="media-body"> <h5 class="mt-0">OUR VISION</h5> <p style="text-align:justify;">Our Vision is to be a leading organization in all spheres of education in Odisha and beyond. We are committed to academic, human excellence and empowerment of our students with enduring values . Our college is committed to students exploring, finding, attaining and experiencing their full potential through innovative teaching methodologies that compliment and enhance existing educational systems.</p> </div> </div> </div> <a href="about.php" class="btn btn-md btn-theme-colored border-1px mt-10">Read More..</a> </div> <div class="col-md-5"> <iframe width="460" height="390" src="https://www.youtube.com/embed/DLjVGTpvWG8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> </div> </div> </div> </section> <!-- Divider: testimonials --> <section class="divider layer-overlay overlay-theme-colored-5" data-background-ratio="0.5" data-bg-img="images/bg/slide3.jpg"> <div class="container pb-50"> <div class="section-title text-center"> <div class="row"> <div class="col-md-10 col-md-offset-1"> <h2 class="text-uppercase line-bottom-double-line-centered text-white mt-0">Student <span class="text-theme-colored2">Testimonials</span> </h2> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-10"> <div class="owl-carousel-2col" data-dots="true"> <div class="item"> <div class="testimonial pt-10"> <div class="thumb pull-left mb-0 mr-0 pr-20"> <img class="img-thumbnail" width="75" alt="" src="images/testimonials/1.jpg"> </div> <div class="ml-100 "> <p class="text-white mt-0">This college established its new campus which is more likely cheering for the college.I personally knew some faculties of this college and they are far better than their profession and this makes me glad too. </p> <p class="author mt-10">- <span class="text-theme-colored2">Atanu Sabyasachi Nayak </span></p> </div> </div> </div> <div class="item"> <div class="testimonial pt-10"> <div class="thumb pull-left mb-0 mr-0 pr-20"> <img class="img-thumbnail" width="75" alt="" src="images/testimonials/2.jpg"> </div> <div class="ml-100 "> <p class="text-white mt-0">The college is awesome.All kind of students facilities are available here like Gym for fitness and health, indoor stadium for sports,big football ground and best hostel for living. </p> <p class="author mt-10">- <span class="text-theme-colored2">Krishna Das </span></p> </div> </div> </div> <div class="item"> <div class="testimonial pt-10"> <div class="thumb pull-left mb-0 mr-0 pr-20"> <img class="img-thumbnail" width="75" alt="" src="images/testimonials/3.jpg"> </div> <div class="ml-100 "> <p class="text-white mt-0">Nist College has a multi facility co-educational campus catering to the needs of higher secondary, under-graduate courses in the fields of science. The institution campus is kept very clean with dustbins at every corner. There is a big playground which caters to inter and intra-college matches. You can also find that the plants here bear a tag with their taxonomy. Security is well maintained with adequate guards at regular intervals. The staff is cooperative and academia is responsible and well behaved. The quality of teaching is highly reputed. </p> <p class="author mt-10">- <span class="text-theme-colored2">Rituparna Sahoo </span></p> </div> </div> </div> </div> </div> </div> </div> </section> <!-- end main-content --> </div> <?php include("admin/include/footer.php"); ?>
Upload File
Create Folder