27102023
This commit is contained in:
99
blogs_augment_reality.php
Normal file
99
blogs_augment_reality.php
Normal file
@@ -0,0 +1,99 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?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"> <!-- Grey BG -->
|
||||
<!-- Header -->
|
||||
|
||||
<?php include('includes/header/header.php'); ?>
|
||||
|
||||
<!-- Page titleL -->
|
||||
<div class="page-title-cont page-title-large grey-dark-bg page-title-img pt-150" style="background-image: url(images/about-me.jpg)">
|
||||
<div class="relative container align-left">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<h1 class="page-title">The Augmented Reality</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-img">
|
||||
<a href="javascript:;"><img src="images/blog/6.jpg" alt="img"></a>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-title">
|
||||
<h3><a href="javascript:;">Introduction to The Augmented Reality</a></h3>
|
||||
</div>
|
||||
|
||||
<div class="post-prev-info">
|
||||
September 4th
|
||||
</div>
|
||||
|
||||
<div class="post-prev-text">
|
||||
<p>Augmented Reality (AR) is a technology that deals with your interaction, vision and the reality. It can transform your way
|
||||
of living by eliminating the dependencies. It can make us resourceful and help us take an intelligent decision by providing
|
||||
feedbacks, reviews, opinions, recommendations, distance, climatic conditions, accessibility and the list is endless.</p>
|
||||
|
||||
<blockquote class="mb-40 mt-40">
|
||||
<p>Augmented reality is already a reality and has been put to an extensive usage by Aviation and Automobile Industries.</p>
|
||||
</blockquote>
|
||||
|
||||
<p>It is one of the fascinating technologies that has evolved and aroused interest among the masses. People never say “NO” to
|
||||
information. It is on this simple ideology; Augmented Reality was built. Today’s Augmented reality applications provide history,
|
||||
current information and offers options to suit your needs. Wherever we go, whatever we do, whenever we want, we can have
|
||||
the information handy all we need to do is to point the gadget to our item of interest.</p>
|
||||
|
||||
<p>Augmented reality is already a reality and has been put to an extensive usage by Aviation and Automobile Industries. The
|
||||
Heads-up display in the Fighter jets and the glass in front of the driver in top-end cars are fine examples of Augmented
|
||||
reality. Top Industries have switched to this Technology in the recent years and this enabled the reality “come true” in
|
||||
homes and its slowly about to occupy your workplace and home to amaze you.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sider Menu -->
|
||||
|
||||
<?php include('includes/sidemenu/blog-artical-menu.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