-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
407 lines (381 loc) · 24.3 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!DOCTYPE html>
<html class="no-js" itemscope itemtype="http://schema.org/Product">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>NACo County Explorer</title>
<meta name="description" content="Explore your county through over 500 indicators and nearly 70 datasets.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!-- Icon Images -->
<link rel="apple-touch-icon" sizes="57x57" href="img/ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/ico/favicon-16x16.png">
<link rel="manifest" href="img/ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Facebook sharing tags -->
<meta property="og:title" content="How much do you know about your county?"/>
<meta property="og:image" content="http://cic.naco.org/img/CICFullThumb.png"/>
<meta property="og:site_name" content="County Explorer"/>
<meta property="og:description" content="Explore your county through over 500 indicators and nearly 70 datasets."/>
<meta property="og:url" content="http://cic.naco.org"/>
<!--Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@NACoTweets">
<meta name="twitter:title" content="NACo County Explorer">
<meta name="twitter:description" content="Explore your county through over 500 indicators and nearly 70 datasets.">
<meta name="twitter:image:src" content="http://cic.naco.org/img/CICFullThumb.png">
<!--Google + Meta Tags-->
<meta itemprop="name" content="County Explorer">
<meta itemprop="description" content="Explore your county through over 500 indicators and nearly 70 datasets.">
<meta itemprop="image" content="http://cic.naco.org/CICFullThumb.png">
<!-- Styles -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href="css/jquery.smartmenus.bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/rrssb.css" />
<link rel='stylesheet' href='css/nprogress.css' />
<link rel='stylesheet' href='css/colorbox.css' />
<script src="//use.typekit.net/rot2uup.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="css/main.css" media="all">
<link rel="stylesheet" href="css/overlay.css" media="all">
<link rel="stylesheet" href="css/searchresults.css " media="all">
<link rel="stylesheet" href="css/nacowebfeed.css" media="all">
<!-- JS Files -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="js/vendor/d3.min.js"></script>
<script src="js/vendor/topojson.v1.min.js"></script>
<script src="js/vendor/angular.min.js"></script>
<!-- Google Analytics (CE Specific) -->
<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-44457538-4', 'auto');
ga('send', 'pageview');
</script>
<!-- NACo-wide Google Analytics-->
<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-1394747-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body ng-app="CIC">
<div id="header" class="navbar-fixed-top">
<div class="row hidden-xs">
<div class="col-md-10">
<h1>
NACo COUNTY EXPLORER<br/>
<small>MAPPING COUNTY DATA</small>
</h1>
</div>
<div class="col-md-2">
<div class="hidden" id="stateAssociationLogo" stateAssoc=""></div>
<a href="http://www.naco.org"><img id="nacoLogo" width="154" height="55" alt="National Association of Counties Logo" src="img/naco_horizontal_logo_black.svg" /></a>
</div>
</div>
<!-- Horizontal Navbar -->
<div class="navbar-default navbar-CIC navbar" role="navigation" ng-controller="MenuController as menu">
<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 class="navbar-brand" href="#">County Explorer: Find-a-county</a>
</div>
<div class="navbar-collapse collapse">
<!-- Left Nav - Two Lists of Indicators by Dataset by Category -->
<ul class="nav navbar-nav hidden-xs" id="primeIndList">
<li>
<a id="primeIndText" href="#">Map an Indicator</a>
<ul id="primeInd" class="dropdown-menu" indicator-list></ul>
</li>
</ul>
<ul class="nav navbar-nav" id="profileIndList">
<li id="profileIndLi">
<a id="profileIndText">County Profiles</a>
<ul id="profileInd" class="dropdown-menu" profile-list></ul>
</li>
</ul>
<!-- Right Nav-->
<ul class="nav navbar-nav navbar-right" id="search-container">
<!-- Search Type Button Group -->
<li id="search-type-container">
<div class="btn-group" id="searchTypes">
<button type="button" class="btn btn-default" name="city, zip code, or state abbrev." id="citySearch">City/Zip Search</button>
<button type="button" class="btn btn-default active" name="county name" id="countySearch">County Search</button>
<button type="button" class="btn btn-default" id="stateSearch">State Search</button>
</div>
</li>
<li id="state-drop-container" class="hidden">
<a id="stateDropText" href="#">State</a>
<ul id="stateDrop" class="dropdown-menu" state-list></ul>
</li>
<li id="searchBox"><a href="#">
<form id="search_form">
<input type="search" id="search-field" placeholder="county name">
<input type="image" src="img/active-search.svg" width="18px" height="18px" id="search-submit" value="Search">
</form>
</a></li>
<li id="more-data-button" class="hidden-xs">
<a ng-click="menu.accessMoreData()" href="#">
<span>PURCHASE DATA FILES</span>
<div id="more-data-icon"><img width="23" height="23" src="img/more_data.svg"/></div>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Main Body of Page -->
<div id="cc">
<div class="container" id="container" ng-controller="PanelController as panel">
<overlay id="instructions" ng-show="panel.visible"></overlay>
<div id="mobile-text" style="display:none;">
Visit the site on a full-sized screen for interactive maps with nearly 800 data points on each of the 3,069 counties.
</div>
<div id="map">
</div>
<a id="external-logo" style="display:none;" href="http://www.naco.org"><img id="nacoLogo-external" width="114" height="55" alt="National Association of Counties Logo" src="img/naco_logo_primary.svg" /></a>
<div id="side-icon-container" class="hidden-xs">
<div class="row icon-right-panel">
<div class="col-xs-3"><a id="showHelpIcon" class="link" title="Help" ng-click="panel.toggleShowing('help')"><img class="side-icon" width="30" height="30" alt="Help" src="img/Help.svg"/></a></div>
<div id="showHelpIconText" class="col-xs-9 icon-text-box" ng-click="panel.toggleShowing('help')"><span class="icon-text side-icon-text">help</span></div>
</div>
<div class="row icon-right-panel">
<div class="col-xs-3"><a id="backToMapIcon" class="link" title="Back to US Map" ng-click="panel.setVisible(false)"><img class="side-icon" width="30" height="30" alt="Back to US Map" src="img/Back_to_US.svg"/></a></div>
<div id="backToMapIconText" class="col-xs-9 icon-text-box" ng-click="panel.setVisible(false)"><span class="icon-text side-icon-text">back to US map</span></div>
</div>
<!--<tr>
<td><a id="resetAllIcon" class="link" title="Reset Indicators"><img class="side-icon" width="30" height="30" alt="Reset Indicators" src="img/Reset_indicators.svg"/></a></td>
<td id="resetAllIconText" class="icon-text side-icon-text">Remove Second Indicator</td>
</tr>-->
<div class="row icon-right-panel">
<div class="col-xs-3"><a class="share-toggle link" title="Share this info"><img class="side-icon" width="30" height="30" alt="Share this info" src="img/Share.svg"/></a></div>
<div class="col-xs-9 icon-text-box share-toggle"><span class="icon-text side-icon-text">share this map!</span></div>
</div>
<div class="row icon-right-panel">
<div class="col-xs-3"><a id="addToMailingListIcon" class="link" title="Add Me To Mailing List" ng-click="panel.toggleShowing('mailingList')"><img class="side-icon" width="30" height="30" alt="Add Me To Mailing List" src="img/Mail.svg"/></a></div>
<div id="addToMailingListIconText" class="col-xs-9 icon-text-box" ng-click="panel.toggleShowing('mailingList')"><span class="icon-text side-icon-text">add to mailing list</span></div>
</div>
</div>
<div id="zoomIcons">
<div id="zoomPlusIcon">+</div>
<div id="zoomMinusIcon">-</div>
</div>
<div id="tt" class="tooltip hidden">
<div id="tipContainer"></div>
<div class="arrow-box"></div>
</div>
<!--Under map area -->
<div id="undermap">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6 col-md-6">
<div id="sourceContainer"></div>
<div id="perCapitaContainer">
<button type="button" class="btn btn-default" id="perCapitaButton">View As Per Capita</button>
</div>
<!--<div id="measureTypeContainer" class="btn-group">
<button type="button" class="btn btn-default active" id="quantileButton">Quantile</button>
<button type="button" class="btn btn-default" id="thresholdButton">Threshold</button>
</div>
<div id="thresholdInputContainer">
<table>
<tr>
<td><input class="thresholdInput" id="thresholdInput1" size="10"></td>
<td><input class="thresholdInput" id="thresholdInput2" size="10"></td>
<td><input class="thresholdInput" id="thresholdInput3" size="10"></td>
<td><input class="thresholdInput" id="thresholdInput4" size="10"></td>
</tr>
<tr>
<td align="center"><span>low</span></td>
<td></td><td></td>
<td align="center"><span>high</span></td>
</tr>
<tr>
<td colspan=4 align="center">
<input type="submit" id="thresholdSubmit">
</td>
</tr>
</table>
</div>-->
</div>
<div id="legend-container" class="col-sm-6 col-md-6">
<div id="legendTitleContainer">
<div id="legendTitle"></div>
<div id="legendSubtitle"></div>
</div>
<div id="quantileLegend" class="legend"></div>
<div class="unavailable-text">*county data is unavailable if the county is colored grey</div>
</div>
</div>
<!--<div id="moreInteractives" class="row">
<div class="col-md-6"><a href="http://www.uscounties.org/countyTracker/index.html"><h3>County Tracker Interactive: <small>County economies through recession and recovery</small></h3></a></div>
<div class="col-md-6"><a href="http://www.uscounties.org/county-transportation-funding/index.html"><h3>Road Ahead Interactive: <small>County transportation funding and financing</small></h3></a></div>
</div>-->
</div>
<div id="definitionsContainer" class="container-fluid"></div>
<div id="notesContainer" class="container-fluid" notes></div>
<div id="byline" class="byline container-fluid">Brought to you by the <a target="_blank" href="http://www.naco.org/">National Association of Counties</a></div>
</div>
<!-- Social Buttons (email, facebook, linkedin, twitter, google+) -->
<!-- <div id="rrssbContainer" ng-show="c.social.showing">
<ul class="rrssb-buttons clearfix" social-buttons></ul>
</div> -->
<!-- replace this ugly code with the one above eventually -->
<div id="rrssbContainer">
<ul class="rrssb-buttons clearfix" style="display:none;">
<li class="email">
<!-- Replace subject with your message using URL Endocding: http://meyerweb.com/eric/tools/dencoder/ -->
<a href="mailto:?subject=How%20Much%20Do%20You%20Know%20About%20Your%20County?&body=Explore%20your%20county%20through%20over%20500%20indicators%20and%20nearly%2070%20datasets.%20www.naco.org%2FCIC" class="popup"><span class="icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<g>
<path d="M20.111 26.147c-2.336 1.051-4.361 1.401-7.125 1.401c-6.462 0-12.146-4.633-12.146-12.265 c0-7.94 5.762-14.833 14.561-14.833c6.853 0 11.8 4.7 11.8 11.252c0 5.684-3.194 9.265-7.399 9.3 c-1.829 0-3.153-0.934-3.347-2.997h-0.077c-1.208 1.986-2.96 2.997-5.023 2.997c-2.532 0-4.361-1.868-4.361-5.062 c0-4.749 3.504-9.071 9.111-9.071c1.713 0 3.7 0.4 4.6 0.973l-1.169 7.203c-0.388 2.298-0.116 3.3 1 3.4 c1.673 0 3.773-2.102 3.773-6.58c0-5.061-3.27-8.994-9.303-8.994c-5.957 0-11.175 4.673-11.175 12.1 c0 6.5 4.2 10.2 10 10.201c1.986 0 4.089-0.43 5.646-1.245L20.111 26.147z M16.646 10.1 c-0.311-0.078-0.701-0.155-1.207-0.155c-2.571 0-4.595 2.53-4.595 5.529c0 1.5 0.7 2.4 1.9 2.4 c1.441 0 2.959-1.828 3.311-4.087L16.646 10.068z"></path>
</g>
</svg> </span> <span class="text">email</span> </a>
</li>
<li class="facebook">
<!-- Replace with your URL. For best results, make sure you page has the proper FB Open Graph tags in header:
https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content/ -->
<a href="https://www.facebook.com/sharer/sharer.php?u=http://explorer.naco.org" class="popup"> <span class="icon">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<path d="M27.825,4.783c0-2.427-2.182-4.608-4.608-4.608H4.783c-2.422,0-4.608,2.182-4.608,4.608v18.434
c0,2.427,2.181,4.608,4.608,4.608H14V17.379h-3.379v-4.608H14v-1.795c0-3.089,2.335-5.885,5.192-5.885h3.718v4.608h-3.726
c-0.408,0-0.884,0.492-0.884,1.236v1.836h4.609v4.608h-4.609v10.446h4.916c2.422,0,4.608-2.188,4.608-4.608V4.783z"></path>
</svg> </span> <span class="text">facebook</span> </a>
</li>
<li class="linkedin">
<!-- Replace href with your meta and URL information -->
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http://explorer.naco.org&title=How%20Well%20Do%20You%20Know%20Your%20County?&summary=Explore%20your%20county%20through%20over%20500%20indicators%20and%20nearly%2070%20datasets." class="popup"> <span class="icon">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<path d="M25.424,15.887v8.447h-4.896v-7.882c0-1.979-0.709-3.331-2.48-3.331c-1.354,0-2.158,0.911-2.514,1.803
c-0.129,0.315-0.162,0.753-0.162,1.194v8.216h-4.899c0,0,0.066-13.349,0-14.731h4.899v2.088c-0.01,0.016-0.023,0.032-0.033,0.048
h0.033V11.69c0.65-1.002,1.812-2.435,4.414-2.435C23.008,9.254,25.424,11.361,25.424,15.887z M5.348,2.501
c-1.676,0-2.772,1.092-2.772,2.539c0,1.421,1.066,2.538,2.717,2.546h0.032c1.709,0,2.771-1.132,2.771-2.546
C8.054,3.593,7.019,2.501,5.343,2.501H5.348z M2.867,24.334h4.897V9.603H2.867V24.334z"></path>
</svg> </span> <span class="text">linkedin</span> </a>
</li>
<li class="twitter">
<!-- Replace href with your Meta and URL information -->
<a id="twitterContent" href="http://twitter.com/home?status=See%20Federal%20Funding%20data%20for%20your%20county%20by%20@NACoTweets%20%23CountyExplorer%20www.naco.org%2FCountyExplorer" class="popup"> <span class="icon">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<path d="M24.253,8.756C24.689,17.08,18.297,24.182,9.97,24.62c-3.122,0.162-6.219-0.646-8.861-2.32
c2.703,0.179,5.376-0.648,7.508-2.321c-2.072-0.247-3.818-1.661-4.489-3.638c0.801,0.128,1.62,0.076,2.399-0.155
C4.045,15.72,2.215,13.6,2.115,11.077c0.688,0.275,1.426,0.407,2.168,0.386c-2.135-1.65-2.729-4.621-1.394-6.965
C5.575,7.816,9.54,9.84,13.803,10.071c-0.842-2.739,0.694-5.64,3.434-6.482c2.018-0.623,4.212,0.044,5.546,1.683
c1.186-0.213,2.318-0.662,3.329-1.317c-0.385,1.256-1.247,2.312-2.399,2.942c1.048-0.106,2.069-0.394,3.019-0.851
C26.275,7.229,25.39,8.196,24.253,8.756z"></path>
</svg> </span> <span class="text">twitter</span> </a>
</li>
<li class="googleplus">
<!-- Replace href with your meta and URL information. -->
<a href="https://plus.google.com/share?url=http://explorer.naco.org" class="popup"> <span class="icon">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<g>
<g>
<path d="M14.703,15.854l-1.219-0.948c-0.372-0.308-0.88-0.715-0.88-1.459c0-0.748,0.508-1.223,0.95-1.663
c1.42-1.119,2.839-2.309,2.839-4.817c0-2.58-1.621-3.937-2.399-4.581h2.097l2.202-1.383h-6.67c-1.83,0-4.467,0.433-6.398,2.027
C3.768,4.287,3.059,6.018,3.059,7.576c0,2.634,2.022,5.328,5.604,5.328c0.339,0,0.71-0.033,1.083-0.068
c-0.167,0.408-0.336,0.748-0.336,1.324c0,1.04,0.551,1.685,1.011,2.297c-1.524,0.104-4.37,0.273-6.467,1.562
c-1.998,1.188-2.605,2.916-2.605,4.137c0,2.512,2.358,4.84,7.289,4.84c5.822,0,8.904-3.223,8.904-6.41
c0.008-2.327-1.359-3.489-2.829-4.731H14.703z M10.269,11.951c-2.912,0-4.231-3.765-4.231-6.037c0-0.884,0.168-1.797,0.744-2.511
c0.543-0.679,1.489-1.12,2.372-1.12c2.807,0,4.256,3.798,4.256,6.242c0,0.612-0.067,1.694-0.845,2.478
c-0.537,0.55-1.438,0.948-2.295,0.951V11.951z M10.302,25.609c-3.621,0-5.957-1.732-5.957-4.142c0-2.408,2.165-3.223,2.911-3.492
c1.421-0.479,3.25-0.545,3.555-0.545c0.338,0,0.52,0,0.766,0.034c2.574,1.838,3.706,2.757,3.706,4.479
c-0.002,2.073-1.736,3.665-4.982,3.649L10.302,25.609z"/>
<polygon points="23.254,11.89 23.254,8.521 21.569,8.521 21.569,11.89 18.202,11.89 18.202,13.604 21.569,13.604 21.569,17.004
23.254,17.004 23.254,13.604 26.653,13.604 26.653,11.89 "></path>
</g>
</g>
</svg> </span> <span class="text">google+</span> </a>
</li>
<li class="embed">
<a id="embed-copy" href="#"> <span class="icon">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<g>
<g>
<path d="M73.391,261.667l107.507-107.508c10.739-10.739,10.739-28.151,0-38.891c-10.739-10.74-28.151-10.739-38.891,0
L15.435,241.841c-5.469,5.468-8.146,12.667-8.045,19.833c-0.097,7.162,2.581,14.354,8.045,19.819l126.572,126.571
c10.738,10.739,28.151,10.739,38.891,0s10.739-28.151,0-38.891L73.391,261.667z"/>
<path d="M488.065,236.174L361.492,109.602c-10.739-10.739-28.151-10.74-38.891,0c-10.739,10.739-10.739,28.152,0,38.891L430.11,256
L322.602,363.508c-10.739,10.738-10.739,28.15,0,38.891c10.739,10.738,28.152,10.738,38.891,0l126.572-126.572
c5.467-5.467,8.144-12.662,8.045-19.826C496.208,248.836,493.531,241.64,488.065,236.174z"/>
<path d="M255.596,416.092c-2.687,16.35-18.119,27.426-34.468,24.739l0,0c-16.349-2.687-27.425-18.118-24.738-34.468l51.015-310.456
c2.687-16.349,18.118-27.425,34.468-24.739l0,0c16.349,2.687,27.425,18.119,24.738,34.468L255.596,416.092z"/>
</g>
</g>
</svg> </span> <span class="text">embed</span>
</a>
</li>
</ul>
</div>
<!-- want to replace the above T_T -->
<div class="hidden">
<div id="naco-website-feed" class="container-fluid">
<div data-ng-controller="FeedCtrl">
<div class="text-left row-fluid">
<h3>New on NACo.org</h3>
</div>
<div class="row-fluid">
<div class="naco-website-feed-article-container col-sm-3" ng-repeat="feed in feeds | filter:filterText">
<a target="_blank" href="{{feed.link}}"><div class="naco-website-feed-article">
<div class="naco-website-feed-image">
<img src="{{feed.img}}" width="100%" height="100%">
</div>
<div class="naco-website-feed-content">
<div class="naco-website-feed-inner-content">
<h5 class="naco-website-feed-title">{{feed.title}}</h5>
<p class="naco-website-feed-article-content">{{feed.contentSnippet}}</p>
</div>
</div>
</div></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CDN JS Files -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>');</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Library JS Files -->
<script src="js/vendor/jquery.smartmenus.js"></script>
<script src="js/vendor/jquery.smartmenus.bootstrap.js"></script>
<script src="js/vendor/jquery.noty.packaged.min.js"></script>
<script src="js/vendor/jquery.doubletap.js"></script>
<script src="js/vendor/rrssb.min.js"></script>
<script src="js/vendor/nprogress.js"></script>
<script src="js/vendor/svgenie/rgbcolor.js"></script>
<script src="js/vendor/svgenie/canvg.js"></script>
<script src="js/vendor/svgenie/svgenie.js"></script>
<script src="js/vendor/jquery.colorbox.js"></script>
<!-- JS Files -->
<script src="js/app.js"></script>
<script src="js/colorlegend.js"></script>
<script src="js/main.js"></script>
<!--<script src="build/CIC.min.js"></script>-->
</body>
</html>