-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathiot.php
More file actions
81 lines (78 loc) · 5.57 KB
/
iot.php
File metadata and controls
81 lines (78 loc) · 5.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?php include("./includes/header2.php"); ?>
<main>
<!-- ./Page header -->
<header class="header section parallax image-background overlay gradient gradient-53 alpha-8 color-1" style="background-image: url('img/bg/grid.jpg')">
<div class="container overflow-hidden">
<div class="row">
<div class="col-md-8">
<h1 class="display-4 color-1 light">Internet of Things</h1>
<p class="lead bold">The Internet of things is the network of devices such as vehicles, and home appliances that contain electronics, software, sensors, actuators, and connectivity which allows these things to connect.</p>
<h1 class="color-1"><span class="typed bold display-4 display-md-3"></span></h1>
<!--nav class="nav mt-5"><a href="developerscup.php" class="nav-link btn btn btn-rounded btn-1 btn-lg px-5 bold">Register for Developers Cup</a></nav-->
</div>
</div>
</div>
</header><!-- ./ New Integration API -->
<section class="section bg-5">
<div class="container text-center pt-4 pb-7">
<p class="color-1">We're proud to announce the DevelopHowTo Student Internship Program. <a href="https://5studios.net/themes/dashcore/blog-post.html" class="bold d-inline-flex align-items-center color-1 ml-3">Learn more <i class="pe pe-7s-angle-right"></i></a></p>
</div>
</section><!-- ./Integration API -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2 class="bold">What is Internet of Thing (IOT)?</h2>
<p class="color-2">The internet of things, or IoT, is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers (UIDs) and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img style="width:120%;" src="img/iot/main.webp" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="img/iot/how.png" class="img-responsive w-100" alt="Android & IOS">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>How IoT works</h2>
<p class="color-2">An IoT ecosystem consists of web-enabled smart devices that use embedded processors, sensors and communication hardware to collect, send and act on data they acquire from their environments. IoT devices share the sensor data they collect by connecting to an IoT gateway or other edge device where data is either sent to the cloud to be analyzed or analyzed locally. Sometimes, these devices communicate with other related devices and act on the information they get from one another. The devices do most of the work without human intervention, although people can interact with the devices -- for instance, to set them up, give them instructions or access the data.</p>
</div>
</div>
</div>
</section><!-- ./Developers - Code snippets -->
<section class="bg-1">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2>Benefits of IoT</h2>
<p class="color-2">The internet of things offers a number of benefits to organizations, enabling them to:<br/><br/>
1.)monitor their overall business processes;<br/><br/>
2.)improve the customer experience;<br/><br/>
3.)save time and money;<br/><br/>
4.)enhance employee productivity;<br/><br/>
5.)integrate and adapt business models;<br/><br/>
6.)make better business decisions; and<br/><br/>
generate more revenue.<br/><br/>
7.)IoT encourages companies to rethink the ways they approach their businesses, industries and markets and gives them the tools to improve their business strategies.<br/><br/>
</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img class="bigdata-img" src="img/iot/benifits.gif" />
</div>
</div>
</div>
</div>
</main>
<?php include("./includes/footer1.php"); ?>