<?php
include './class/include.php';
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content=" Thomas Gall School a leading English Medium, International School in Galle. Teaching The British Curriculum from Playgroup - Secondary with a green focus running through all aspects of teaching and learning. We create lifelong learners securing a positive future for all." />
<meta name="keywords" content="thomas gall international school,thoams gall,international schools in galle,english medium preschool,english medium schools galle,primary school galle,secondary school galle,international language academy,private schools galle,best international school,schools in galle,best private schools galle,language acedemy galle,primary education,secondary education" />
<meta name="author" content="Synotec Holdings Private Limited" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>International School in Galle | Thomas Gall School | News Single</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<div class="page-wrapper">
<!-- Main Header-->
<?php include './header.php'; ?>
<!--End Main Header -->
<!--Page Title-->
<section class="page-title" style="background-image:url(images/background/5.jpg);">
<div class="auto-container">
<div class="inner-box">
<h1>News Details</h1>
<ul class="bread-crumb">
<li><a href="index.php">Home</a></li>
<li><a href="news.php">News</a></li>
<li>News Details</li>
</ul>
</div>
</div>
</section>
<!--End Page Title-->
<!--Sidebar Page-->
<div class="sidebar-page-container">
<div class="auto-container">
<div class="row clearfix">
<!--Content Side-->
<div class="content-side col-lg-8 col-md-8 col-sm-12 col-xs-12">
<!--Blog-->
<section class="blog-single">
<!--News Style Four-->
<div class="news-style-four">
<div class="inner-box">
<!--Image Column-->
<div class="image">
<img src="images/resource/news-11.jpg" alt="" />
</div>
<!--Content Column-->
<div class="content-column">
<div class="inner">
<h3>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h3>
<div class="text">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!--Sidebar-->
<div class="sidebar-side col-lg-4 col-md-4 col-sm-12 col-xs-12">
<aside class="sidebar">
<!--Services Category Widget-->
<div class="sidebar-widget category-widget">
<div class="sidebar-title">
<h3>Our Learnings</h3>
</div>
<ul>
<li><a href="#">Primary School<span></span></a></li>
<li><a href="#">Secondary school<span></span></a></li>
<li><a href="#">Language Academy <span></span></a></li>
<a class="read-more" href="activities.php">View More <span class="icon fa fa-angle-right"></span></a>
</ul>
</div>
<!--Services Post Widget-->
<div class="sidebar-widget popular-posts">
<div class="sidebar-title">
<h3>Activities</h3>
</div>
<!--Post-->
<article class="post">
<figure class="post-thumb img-circle"><a href="#"><img src="images/resource/post-thumb-1.jpg" alt=""></a></figure>
<div class="text"><a href="#">Messy Play Day</a></div>
<div class="post-info">Posted by Adam Rose</div>
</article>
<!--Post-->
<article class="post">
<figure class="post-thumb img-circle"><a href="#"><img src="images/resource/post-thumb-2.jpg" alt=""></a></figure>
<div class="text"><a href="#">Independance Day</a></div>
<div class="post-info">Posted by Adam Rose</div>
</article>
<!--Post-->
<article class="post">
<figure class="post-thumb img-circle"><a href="#"><img src="images/resource/post-thumb-3.jpg" alt=""></a></figure>
<div class="text"><a href="#">Children's Day</a></div>
<div class="post-info">Posted by Adam Rose</div>
</article>
<a class="read-more" href="activities.php">View More <span class="icon fa fa-angle-right"></span></a>
</div>
</aside>
</div>
<!--End Sidebar-->
</div>
</div>
</div>
<!--Main Footer-->
<?php include './footer-index.php'; ?>
<!--End Main Footer -->
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target=".main-header"><span class="icon fa fa-long-arrow-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/owl.js"></script>
<script src="js/appear.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/validate.js"></script>
<script src="js/script.js"></script>
</body>
</html> |