It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://lrartsculturecommission.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="profile" href="https://gmpg.org/xfn/11">
  7. <title>Little Rock Arts + Culture Commission</title>
  8. <link rel="canonical" href="https://lrartsculturecommission.com" />
  9. <meta name="robots" content="max-image-preview:large"/>
  10. <!-- Async WordPress.com Remote Login -->
  11. <script id="wpcom_remote_login_js" type="1394a8e815924debdd1b2930-text/javascript">
  12. var wpcom_remote_login_extra_auth = '';
  13. function wpcom_remote_login_remove_dom_node_id( element_id ) {
  14. var dom_node = document.getElementById( element_id );
  15. if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
  16. }
  17. function wpcom_remote_login_remove_dom_node_classes( class_name ) {
  18. var dom_nodes = document.querySelectorAll( '.' + class_name );
  19. for ( var i = 0; i < dom_nodes.length; i++ ) {
  20. dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
  21. }
  22. }
  23. function wpcom_remote_login_final_cleanup() {
  24. wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
  25. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
  26. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
  27. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
  28. wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
  29. wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
  30. }
  31. // Watch for messages back from the remote login
  32. window.addEventListener( "message", function( e ) {
  33. if ( e.origin === "https://r-login.wordpress.com" ) {
  34. var data = {};
  35. try {
  36. data = JSON.parse( e.data );
  37. } catch( e ) {
  38. wpcom_remote_login_final_cleanup();
  39. return;
  40. }
  41. if ( data.msg === 'LOGIN' ) {
  42. // Clean up the login check iframe
  43. wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
  44. var id_regex = new RegExp( /^[0-9]+$/ );
  45. var token_regex = new RegExp( /^.*|.*|.*$/ );
  46. if (
  47. token_regex.test( data.token )
  48. && id_regex.test( data.wpcomid )
  49. ) {
  50. // We have everything we need to ask for a login
  51. var script = document.createElement( "script" );
  52. script.setAttribute( "id", "wpcom_remote_login_validate" );
  53. script.src='remote-login_wpcom_remote_login-validate.html'
  54. + '&wpcomid=' + data.wpcomid
  55. + '&token=' + encodeURIComponent( data.token )
  56. + '&host=' + window.location.protocol
  57. + '//' + window.location.hostname
  58. + '&postid=4'
  59. + '&is_singular=';
  60. document.body.appendChild( script );
  61. }
  62. return;
  63. }
  64. // Safari ITP, not logged in, so redirect
  65. if ( data.msg === 'LOGIN-REDIRECT' ) {
  66. + window.location.href;
  67. return;
  68. }
  69. // Safari ITP, storage access failed, remove the request
  70. if ( data.msg === 'LOGIN-REMOVE' ) {
  71. var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
  72. var style_zap = document.createElement( 'style' );
  73. style_zap.type = 'text/css';
  74. style_zap.appendChild( document.createTextNode( css_zap ) );
  75. document.body.appendChild( style_zap );
  76. var e = document.getElementById( 'wpcom_request_access_iframe' );
  77. e.parentNode.removeChild( e );
  78. document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
  79. return;
  80. }
  81. // Safari ITP
  82. if ( data.msg === 'REQUEST_ACCESS' ) {
  83. console.log( 'request access: safari' );
  84. // Check ITP iframe enable/disable knob
  85. if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
  86. return;
  87. }
  88. // If we are in a "private window" there is no ITP.
  89. var private_window = false;
  90. try {
  91. var opendb = window.openDatabase( null, null, null, null );
  92. } catch( e ) {
  93. private_window = true;
  94. }
  95. if ( private_window ) {
  96. console.log( 'private window' );
  97. return;
  98. }
  99. var iframe = document.createElement( 'iframe' );
  100. iframe.id = 'wpcom_request_access_iframe';
  101. iframe.setAttribute( 'scrolling', 'no' );
  102. iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
  103. iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
  104. var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
  105. var style = document.createElement( 'style' );
  106. style.type = 'text/css';
  107. style.id = 'wpcom_request_access_styles';
  108. style.appendChild( document.createTextNode( css ) );
  109. document.body.appendChild( style );
  110. document.body.appendChild( iframe );
  111. }
  112. if ( data.msg === 'DONE' ) {
  113. wpcom_remote_login_final_cleanup();
  114. }
  115. }
  116. }, false );
  117. // Inject the remote login iframe after the page has had a chance to load
  118. // more critical resources
  119. window.addEventListener( "DOMContentLoaded", function( e ) {
  120. var iframe = document.createElement( "iframe" );
  121. iframe.style.display = "none";
  122. iframe.setAttribute( "scrolling", "no" );
  123. iframe.setAttribute( "id", "wpcom_remote_login_key" );
  124. iframe.src = "https://r-login.wordpress.com/remote-login.php"
  125. + "?wpcom_remote_login=key"
  126. + "&origin=aHR0cHM6Ly9scmFydHNjdWx0dXJlY29tbWlzc2lvbi5jb20%3D"
  127. + "&wpcomid=144549381"
  128. + "&time=1647903516";
  129. document.body.appendChild( iframe );
  130. }, false );
  131. </script>
  132. <link rel="dns-prefetch" href="https://s2.wp.com/"/>
  133. <link rel="dns-prefetch" href="https://lrartsculturecommission.wordpress.com/"/>
  134. <link rel="dns-prefetch" href="https://s0.wp.com/"/>
  135. <link rel="dns-prefetch" href="https://wordpress.com/"/>
  136. <link rel="dns-prefetch" href="https://fonts.googleapis.com/"/>
  137. <script type="1394a8e815924debdd1b2930-text/javascript">
  138. /* <![CDATA[ */
  139. function addLoadEvent(func) {
  140. var oldonload = window.onload;
  141. if (typeof window.onload != 'function') {
  142. window.onload = func;
  143. } else {
  144. window.onload = function () {
  145. oldonload();
  146. func();
  147. }
  148. }
  149. }
  150. /* ]]> */
  151. </script>
  152. <script type="1394a8e815924debdd1b2930-text/javascript">
  153. window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min_m-1625065786h-ver-5.9.2.js"}};
  154. /*! This file is auto-generated */
  155. !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
  156. </script>
  157. <style type="text/css">
  158. img.wp-smiley,
  159. img.emoji {
  160. display: inline !important;
  161. border: none !important;
  162. box-shadow: none !important;
  163. height: 1em !important;
  164. width: 1em !important;
  165. margin: 0 0.07em !important;
  166. vertical-align: -0.1em !important;
  167. background: none !important;
  168. padding: 0 !important;
  169. }
  170. </style>
  171. <link rel="stylesheet" id="all-css-0-1" href="css/S9/i1tJxhdPKRLPOcotCexl323xdeRrI6vPWLOddde-rqtjn20x3Z8ZEn-cssminify-yes.css" type="text/css" media="all"/>
  172. <style id="wp-block-library-inline-css">
  173. .has-text-align-justify {
  174. text-align:justify;
  175. }
  176. </style>
  177. <style id="global-styles-inline-css">
  178. body{--wp--preset--color--dark-green: #1c7c7c;--wp--preset--color--dark-gray: #666;--wp--preset--color--medium-gray: #999;--wp--preset--color--light-gray: #eee;--wp--preset--color--white: #fff;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://lrartsculturecommission.com/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://lrartsculturecommission.com/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://lrartsculturecommission.com/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://lrartsculturecommission.com/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://lrartsculturecommission.com/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://lrartsculturecommission.com/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://lrartsculturecommission.com/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://lrartsculturecommission.com/#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  179. </style>
  180. <link rel="stylesheet" id="all-css-2-1" href="css/KjEbMxaLT-h4WmfMplNqhUNYwtBZ62L4i/Sdafv-LUHskmtxnPm2afXPcHbxuT6-jcRI--cssminify-yes.css" type="text/css" media="all"/>
  181. <style id="penscratch-2-style-inline-css">
  182. .byline .author, .group-blog .byline + .sep, .single .byline + .sep { clip: rect(1px, 1px, 1px, 1px); height: 1px; position: absolute; overflow: hidden; width: 1px; }
  183. </style>
  184. <link rel="stylesheet" id="penscratch-2-fonts-css" href="//fonts.googleapis.com/css?family=Roboto+Slab%3A300%2C400%2C700&amp;subset=latin%2Clatin-ext" media="all"/>
  185. <link rel="stylesheet" id="all-css-4-1" href="css/5jv718a3P6JxObu-2x-EwuN31AXaaVXY-_cssminify-yes_css_0n5nszthee3364ceukkfaw.css" type="text/css" media="all"/>
  186. <link rel="stylesheet" id="print-css-5-1" href="wp-content/mu-plugins/global-print/global-print_m-1465851035h-cssminify-yes.css" type="text/css" media="print"/>
  187. <style id="jetpack-global-styles-frontend-style-inline-css">
  188. :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
  189. </style>
  190. <link rel="stylesheet" id="all-css-8-1" href="_static/---eJxti0EKgCAQAD-UbVFGHaK3mJgaqyut0vejQ4eo0zAwA2cSmmI2MUMoImGxPjIk4iw2VP4Adurw0T6sNXMF/xeT9goFkqW3fKbsTDAMrgeLtCq8gyXM7dCNUjZy6vcLZTc31Q---cssminify-yes.css" type="text/css" media="all"/>
  191. <script id="wpcom-actionbar-placeholder-js-extra" type="1394a8e815924debdd1b2930-text/javascript">
  192. var actionbardata = {"siteID":"144549381","siteURL":"https:\/\/lrartsculturecommission.com","xhrURL":"/","nonce":"690e1368a5","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"wp-content/js/wpcom-proxy-request_ver-20211021.js","shortlink":"https:\/\/wp.me\/P9MvTD-4","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}};
  193. </script>
  194. <script type="1394a8e815924debdd1b2930-text/javascript" src="_static/---eJzTLy/QTc7PK0nNK9HPKtbPzU/KzEnVLS1OLUpMB4rpZual5etlFevoo6oryinRLSjKr6iEyWXmJeeUpqQWgySzCktTiyqhlF5uZh5BRbq5melFiSWpUMX2ubaGZsbm5gYmJpbmWQCPUzuV.js"></script>
  195. <script type="1394a8e815924debdd1b2930-text/javascript">
  196. window.addEventListener( 'DOMContentLoaded', function() {
  197. rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
  198. } );
  199. </script>
  200. <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://lrartsculturecommission.wordpress.com/xmlrpc.php?rsd"/>
  201. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/>
  202. <meta name="generator" content="WordPress.com"/>
  203. <link rel="shortlink" href="https://wp.me/P9MvTD-4"/>
  204. <!-- Jetpack Open Graph Tags -->
  205. <meta property="og:type" content="website"/>
  206. <meta property="og:title" content="Little Rock Arts + Culture Commission"/>
  207. <meta property="og:url" content="https://lrartsculturecommission.com/"/>
  208. <meta property="og:site_name" content="Little Rock Arts + Culture Commission"/>
  209. <meta property="og:image" content="i/blank.jpg"/>
  210. <meta property="og:image:alt" content=""/>
  211. <meta property="og:locale" content="en_US"/>
  212. <meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/>
  213. <meta name="twitter:text:title" content="About the Arts+Culture Commission"/>
  214. <meta name="twitter:card" content="summary"/>
  215. <meta name="twitter:description" content="Visit the post for more."/>
  216. <!-- End Jetpack Open Graph Tags -->
  217. <link rel="shortcut icon" type="image/x-icon" href="i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/>
  218. <link rel="icon" type="image/x-icon" href="i/favicon.ico" sizes="16x16 24x24 32x32 48x48"/>
  219. <link rel="apple-touch-icon" href="i/webclip.png"/>
  220. <link rel="search" type="application/opensearchdescription+xml" href="https://lrartsculturecommission.com/osd.xml" title="Little Rock Arts + Culture Commission"/>
  221. <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
  222. <meta name="application-name" content="Little Rock Arts + Culture Commission"/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://lrartsculturecommission.com/feed/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="The Arts+Culture Commission of the City of Little Rock is established to promote policies and encourage endeavors for the appreciation and enhancement of the arts and culture resources of Little Rock. Members of this Commission are appointed by the Mayor and shall consist of five (5) members who are senior administrative staff or board member…"/>
  223. <!-- There is no amphtml version available for this URL. --><!-- Your Google Analytics Plugin is missing the tracking ID -->
  224. </head>
  225. <body class="home page-template-default page page-id-4 wp-embed-responsive customizer-styles-applied author-hidden highlander-enabled highlander-light">
  226. <div id="page" class="hfeed site">
  227. <a class="skip-link screen-reader-text" href="#content">Skip to content</a>
  228. <header id="masthead" class="site-header" role="banner">
  229. <div class="site-branding">
  230. <p class="site-title"><a href="/" rel="home">Little Rock Arts + Culture Commission</a></p>
  231. </div>
  232. <nav id="site-navigation" class="main-navigation" role="navigation">
  233. <button class="menu-toggle">
  234. <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16"><rect x="0" fill="none" width="16" height="16"/><g><path id="menu-icon" d="M0 14h16v-2H0v2zM0 2v2h16V2H0zm0 7h16V7H0v2z"/></g></svg>
  235. Menu </button>
  236. <div class="menu-primary-container"><ul id="menu-primary" class="menu"><li id="menu-item-11" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-4 current_page_item menu-item-11"><a href="/" aria-current="page">About the Commission</a></li>
  237. <li id="menu-item-171" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171"><a href="marketwell-virtual-workshop-series.html">MarketWell Virtual Workshop Series</a></li>
  238. <li id="menu-item-204" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-204"><a href="call-for-artists-extended-2021-virtual-open-studios.html">CALL FOR ARTISTS EXTENDED - 2021 VIRTUAL OPEN STUDIOS</a></li>
  239. <li id="menu-item-198" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-198"><a href="august-25-market-well-wednesday-marketing-plans-with-kelly-kinard-fleming.html">AUGUST 25 - MARKET WELL WEDNESDAY – Marketing Plans with Kelly Kinard Fleming</a></li>
  240. </ul></div> </nav><!-- #site-navigation -->
  241. </header><!-- #masthead -->
  242. <div id="content" class="site-content">
  243. <a href="/" rel="home">
  244. <img class="custom-header" src="2018/03/cropped-acc-logo-12.jpg" width="937" height="385" alt="">
  245. </a>
  246. <div id="primary" class="content-area">
  247. <main id="main" class="site-main" role="main">
  248. <article id="post-4" class="post-4 page type-page status-publish hentry">
  249. <header class="entry-header">
  250. <h1 class="entry-title">About the Arts+Culture&nbsp;Commission</h1> </header><!-- .entry-header -->
  251. <div class="entry-content">
  252. <p>The Arts+Culture Commission of the City of Little Rock is established to promote policies and encourage endeavors for the appreciation and enhancement of the arts and culture resources of Little Rock.</p>
  253. <p>Members of this Commission are appointed by the Mayor and shall consist of five (5) members who are senior administrative staff or board member of a cultural institution; not eligible for reappointment, and eight (8) At-Large Members.</p>
  254. <p><strong>The Arts and Culture Commission meets the second Monday of January, March, May, July, September, and November at 4:00 PM.  Currently the meetings are virtual.</strong></p>
  255. <div id="ctl00_MainContent_pc_ctl01_Body">
  256. <h2>Current Members<br/>
  257. (September 2021)</h2>
  258. </div>
  259. <div>
  260. <p>CHAIR:<br/>
  261. Chuck Cliett, Cultural Institution</p>
  262. <p>VICE CHAIR:<br/>
  263. Dr. Patrice Bax, Cultural Institution</p>
  264. <p>MEMBERS:<br/>
  265. Alice Allred, At Large<br/>
  266. Teresa Carlisle, Cultural Institution<br/>
  267. Jim Doyle, At Large<br/>
  268. Leron McAdoo, At Large<br/>
  269. Jonathan Opitz, At Large<br/>
  270. Liz Smith, At Large<br/>
  271. Nate Thomas, At Large<br/>
  272. Colin Thompson, Cultural Institution<br/>
  273. Steven Young, At Large</p>
  274. <p>EX OFFICIO<br/>
  275. City Director Kathy Webb, Ward 3</p>
  276. </div>
  277. </div><!-- .entry-content -->
  278. <footer class="entry-footer">
  279. </footer><!-- .entry-footer -->
  280. </article><!-- #post-## -->
  281. </main><!-- #main -->
  282. </div><!-- #primary -->
  283. <div id="secondary" class="widget-area" role="complementary">
  284. <aside id="search-1" class="widget widget_search"><form role="search" method="get" class="search-form" action="/">
  285. <label>
  286. <span class="screen-reader-text">Search for:</span>
  287. <input type="search" class="search-field" placeholder="Search …" value="" name="s"/>
  288. </label>
  289. <input type="submit" class="search-submit" value="Search"/>
  290. </form></aside> </div><!-- #secondary -->
  291. </div><!-- #content -->
  292. <footer id="colophon" class="site-footer" role="contentinfo">
  293. <div class="site-info-wrapper clear">
  294. <div class="site-info">
  295. <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a>
  296. </div><!-- .site-info -->
  297. </div><!-- .site-info-wrapper -->
  298. </footer><!-- #colophon -->
  299. </div><!-- #page -->
  300. <!--  -->
  301. <script src="js/gprofiles_ver-202212z.js" id="grofiles-cards-js" type="1394a8e815924debdd1b2930-text/javascript"></script>
  302. <script id="wpgroho-js-extra" type="1394a8e815924debdd1b2930-text/javascript">
  303. var WPGroHo = {"my_hash":""};
  304. </script>
  305. <script type="1394a8e815924debdd1b2930-text/javascript" src="wp-content/mu-plugins/gravatar-hovercards/wpgroho_m-1610363240h.js"></script>
  306. <script type="1394a8e815924debdd1b2930-text/javascript">
  307. // Initialize and attach hovercards to all gravatars
  308. ( function() {
  309. function init() {
  310. if ( typeof Gravatar === 'undefined' ) {
  311. return;
  312. }
  313. if ( typeof Gravatar.init !== 'function' ) {
  314. return;
  315. }
  316. Gravatar.profile_cb = function ( hash, id ) {
  317. WPGroHo.syncProfileData( hash, id );
  318. };
  319. Gravatar.my_hash = WPGroHo.my_hash;
  320. Gravatar.init( 'body', '#wp-admin-bar-my-account' );
  321. }
  322. if ( document.readyState !== 'loading' ) {
  323. init();
  324. } else {
  325. document.addEventListener( 'DOMContentLoaded', init );
  326. }
  327. } )();
  328. </script>
  329. <div style="display:none">
  330. </div>
  331. <div id="actionbar" style="display: none;" class="actnbr-pub-penscratch-2 actnbr-has-follow">
  332. <ul>
  333. <li class="actnbr-ellipsis actnbr-hidden">
  334. <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more">
  335. <div class="tip-arrow"></div>
  336. <div class="tip-inner">
  337. <ul>
  338. <li class="actnbr-sitename">
  339. <a href="/">
  340. <img alt="" src="i/logo/wpcom-gray-white.png" class="avatar avatar-50" height="50" width="50"/> Little Rock Arts + Culture Commission </a>
  341. </li>
  342. <li class="actnbr-folded-customize">
  343. <a href="https://lrartsculturecommission.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Flrartsculturecommission.wordpress.com%2F">
  344. <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span>
  345. </a>
  346. </li>
  347. <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li>
  348. <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Flrartsculturecommission.com%252F">Log in</a></li>
  349. <li class="actnbr-shortlink"><a href="https://wp.me/P9MvTD-4">Copy shortlink</a></li>
  350. <li class="flb-report"><a href="http://en.wordpress.com/abuse/">Report this content</a></li>
  351. <li class="actnbr-subs">
  352. <a href="https://subscribe.wordpress.com/">Manage subscriptions</a>
  353. </li>
  354. </ul>
  355. </div>
  356. </div>
  357. </li>
  358. </ul>
  359. </div>
  360. <script type="1394a8e815924debdd1b2930-text/javascript">
  361. window.addEventListener( "load", function( event ) {
  362. var link = document.createElement( "link" );
  363. link.href = "wp-content/mu-plugins/actionbar/actionbar.css?v=20210915";
  364. link.type = "text/css";
  365. link.rel = "stylesheet";
  366. document.head.appendChild( link );
  367. var script = document.createElement( "script" );
  368. script.src = "wp-content/mu-plugins/actionbar/actionbar_v-20211028.js";
  369. script.defer = true;
  370. document.body.appendChild( script );
  371. } );
  372. </script>
  373. <script id="comment-like-js-extra" type="1394a8e815924debdd1b2930-text/javascript">
  374. var comment_like_text = {"loading":"Loading...","swipeUrl":"wp-content/mu-plugins/comment-likes/js/lib/swipe_ver-20131008.js"};
  375. </script>
  376. <script type="1394a8e815924debdd1b2930-text/javascript" src="script/LP662-N4-mqi/TB-UndYQ-.js"></script>
  377. <script type="1394a8e815924debdd1b2930-text/javascript">
  378. // <![CDATA[
  379. (function() {
  380. try{
  381.  if ( window.external &&'msIsSiteMode' in window.external) {
  382.    if (window.external.msIsSiteMode()) {
  383.      var jl = document.createElement('script');
  384.      jl.type='text/javascript';
  385.      jl.async=true;
  386.      jl.src='/';
  387.      var s = document.getElementsByTagName('script')[0];
  388.      s.parentNode.insertBefore(jl, s);
  389.    }
  390.  }
  391. }catch(e){}
  392. })();
  393. // ]]>
  394. </script><script src="w_63.js" defer type="1394a8e815924debdd1b2930-text/javascript"></script> <script type="1394a8e815924debdd1b2930-text/javascript">
  395. _tkq = window._tkq || [];
  396. _stq = window._stq || [];
  397. _tkq.push(['storeContext', {'blog_id':'144549381','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]);
  398. _stq.push(['view', {'blog':'144549381','v':'wpcom','tz':'0','user_id':'0','post':'4','subd':'lrartsculturecommission'}]);
  399. _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1TaVhzUzFMbjdWNHpwZGhTayxPSUFCMGNrd29+Smw0TDhnZmRTK0hlRi9QSGh6bi9GXVhBJWIlZlR5U1JMLU8/MkNtblkvY1dRdz9mendVR1p6eDUuWUV8aVAlYnZsWEwwMy1nWHFiTV9Da1pBJjNqbmI5UUZRcj9wXyZDS2NGNWlEOWt2JSs/cU42eT81S05YeWV+cmFPVDBBUWR8b0g/fnBvZ0JoWG94OUZ8Nk92cHRHZE1VVV90fFtiYWctUTgmLCZBXXNLW1ZuZ2VbNUE3XW9qdWpfNkkybV1Wb3JtclVkLTFwYjAsWUpoLDVvanFCT0M1'}]);
  400. _stq.push([ 'clickTrackerInit', '144549381', '4' ]);
  401. </script>
  402. <noscript><img src="b_v-noscript.gif" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt=""/></noscript>
  403. <script defer id="bilmur" data-customproperties="{&quot;enq_jquery&quot;:&quot;1&quot;,&quot;logged_in&quot;:&quot;0&quot;,&quot;wptheme&quot;:&quot;pub\/penscratch-2&quot;}" data-provider="wordpress.com" data-service="simple" src="https://lrartsculturecommission.com/wp-content/js/bilmur.min.js?i=3&amp;m=202212" type="1394a8e815924debdd1b2930-text/javascript"></script><script type="1394a8e815924debdd1b2930-text/javascript">
  404. if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
  405. wpcom_mobile_user_agent_info.init();
  406. var mobileStatsQueryString = "";
  407. if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
  408. mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
  409. if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
  410. mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
  411. if( wpcom_mobile_user_agent_info.isIPad() )
  412. mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
  413. if( "" != mobileStatsQueryString ) {
  414. new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
  415. }
  416. }
  417. </script>
  418. <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="1394a8e815924debdd1b2930-|49" defer></script></body>
  419. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda