-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathethan.html
More file actions
56 lines (52 loc) · 2.77 KB
/
ethan.html
File metadata and controls
56 lines (52 loc) · 2.77 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
<!DOCTYPE html>
<html>
<head>
<link href="style/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.google.com/specimen/Roboto" rel="stylesheet" type="text/css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<meta charset="utf-8">
</head>
<body>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="homepage.html">homepage</a>
</li>
<h2>The Internet of things</h2>
<p>In simple terms, the Internet of things basically refers to the integration of the Internet and communication technology into daily life through everyday household items.
As technology improves and advances, people are naturally going to be more dependent on it for their daily lives, as such, a recent trend in the industry has been to to take
any common household item and attempt to integrate it into the Internet. </p>\
<p>Some recent additions to the Internet of thinsg include:</p>
<ul>
<li>Thermostats</li>
<li>Doorbells</li>
<li>Weighing Scales</li>
</ul>
<p>However, while this may all seem well and good, it may very well be the case that not all households items are created equal. And with the industry's strategy of "spray
and pray" <a href="https://nest.com/uk/thermostats/nest-learning-thermostat/overview/">some items</a> have seen unprecedented success, while <a href="https://www.theverge.com/circuitbreaker/2017/8/3/16088526/smalt-smart-salt-shaker-app-alexa-smartphone">others</a> have fallen completely flat on their faces. All in all, the internet of things has the potential to
completely revolutionise life as we know it, just... have a <a href="https://www.theguardian.com/technology/2017/sep/01/juicero-silicon-valley-shutting-down">little common sense</a>.</p>
<section id="Author">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Get in touch with the author</h2>
<hr class="my-4">
<p class="mb-5">The icons below are links to the github, linkedId and email of the author.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<a href="https://github.com/chqc66" </a>
<i style="font-size:60px" class="fa"></i>
</div>
<div class="col-lg-4 ml-auto text-center">
<a href="https://www.linkedin.com/in/ocean-ryan-1b2626173/" </a>
<i style="font-size:60px" class="fa"> </i>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="mailto:ethan.j.kho@durham.ac.uk" </a>
<i style="font-size:60px" class="fa"></i>
</div>
</div>
</div>
</section>
</body>
</html>