27102023
This commit is contained in:
108
education.php
Normal file
108
education.php
Normal file
@@ -0,0 +1,108 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<?php include('includes/head/head.php'); ?>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Loader -->
|
||||
<div id="loader-overflow">
|
||||
<div id="loader3">Please enable JS</div>
|
||||
</div>
|
||||
|
||||
<div id="wrap" class="boxed ">
|
||||
<div class="grey-bg">
|
||||
<!-- Header -->
|
||||
<?php include('includes/header/header.php'); ?>
|
||||
<!-- Page Title -->
|
||||
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150"
|
||||
style="background-image: url(images/education.png)">
|
||||
<div class="relative container align-left">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-8">
|
||||
<h1 class="cd-headline zoom light-72-wide sm-mt-20 sm-mb-20">
|
||||
<span>Edtech offers students </span> <br>
|
||||
<span class="cd-words-wrapper waiting">
|
||||
<b class="is-visible">an alternative learning journeys
|
||||
</b>
|
||||
</span>
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Content Container -->
|
||||
<div class="container pt-80">
|
||||
<div class="row">
|
||||
<div class="col-sm-8 blog-main-posts">
|
||||
<div class="blog-post wow fadeIn">
|
||||
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="javascript:;">Edtech Solutions</a></h3>
|
||||
</div>
|
||||
<div class="post-prev-text">
|
||||
<p>Pioneering attitude to technology innovation across business and society lends itself
|
||||
to adoption in education across the region</p>
|
||||
|
||||
<p>Teaching tools, interactive gadgets and digital aids are now commonplace and there
|
||||
are companies on hand to facilitate this trend, and the onus is on the education
|
||||
system to relinquish a bit of its traditional control.</p>
|
||||
|
||||
<p><b>How We Help</b></p>
|
||||
<p>Logisoft Techonologies provides you with a buffet of services to choose from. Digital
|
||||
solutions offer an added value to teachers and institutions, they are more likely to
|
||||
embrace new ways of working as it improves the teaching and learning process. Human
|
||||
interaction and face-to-face learning will not disappear, in my opinion, but digital
|
||||
tools can facilitate and enhance learning and teaching</p>
|
||||
<p><b>Bespoke Services</b></p>
|
||||
<p>Logisoft Techonologies offers custom Learning Management Solutions to schools,
|
||||
colleges and universities. The major solutions
|
||||
that we offer can be categorized as:</p>
|
||||
<p>Application Development: Administrative Modules for enrollment, attendance, course
|
||||
books, syllabus, assignments, grading,
|
||||
quizzes and lab work</p>
|
||||
<div class="bullet-point">
|
||||
<p>Remote Teams: Monitor classrooms and university premises and network activity</p>
|
||||
<p>Analytics and Dashboards: Metrics crafted and presented as requested</p>
|
||||
<p>Testing Services: Comprehensive use case testing for all built modules</p>
|
||||
<p>Application Maintenance</p>
|
||||
<p>Document Management</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Side Menu -->
|
||||
<?php include('includes/sidemenu/industries.php'); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
|
||||
<?php include('includes/footer/footer.php'); ?>
|
||||
|
||||
<!-- BACK TO TOP -->
|
||||
<p id="back-top">
|
||||
<a href="#top" title="Back to Top"><span class="icon icon-arrows-up"></span></a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End wrap -->
|
||||
|
||||
<!-- JS begin -->
|
||||
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src='js/jquery.magnific-popup.min.js'></script>
|
||||
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.appear.js"></script>
|
||||
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
<!-- JS end -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user