forked from jcr-smarthome/jcr-smarthome.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (85 loc) · 3.92 KB
/
index.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="header">
<h3>Jaime and Cortnie Home Sales<h4>Internet of Things Smart Home</h4>
</h3></br>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>Series introduction</h2>
<div class="videoWrapper">
<!-- copy and paste. Modify height and width if desired. -->
<iframe class="embeddedObject shadow resizable" name="embedded_content" scrolling="no"
frameborder="0" type="text/html" style="overflow:hidden;"
src="https://www.screencast.com/users/Paul_SMCC/folders/RaspberryPiServer/media/b6c1e00a-47f7-48d0-b14d-f5cbe5be72b7/embed"
height="536" width="1528" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="card">
<h3>Part 1 - IoT Server</h3>
<br>
<div class="videoWrapper">
<!-- copy and paste. Modify height and width if desired. -->
<iframe class="embeddedObject shadow resizable" name="embedded_content" scrolling="no" frameborder="0" type="text/html"
style="overflow:hidden;" src="https://www.screencast.com/users/Paul_SMCC/folders/RaspberryPiServer/media/8dc295e0-c300-42a3-9b6d-80a79ec050bb/embed" height="1080" width="1920" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<br>
<a href="https://github.com/prichardsondev/RaspberryPiServer"><h3>Click for full project</h3></a>
</div>
<div class="card">
<h3>Part 2 - Security Camera</h3>
<h4>Add a Raspberry Pi Camera module to your system</h4>
</div>
<div class="card">
<h3>Part 3 - Xbee Radios with Arduino</h3>
<h4>Distance between your server and remote modules</h4>
</div>
<div class="card">
<h3>Part 4 - RGB LEDs</h3>
<h4>RGB Neopixels and a colorpicker to our html page</h4>
</div>
<div class="card">
<h3>Part 5 - Silly String Launcher</h3>
<h4>Silly String you can shoot from anywhere - Fun for all ages</h4>
<h4>I'll probably push this to the top and do next...</h4>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<a href="https://www.facebook.com/jcrhomesales" target="_blank">
<img class="item" src="./jaime_cortnie.jpg" alt="JCR Home Sales">
Jaime Clark Richardson</br>
207.590.4784</br>
Jaime@JCRHomeSales.com<p>
Cortnie Sarvas</br>
207.286.7326</br>
cortnie@sarvashomesales.com <p>
<img class="item" src="./mree.png" alt="JCR Home Sales">
</a>
</div>
<div class="card">
<h3>Raspberry Pi IoT Server Giveaway</h3><br>
<h3>Winner will be chosen on Dec, 18 2020</h3><br>
<img img class="item" src="./raspberrypi.png" alt="PI Image">
<h3><a href="https://mailchi.mp/d0d22aea5878/raspberry-pi-iot-server" target="_blank">Click to Enter</a></h3>
</div>
<div class="card">
<!-- <h3>Code Questions</h3>
<p>Some text..</p> -->
</div>
</div>
</div>
<div class="footer">
<h4>Code Questions - feel free to contact me</h4></br>
Paul Richardson</br>
prichardsondev@gmail.com</br>
Subject: IoT Smarthome
</div>
</body>
</html>