-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathITR.html
More file actions
52 lines (48 loc) · 1.3 KB
/
ITR.html
File metadata and controls
52 lines (48 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
text-align: center;
vertical-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: gainsboro;
}
#content {
position: absolute;
top: 10%;
left: 20%;
}
img {
border-radius: 5%;
}
</style>
<title>Sidney Nimako - snimakob</title>
</head>
<body>
<div id="content">
<img height="400vh" src="https://github.com/snibo13/snibo13.github.io/blob/master/Nest.png?raw=true">
<h2>
Sense
</h2>
<p>
The thermostat, senses the ambient temperature through the use of a digital thermometer.
</p>
<h2>
Plan
</h2>
<p>
Armed with knowledge of your departure and arrival times, the thermostat determines the best times to activate the heating or cooling system to save energy.
</p>
<h2>
Act
</h2>
<p>
The thermostat turns on and off the heater/ac unit such that the room is at the desired temperature while you are there.
</p>
<a href="https://robots.ieee.org/robots/digit/">Digit by Agility Robotics</a>
</div>
</body>
</html>