-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (179 loc) · 8.36 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>Justin's Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
<!-- Libary CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/font-awesome.css">
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
</head>
<body>
<div id="wrap">
<!-- Nav -->
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="dvito-header" class="navbar-brand" href="/">dvito.github.io</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right hidden-xs">
<li class="active">
<a id="blog-header" href="/index.html" title="Personal Blog" ><i class="fa fa-list"></i> Blog</a>
</li>
<li >
<a id="project-header" href="/projects.html" title="Projects I've Worked On" ><i class="fa fa-code"></i> Projects</a>
</li>
<li >
<a id="about-header" href="/about.html" title="About Me" ><i class="fa fa-user"></i> About</a>
</li>
</ul>
<ul class="nav navbar-nav visible-xs">
<li class="active">
<a id="blog-header" href="/index.html" title="Personal Blog" ><i class="fa fa-list"></i> Blog</a>
</li>
<li >
<a id="project-header" href="/projects.html" title="Projects I've Worked On" ><i class="fa fa-code"></i> Projects</a>
</li>
<li >
<a id="about-header" href="/about.html" title="About Me" ><i class="fa fa-user"></i> About</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- End Nav -->
<div class="container">
<!-- Main Page Content and Sidebar -->
<div class="row">
<!-- Main Blog Content -->
<div class="col-xs-12 cols-s-8 col-md-9 col-lg-9">
<h1 class="lead">Bloginator</h1>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title"><a href="/javascript/health_data/2015/02/10/measles-outbreak.html">Measles Outbreak</a></h2>
<ul class="list-inline small no-margin">
<li>Categories:</li>
<li><a href="/categories/javascript">javascript</a></li>
<li><a href="/categories/health_data">health_data</a></li>
</ul>
</div>
<div class="panel-body">
<p>The CDC data also shows there is likely a correlations between areas with a concentration of these issues and bad parents ignoring science. Lets look at it!</p>
<a class="btn btn-default" href="/javascript/health_data/2015/02/10/measles-outbreak.html">Read More...</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title"><a href="/javascript/examples/2014/03/11/leaflet-handlebars-example.html">Leaflet, Handlebars, Simple Map Application</a></h2>
<ul class="list-inline small no-margin">
<li>Categories:</li>
<li><a href="/categories/javascript">javascript</a></li>
<li><a href="/categories/examples">examples</a></li>
</ul>
</div>
<div class="panel-body">
<p>We often need interactive maps to make geographically tied data more useful to the public. We decided to publish as part of our example applications, a stripped down version of an application to showcase some basic javascript tools and their usage internally and for whoever may be itnerested. This example application is based off work done on <a href="http://www.hhs.gov/nvpo/flu-vaccination-map/">HHS Flu Vaccination Map</a> and other applications.</p>
<a class="btn btn-default" href="/javascript/examples/2014/03/11/leaflet-handlebars-example.html">Read More...</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title"><a href="/ruby/examples/2014/03/10/starting-with-jekyll.html">Starting with Jekyll</a></h2>
<ul class="list-inline small no-margin">
<li>Categories:</li>
<li><a href="/categories/ruby">ruby</a></li>
<li><a href="/categories/examples">examples</a></li>
</ul>
</div>
<div class="panel-body">
<p>I'm testing Jekyll right now as a blogging / resume site method. Its a pretty cool application, and really frees me up to just write some simple markdown, without getting caught up in a ton of other development issues.</p>
<a class="btn btn-default" href="/ruby/examples/2014/03/10/starting-with-jekyll.html">Read More...</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<ul class="pagination">
<li><span class="disabled">Prev</span></li>
<li><span class="active">1</span></li>
<li><span class="disabled">Next</span></li>
</ul>
</div>
</div>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<div class="col-s-4 col-md-3 col-lg-3">
<h3 class="lead">Categories</h3>
<div class="list-group">
<a href="/categories/ruby" class="list-group-item">
<span class="badge pull-right">1</span>
ruby
</a>
<a href="/categories/examples" class="list-group-item">
<span class="badge pull-right">2</span>
examples
</a>
<a href="/categories/javascript" class="list-group-item">
<span class="badge pull-right">2</span>
javascript
</a>
<a href="/categories/health_data" class="list-group-item">
<span class="badge pull-right">1</span>
health_data
</a>
</div>
</div>
<!-- End Sidebar -->
</div>
</div>
<!-- End Main Content and Sidebar -->
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<p class="text-muted credit">Brought to you with <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://getbootstrap.com/">Bootstrap</a>, and <a href="http://pages.github.com/">Github Pages</a>.</p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48044933-1', 'justinrain.es');
ga('send', 'pageview');
</script>
<script src="/js/jquery-1.10.2.min.js"></script>
<script src="/js/bootstrap.js"></script>
<!-- fixes for lower IE levels -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86757278-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Footer -->
</body>
</html>