-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (80 loc) · 4.27 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Seth's Blog · Seth's Blog</title>
<meta name="author">
<meta name="description" content="The awesome blog of Seth Porter.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.17" />
<link href="http://www.sbporter.com/post/index.xml" rel="alternate" type="application/rss+xml" title="Seth's Blog" />
<link href="http://www.sbporter.com/post/index.xml" rel="feed" type="application/rss+xml" title="Seth's Blog" />
<link href='//fonts.googleapis.com/css?family=Roboto:400,300,700|Noto+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://www.sbporter.com/css/styles.css">
<link rel="icon" href="http://www.sbporter.com/favicon.ico">
<link rel="apple-touch-icon" href="http://www.sbporter.com/apple-touch-icon.png" />
<link rel="stylesheet" href="http://www.sbporter.com/css/highlightjs/monokai.css">
<script src="http://www.sbporter.com/js/vendor/modernizr-2.8.0.min.js"></script>
<style>
.site-header h2 .logo {
background: url(http://www.sbporter.com/img/desk.jpg) no-repeat 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
.site-header h2 .logo {
background-image: url(http://www.sbporter.com/img/desk.jpg);
}}
.site-header {
background: #2a373d url(http://www.sbporter.com/img/desk.jpg) no-repeat center center;
z-index: -1;
}
</style>
</head>
<body>
<header class="site-header">
<div class="transparent-layer">
<h2>Seth's Blog</h2>
</div>
</header>
<div class="container clearfix">
<main role="main" class="content">
<article class="post">
<h1><a href="http://www.sbporter.com/post/scanner/" title="First Arduino Project">First Arduino Project</a></h1>
<footer class="post-info"> <span class="post-meta"><time datetime="2016.12.13">2016.12.13</time>
</span>
</footer>
<p>Recently I have been looking at Arduinos, and all the exciting possibilities surrounding the platform. One of the things that particularly intrigued me were Internet of Things (IOT) applications such as remote monitoring for things like temperature, humidity, ambient light, air quality, etc. I was also interesting in doing some things with LED RGB light strips, animations, and sound reactive lighthing. One of the videos I found particularly intruging, can be found here: Youtube: Sound reactive led strip 2.…</p>
<a href="http://www.sbporter.com/post/scanner/" title="First Arduino Project"> »</a>
</article>
<div class="pagination">
<nav>
<p class="counter"> 1 1</p>
</nav>
</div>
</main>
<aside class="author">
<img class="profile-image" src="http://www.sbporter.com/img/profile-image.png" alt="Seth Porter" />
<p class="name">
<strong>Seth Porter</strong></p>
<p class="address"></p>
<p class="link"></p>
<ul class="social">
<li><a href="//github.com/sbporter" class="icon-github" target="_blank" title="Github"></a></li>
<li><a href="http://www.sbporter.com/post/index.xml" class="icon-rss" target="_blank" title="RSS"></a></li>
</ul>
<br><br>
</aside>
</div>
<footer class="main-footer">
<div class="container clearfix">
<a class="icon-rss" href="http://www.sbporter.com/post/index.xml" title="RSS"></a>
<p>© 2016 · Powered by <a href="http://gohugo.io">Hugo</a>.</p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://www.sbporter.com/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>window.jQuery || document.write('<script src="http:\/\/www.sbporter.com\/js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="http://www.sbporter.com/js/plugins.js"></script>
</body>
</html>