Lokasi:
/
home
/
u109751622
/
domains
/
simtedu.in
/
public_html
/
Ubah: index.php
<?php include "link.php"; // include "topheader.php"; include "navigation.php"; include "slider.php"; ?> <style> #apply { color: white; font-size: larger; } </style> <div class="container py-3"> <div class="row"> <div class="col-lg-8"> <h4>WELCOME SKYLINE INSTITUTE OF MANGEMENT & TECHNOLOGY <b>"SIMTECH"</b> </h4> <p class="text-justify"> Skyline Institute of Management & Technology <b>"SIMTECH"</b> (Govern by Divya Educational & Charitable Trust regd. Under trust act. Govt. of India. This trust was previously known as Divya Computer’s Prodyogiki Sansthan regd. Under society act 21,1860 Govt. of UP in 2004) is an institute of excellence offering widest range of programs in the field of Engineering Managements & Paramedical education. In response to the rapidly changing economics environments and the process of globalization, the institute has made sustained efforts to bring an international perspective to all its activities. SIMTECH have been making a significant contribution to managements in a wide ranges of areas, which are relevant to practitioners and policy makers and are concern for the society at large. </p> <p class="text-justify"> Today communications systems have advanced so much that it is much easier, convenient and quicker to gain expertise via distance learning. SIMTECH offer potential students the opportunity to study through a Distance Learning programs. This means that people who can’t get traditional further education can still achieve what they want and get their qualifications through Distance Learning. That they give the opportunities for a much wider range of people to get the qualifications that they want. Today, thanks to technologies advances, higher education is more readily available to those who want it. Without career disruption or income loss, or without the need to move to a new location in order to pursue an education, anyone can obtain a diploma or certificate offering a wide variety of Distance Learning Engineering Management & Paramedical programs and other courses. </p> </div> <div class="col-lg-4"> <a id="apply" href="onlineapplication.php" class="btn btn-block btn-danger">Apply Online</a> <br> <h3>NOTICE BOARD</h3> <div style="background-color:#f8F8F8 ; padding:15px; "> <marquee direction="up" style="height:200px" onmouseover="this.stop();" onmouseout="this.start(); "> <?php $results = mysqli_query($conn, "SELECT * FROM notice ORDER BY id DESC LIMIT 6"); while ($row = mysqli_fetch_array($results)) { ?> <a href="./notice.php?id=<?php echo $row['id']; ?>"> <h4><?php echo $row['title']; ?></h4> </a> <!-- <p><?php echo $row['content']; ?></p> --> <?php } ?> </marquee> </div> <br> <div class="col"> <h3 class="text-danger">University & Other Courses </h3> <?php include "univcourses.php"; ?> </div> </div> </div> <div class="row py-3"> <div class="col-lg-12"> <!-- <h2>Testimonials </h2> --> </div> </div> <div class="row py-3"> <h2>Placement & Career </h2> <div class="col" style="border:1px solid blue"> <marquee behavior="alternate"> <!-- <div class="col"> --> <img src="./assets/img/plcimg/ibm.png" width="150" height="150" /> <!-- </div> --> <!-- <div class="col"> --> <img src="./assets/img/plcimg/airtel.png" width="150" height="150" /> <!-- </div> --> <!-- <div class="col"> --> <img src="./assets/img/plcimg/axisbank.gif" width="150" height="150" /> <!-- </div> --> <!-- <div class="col"> --> <img src="./assets/img/plcimg/bajaj.gif" width="150" height="150" /> <!-- </div> --> <!-- <div class="col"> --> <img src="./assets/img/plcimg/flipcart.jpg" width="150" height="150" /> <img src="./assets/img/plcimg/appolohospital.png" width="150" height="150" /> <img src="./assets/img/plcimg/birlasunlife.png" width="150" height="150" /> <img src="./assets/img/plcimg/citibank.png" width="150" height="150" /> <img src="./assets/img/plcimg/convergys.png" width="150" height="150" /> <img src="./assets/img/plcimg/bsnl.png" width="150" height="150" /> <img src="./assets/img/plcimg/indianoil.png" width="150" height="150" /> <!-- </div> --> </marquee> </div> </div> </div> <div class="container-fluid"> <?php include "footer.php"; ?> </div>
Batal