korsygfhrfggfhfgfffgffg6655665dtggggggzangaiide
Elehhjhjjkjkfpf6df56fd65ffff
/
home2
/
sunpublicschools
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <head> <title>SUNSHINE PUBLIC SCHOOLS</title> <meta charset="UTF-8"> <meta name="description" content="The Sunshine Public School was established in the year 2005 by Mr. R.B. Beeregowda, an eminent educationalist. Our institution started with a great motto to give the quality education within every ones reach. The School has been nurturing the young minds of the town under S.S Educational Trust (R) with the belief that ‘The heart of education is the education of heart’."> <meta name="keywords" content="Infrastructure, Prayer, Library, Science Lab, Computer Lab, Bus Facility, Co-Curricular, Activities, Sports"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Favicon --> <link href="img/" rel="shortcut icon"/> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <!-- Stylesheets --> <link rel="stylesheet" href="css/bootstrap.min.css"/> <link rel="stylesheet" href="css/font-awesome.min.css"/> <link rel="stylesheet" href="css/themify-icons.css"/> <link rel="stylesheet" href="css/magnific-popup.css"/> <link rel="stylesheet" href="css/animate.css"/> <link rel="stylesheet" href="css/owl.carousel.css"/> <link rel="stylesheet" href="css/style.css"/> </head> <body> <!-- Page Preloder --> <!--<div id="preloder">--> <!-- <div class="loader"></div>--> <!--</div>--> <!-- header section --> <header class="header-section"> <div class="container-fluid"> <!-- logo --> <a href="index.php" class="site-logo"><img src="img/logo.png" alt=""></a> <div class="nav-switch"> <i class="fa fa-bars"></i> </div> <?php include 'SunShine_AdMin/config.php'; $con_qry = "SELECT * from contact"; $res = mysqli_query($connect,$con_qry); if(mysqli_num_rows($res) > 0 ) { $cons_data = mysqli_fetch_assoc($res); } ?> <div class="header-info"> <div class="hf-item display_none"> <div class="header_address"> <p><span><i class="fa fa-map-marker"></i> Chikkabommasandra </span></p> <p><i class="fa fa-mobile"></i> +91 9740594541</p> <p><i class="fa fa-envelope"></i> sunshineeduinstitute@gmail.com</p> </div> </div> <div class="hf-item display_none"> <div class="header_address"> <p><span><i class="fa fa-map-marker"></i> Ananthapura </span></p> <p><i class="fa fa-mobile"></i> +91 9740014541</p> <p><i class="fa fa-envelope"></i> sunshinepublicschools@gmail.com</p> </div> </div> <div class="hf-item "> <div class="header_icon"> <i class="fa fa-calendar"></i> </div> <div class="header_address"> <a href="admission_form.php"> <h6>APPLY FOR ADMISSION 2025-2026:</h6> <p>ADMISSIONS ARE NOW OPEN</p> </a> </div> </div> </div> </div> </header> <!-- header section end-->