Files
Tenextsite/blogs_internet_of_things.php
2023-10-27 15:06:07 +05:30

91 lines
3.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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/about-me.jpg)">
<div class="relative container align-left">
<div class="row">
<div class="col-md-8">
<h1 class="page-title">Internet of things</h1>
</div>
</div>
</div>
</div>
<!-- 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/2.jpg" alt="img"></a>
</div>
<div class="post-prev-title">
<h3><a href="javascript:;">Internet of things</a></h3>
</div>
<div class="post-prev-info">
September 4th
</div>
<div class="post-prev-text">
<p>We can describes the IoT as a network of automatic devices that capture data and empower automated decisions and actions
to redefine how the universe functions. In the IoT world, sensors helps to see, smell, touch and trigger data via the global
network about the physical world.</p>
<blockquote class="mb-40 mt-40">
<p>Our future is expected to be defined by the IoT, which calls us to believe and appreciate the magnitude of the impact and
prepare us to leverage its potential for greater cause.</p>
</blockquote>
<p>There are issues that the IoT industry promises to solve beyond each individual object enabled to connect with other devices.
Most IoT devices do not connect to each other. There are technical limitations that is a barrier, in other cases, its because
devices are from companies that are competing with each other to gain the market share and leverage brand loyalty. One of
the biggest challenges we have yet to solve is the overall wireless infrastructure required to keep all of our smart devices
exchange data with each other.</p>
</div>
</div>
</div>
<!-- Side 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>