CINXE.COM
Book Chat - Hamilton Public Library
<!DOCTYPE html> <html lang="en"> <!--Page served by ip-172-31-46-134.us-east-2.compute.internal, 1309 () --> <head> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <title> Book Chat - Hamilton Public Library </title> <link rel="shortcut icon" href="/images/favicon/hpl/primary-fav.png" type="image/x-icon" /> <link rel="icon" href="/images/favicon/hpl/primary-fav.png" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="client" content="hpl"> <meta name="location" content="<!--location-->"> <meta name="apiserver" content="https://api-us.communico.co"> <meta name="region" content="us"> <meta name="location-id" content="<!--location_id-->"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"> <script async src="https://www.googletagmanager.com/gtag/js?id=G-M95442S5H3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-M95442S5H3'); </script> <link href='/css/animate.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/rome/2.1.14/rome.min.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css' rel='stylesheet' type='text/css' /> <link href='/css/amfont.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/qtip2/3.0.3/jquery.qtip.min.css' rel='stylesheet' type='text/css' /> <link href='//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css' rel='stylesheet' type='text/css' /> <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/css/bootstrap-datepicker.min.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/css/bootstrap-datepicker3.min.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.13/css/bootstrap-multiselect.css' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.0.2/nouislider.min.css' rel='stylesheet' type='text/css' /> <link href='/css/shared.css' rel='stylesheet' type='text/css' /> <link href='/css/anywhere.css?version=2.36.2' rel='stylesheet' type='text/css' /> <link href='//cdnjs.cloudflare.com/ajax/libs/intl-tel-input/16.1.0/css/intlTelInput.css' rel='stylesheet' type='text/css' /> <link href='' rel='stylesheet' type='text/css' /> <link id='contrastsheet' href='' rel='stylesheet' type='text/css' /> <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' ></script> <script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.min.js' ></script> <script type='text/javascript' src='//cdn.jsdelivr.net/bluebird/3.5.0/bluebird.min.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.1/moment.min.js' ></script> <style> /*attend page*/ .events-body > .eelisttitle::after { content: 'It\'s quiet at the library right now but not for long. Check out our events at https://events.hpl.ca for the most up-to-date list.'; visibility: visible; position: absolute; top: 0; left: 0; } .events-body > .eelisttitle { visibility: hidden; position: relative; } /*event template css for virtual branches do not delete*/ div.amh-content.bookmobile{ display: none; } div#idzZ1Ds.amh-block.amh-widget.col-md-12.bookmobile { display: none; } div#idIBGTZ.amh-block.amh-container.col-md-4.bookmobile { width: 50% !important; display: flex; float: left; clear: both; } div#id4Ejdw.amh-block.amh-container.col-md-4.bookmobile { width: 50%; display: flex; float: right; clear: right; } img.locimg.locimgpos2.bookmobile { float: left; } /*upcoming events widget*/ [id="\36 488"] > div.widgetbody > div.amev-event-list > div > strong::after { content: 'It\'s quiet at the library right now but not for long. Check out our events at https://events.hpl.ca for the most up-to-date list.'; visibility: visible; position: absolute; top: 0; left: 0; } [id="\36 488"] > div.widgetbody > div.amev-event-list > div > strong { visibility: hidden; position: relative; display: block; } </style><script> $(document).ready(function(){ try{ $('img.locimg.locimgpos2.bookmobile').after('<iframe src="https://www.google.com/maps/d/embed?mid=19vVoQTvMEEjSCUA7LGhxm12EI0S2SHw&ehbc=2E312F" width="100%" height="480"></iframe>'); } catch (e) { if (console) console.log('custom js error', e); } }); </script><script> window.addEventListener('WebComponentsReady', function() { var components = [ 'coAddress', 'coBirthdate' ]; for(var c=0;c<components.length;c++) { var link = document.createElement('link'); link.setAttribute('rel', 'import'); link.setAttribute('href', '/js/es6/components/' + components[c] + '/' + components[c] + '.html'); document.getElementsByTagName('head')[0].appendChild(link); } }); </script><meta property='og:url' content='https://events.hpl.ca/event/11903472' /><meta property='og:type' content='event' /><meta property='og:title' content='Book Chat ' /><meta property='og:locale' content='en_US' /><meta property='og:site_name' content='Hamilton Public Library Event' /><meta property='og:description' content='Share your recent reads and get recommendations for your next book.' /><meta name='description' content='Share your recent reads and get recommendations for your next book.' /> <meta property='og:image' content='https://events.hpl.ca/images/events/hpl/Book_Club.png' /><meta property='og:image:width' content='400' /><meta property='og:image:height' content='400' /><meta property='og:image:alt' content='' /><script type='application/ld+json'>{"@context":"https:\/\/schema.org\/","@type":"Event","name":"Book Chat ","startDate":"2024-12-05T14:00:00-05:00","endDate":"2024-12-05T15:00:00-05:00","description":"Share your recent reads and get recommendations for your next book.","image":"https:\/\/events.hpl.ca\/images\/events\/hpl\/Book_Club.png","url":"https:\/\/events.hpl.ca\/event\/11903472","location":{"@type":"Place","name":"Turner Park Branch","url":"","address":{"@type":"PostalAddress","streetAddress":"352 Rymal Road East","addressLocality":"Hamilton","addressRegion":"ON","postalCode":"L9B 1C2"}}}</script><link id='customstyle' href='/css/style/398' rel='stylesheet' type='text/css' /> <!--[if lt IE 9]> <script src="/js/lib/html5.js"></script> <script src="/js/lib/respond.min.js"></script> <![endif]--> <!--[if lte IE 9]> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min.js'></script> <![endif]--> <!--custom_js_includes--> </head> <body> <a class="skip-main" href="#body">Skip to main content</a> <div id="header"> <div class="amh-row row" style="background-color: rgb(13, 157, 219); max-width: none;" id="idgUbqZ"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idBdH6Z"><div class="amh-content" style="border-width: 0px; border-style: solid; background-color: rgb(13, 157, 219);"><div class="amh-row row" id="id71OW6"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idN9GVx"><div class="amh-content" style="border-width: 0px; border-style: solid;"><div class="amh-row row" id="idjxhzf"> <div class="amh-block amh-text col-md-6" data-block-type="text" id="idk33gb"><div class="amh-content" style="margin: 0px; padding: 0px; position: relative; border-width: 0px; border-style: solid;"><span><div id="block-menu-menu-tabs" class="block block-menu"> <div class="content"> <ul class="menu" style="font-size: 14px;"> <li class="first leaf"><a href="http://www.hpl.ca" class="primary active">HPL</a></li> <li class="leaf"><a href="http://kids.hpl.ca" class="kids">Kids</a></li> <li class="leaf"><a href="http://teens.hpl.ca" class="teens">Teens</a></li> <li class="last leaf"><a href="http://lha.hpl.ca" class="local-history">Local History</a></li> </ul> </div> </div></span></div></div> <div class="amh-block amh-text col-md-6" data-block-type="text" id="idY0Ka2"><div class="amh-content" style="margin: 0px; padding: 0px; position: relative; border-width: 0px; border-style: solid;"><span><div id="strip"> <div class="buttons"><a class="button small login" href="https://www.hpl.ca/online-registration"> Get a Card </a></div> </div></span></div></div> </div></div></div></div></div></div></div> <div class="amh-row row" style="max-width: none; background-color: rgb(39, 88, 140);" id="id67gOi"><div class="amh-block amh-container col-md-12" data-block-type="container" id="iddAbfu"><div class="amh-content" style="border-width: 0px; border-style: solid; background-color: rgb(39, 88, 140);"> <div class="amh-row row" id="idWlU33"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idnnDkC"><div class="amh-content" style="border-width: 0px; border-style: solid; margin-top: 20px; margin-bottom: 0px;"><div class="amh-row row" id="idYNa3D"> <div class="amh-block amh-text col-md-6" data-block-type="text" id="idR34yq" data-tile-url=""><div class="amh-content mce-content-body" style="margin: 5px; padding: 5px; position: relative; border-width: 0px; border-style: solid;" id="mce_24" spellcheck="false"><div style="margin-left: 60px;" data-mce-style="margin-left: 60px;"><a data-mce-href="https://www.hpl.ca" href="https://www.hpl.ca" data-mce-selected="inline-boundary"><img src="https://hpl.libnet.info/images/tile/hpl/hamilton-logo_header.png" width="170" height="87" alt="Hamilton Public Library Logo" data-mce-src="https://hpl.libnet.info/images/tile/hpl/hamilton-logo_header.png"></a></div></div></div> <div class="amh-block amh-text col-md-6" data-block-type="text" id="idz8JAr"><div class="amh-content" style="margin: 5px; padding: 5px; position: relative;"><span><div style="text-align: left;"><div id='navbar' class='content'><div class="navbar yamm navbar-top"><div class="navbar-header visible-xs nav-mobile"><span tabindex="0" class="burger-button" data-toggle="collapse" data-target="#navbar-collapse-grid" class="navbar-toggle" aria-label="Toggle menu" role="button"><i class="fa fa-bars"></i></span><script type='text/javascript'> $(function(){ $('.burger-button').on('keyup', function(event) { event.preventDefault(); var isSpace = event.type === 'keyup' && (event.which === 32 || event.keyCode === 32 || event.key === ' '); var isEnter = event.type === 'keyup' && (event.which === 13 || event.keyCode === 13 || event.key === 'Enter'); if (isSpace || isEnter) { var nav = $('.navbar-collapse'); nav.toggleClass('in'); var isExpanded = nav.hasClass('in'); $(this).attr('aria-expanded', isExpanded); nav.css('height', (isExpanded ? '' : '1px')); } }) }); </script><div class="navbar-brand">Menu</div></div><div id="navbar-collapse-grid" class="navbar-collapse collapse"><ul class="nav navbar-nav"><li class="dropdown"><li><a href="/attend--reserve-2748">default home (do not delete)</a></li><li class="menuspace"></li><li><a href="http://hpl.bibliocommons.com/">Catalogue</a></li><li class="menuspace"></li><li><a href="http://hpl.lib.overdrive.com/">eBooks</a></li><li class="menuspace"></li><li><a href="/events?r=thismonth">Events</a></li><li class="menuspace"></li><li><a href="http://www.hpl.ca/hours">Hours</a></li><li class="menuspace"></li><li><a href="http://www.hpl.ca/forms/contact-us">Contact</a></li><li class="menuspace"></li><li><a href="http://www.hpl.ca/">Search</a></li><li class="menuspace"></li></div></ul></div></div></div></span></div></div> </div></div></div></div> <div class="amh-row row" id="idvC3gf"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idequMI"><div class="amh-content" style="border-width: 0px; border-style: solid; background-color: rgb(255, 255, 255); margin-top: 18px;"><div class="amh-row row" id="idV2YPz"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idVMfo8"><div class="amh-content" style="border-width: 0px; border-style: solid; padding-top: 50px;"></div></div></div></div></div></div> </div></div></div> <div id="htmlheader"> <!--html_header--> </div> </div> <div class="content"></div> <div id="accessibility" class="content"> <div class='accessibility-topbar'> <a class="button" href="#" onclick="openAccessibility()">close</a> </div> <div class="fluid-container"> <div class="row"> <div class="col-md-6"> <div class="row"> <div class="col-sm-6"> <div class='accessibility-icons'> <a href="#" onclick="document.body.style.fontSize='100%';return false;"><img border="0" src="/images/accessibility/accessibility-a-small-icon.png" alt="font 1"></a> <a href="#" onclick="document.body.style.fontSize='140%';return false;"><img border="0" src="/images/accessibility/accessibility-a-medium-icon.png" alt="font 2"></a> <a href="#" onclick="document.body.style.fontSize='160%';return false;"><img border="0" src="/images/accessibility/accessibility-a-large-icon.png" alt="font 3"></a> <br /> <a href="#" onclick="document.body.style.fontSize='100%';return false;">Reset to standard size</a> </div> </div> <div class="col-sm-6"> <div class='accessibility-text'> <span class='accessibility-heading'>Font size options</span> <div>Increase or decrease the font size for this website by clicking on the 'A's.</div> </div> </div> </div> </div> <div class="col-md-6"> <div class="row"> <div class="col-sm-6"> <div class='accessibility-icons'> <a href="#" onclick="setStyleSheet('/accessibility.pcss?style=yellow%20on%20black')"><img border="0" src="/images/accessibility/accessibility-contrast-y-b.png" alt="Yellow on Black"></a> <a href="#" onclick="setStyleSheet('/accessibility.pcss?style=white%20on%20black')"><img border="0" src="/images/accessibility/accessibility-contrast-w-b.png" alt="White on Black"></a> <a href="#" onclick="setStyleSheet('/accessibility.pcss?style=soft%20greys')"><img border="0" src="/images/accessibility/accessibility-contrast-softgreys.png" alt="Soft Greys"></a> <a href="#" onclick="setStyleSheet('/accessibility.pcss?style=black%20on%20linen')"><img border="0" src="/images/accessibility/accessibility-contrast-b-l.png" alt="Black on Linen"></a> <a href="#" onclick="setStyleSheet('/accessibility.pcss?style=black%20on%20white')"><img border="0" src="/images/accessibility/accessibility-contrast-b-w.png" alt="Black on White"></a> <br /> <a href="#" onclick="setStyleSheet('')">Reset to default contrast</a> </div> </div> <div class="col-sm-6"> <div class='accessibility-text'> <span class='accessibility-heading'>Contrast options</span> <div id="accessibilityText">Choose a color combination to give the most comfortable contrast.</div> </div> </div> </div> </div> </div> </div> </div> <div id='body' class="content default "> <div class="column-center"> <script type="text/javascript">(function () { if (window.addtocalendar)if(typeof window.addtocalendar.start == "function")return; if (window.ifaddtocalendar == undefined) { window.ifaddtocalendar = 1; var d = document, s = d.createElement('script'), g = 'getElementsByTagName'; s.type = 'text/javascript';s.charset = 'UTF-8';s.async = true; s.src = ('https:' == window.location.protocol ? 'https' : 'http')+'://addtocalendar.com/atc/1.5/atc.min.js'; var h = d[g]('body')[0];h.appendChild(s); } })(); </script> <div class="amh-row row" id="idOf4BV"> <div class="amh-block amh-container col-md-12" data-block-type="container" id="idCcf1N"> <div class="amh-content" style="border-width: 0px; border-style: solid; margin-right: 0px; margin-bottom: 40px; padding: 0 15px;"> <div class="amh-row row" id="idfSblf"> <div class="amh-block amh-container col-md-3" data-block-type="container" id="idUhqyg"> <div class="amh-content"> <div class="amh-row row" id="idhHCYh"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idi7RyG" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid;"> <span> <div style="margin-bottom: 18px;text-align: center"> <img src="https://hpl.libnet.info/images/events/hpl/Book_Club.png" alt="Image for event: Book Chat " style="width: 100%; max-width: 350px !important" caption="false"> </div> </span> </div> </div> </div> <div class="amh-row row" id="idM0EPK"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="id6Vlqj" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid; padding-top: 6px;margin-bottom: 30px"> <!-- AddToAny BEGIN --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style" style="margin: 0 auto;width: 12em;"> <a href="https://www.addtoany.com/share"></a> <a class="a2a_button_facebook"></a> <a class="a2a_button_x"></a> <a class="a2a_button_email"></a> </div> <!-- AddToAny END --> <script type="text/javascript"> var a2a_config = a2a_config || {}; a2a_config.templates = { email: { subject: "${title}", body: "Hi,\n\nI was browsing the Library's website and found an event I thought you'd be interested in. Check it out!\n\nBook Chat \n\nThursday, December 05 2:00pm - 3:00pm\n\nTurner Park Branch\n\nRead more at: ${link}" } }; </script> <script async src="https://static.addtoany.com/menu/page.js"></script> </div> </div> </div> </div> </div> <div class="amh-block amh-container col-md-9" data-block-type="container" id="idDuU5h" style=""> <div class="amh-content" style="border-width: 0px; border-style: solid; margin-left: 30px;"> <div class="amh-row row" id="idEZOEa"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idaiMWo" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid; margin-bottom: 20px;"> <span><h2>Book Chat </h2> <h3>In-Branch Program</h3></span> </div> </div> </div> <div class="amh-row row turnerpark" id="id4VX3g"> <div class="amh-block amh-container col-md-6" data-block-type="container" id="idiCSFL"> <div class="amh-content"> <div class="amh-row row" id="id1j4GX"> <div class="amh-block amh-text col-xs-2" data-block-type="text" id="idNLsUl"> <div class="amh-content" style="position: relative;"> <span class="addtocalendar atc-style-blue"> <a class="atcb-link"><i class="am-events" style="font-size: 2.8em;color: #afafaf;"></i></a> <var class="atc_event"> <var class="atc_date_start">2024-12-05 14:00:00</var> <var class="atc_date_end">2024-12-05 15:00:00</var> <var class="atc_timezone">America/New_York</var> <var class="atc_title">Book Chat </var> <var class="atc_description">Share your recent reads and get recommendations for your next book.</var> <var class="atc_location">Turner Park Branch - Turner Park - Adult Program Room</var> </var> </span> </div> </div> <div class="amh-block amh-text col-xs-10" data-block-type="text" id="idm0vRo" style=""> <div class="amh-content" style="position: relative;"> <span> <h4> <strong>Thursday, December 05</strong><br><strong>2:00pm - 3:00pm</strong> </h4> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid;"> <span class="addtocalendar atc-style-blue"> <a class="atcb-link">Add to Calendar</a> <var class="atc_event"> <var class="atc_date_start">2024-12-05 14:00:00</var> <var class="atc_date_end">2024-12-05 15:00:00</var> <var class="atc_timezone">America/New_York</var> <var class="atc_title">Book Chat </var> <var class="atc_description">Share your recent reads and get recommendations for your next book.</var> <var class="atc_location">Turner Park Branch - Turner Park - Adult Program Room</var> </var> </span> </div> </span> </div> </div> </div> </div> </div> <div class="amh-block amh-container col-md-6" data-block-type="container" id="ido3nIF"> <div class="amh-content"> <div class="amh-row row" id="idjBI4g"> <div class="amh-block amh-text col-xs-2" data-block-type="text" id="iddyeni"> <div class="amh-content" style="position: relative;"> <span><p><span style="font-size: 2.8em;"><a href="#branch"><i class="am-locations turnerpark" style="color: #afafaf;"></i></a></span></p> </span> </div> </div> <div class="amh-block amh-text col-xs-10" data-block-type="text" id="idV05ku" style=""> <div class="amh-content" style="position: relative;"> <span> <h4><a style="font-weight: bold" href="#branch">Turner Park Branch</a></h4> <i>Turner Park - Adult Program Room</i> </span> </div> </div> </div> </div> </div> </div> <div class="amh-row row" id="idlw5ZC"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idjLXfv"> <div class="amh-content" style="position: relative;"><span><p class="custom1">Share your recent reads and get recommendations for your next book.</p></span></div> </div> </div> <div class="amh-row row" id="idQ9R9H"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idiga4D" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid; margin-top: 10px; margin-bottom: 10px;"> <span><p></p> <p>A drop-in literary discussion for readers of all interests. Talk about books you have recently read and hear recommendations on what to read next. There are no assigned readings and no limits to genres or authors discussed. </p></span> </div> </div> </div> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idoHUdG"> <div class="amh-content" style="position: relative;"> <p style="font-size: 0.8em;">AGE GROUP: <small>|</small> <a href="/events?a=Older+Adults">Older Adults</a> <small>|</small> <a href="/events?a=Adults+%2818%2B%29">Adults (18+)</a> <small>|</small> </p> <p style="font-size: 0.8em;">EVENT TYPE: <small>|</small> <a href="/events?t=Literary">Literary</a> <small>|</small> </p> <p style="font-size: 0.8em; display: none;">TAGS: <small>|</small> <a href="/events?term=Socialize">Socialize</a> <small>|</small> <a href="/events?term=Reading">Reading</a> <small>|</small> <a href="/events?term=Literature">Literature</a> <small>|</small> <a href="/events?term=Literary">Literary</a> <small>|</small> <a href="/events?term=In+Branch">In Branch</a> <small>|</small> </p> </div> </div> </div> </div> </div> </div> </div> </div> <a name="branch"></a> <div class="amh-row row" id="idVFirR"> <div class="amh-block amh-container col-md-12" data-block-type="container" style="" id="iddhZQW"> <div class="amh-content" style="border-width: 0px; border-style: solid; padding: 30px 15px 0 15px; margin-top: 30px; background-color: rgb(247, 247, 247);"> <div class="amh-row row" id="idu1bAQ"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idpexXl" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid; padding-top: 8px; margin-left: 24px; margin-bottom: 20px; margin-right: 24px;"> <span><h2><span style="color: #535353;">Turner Park Branch</span></h2> </span> </div> </div> </div> <div class="amh-row row" id="idKtz5s"> <div class="amh-block amh-container col-md-4" data-block-type="container" style="" id="idn2Wy5"> <div class="amh-content turnerpark" style="border-width: 0px; border-style: solid; margin: 0px 24px 24px;"> <div class="amh-row row" id="idwcYV5"> <div class="amh-block amh-widget col-md-12" id="idmWapm" style=""> <div class="amh-content" style="position: relative;"> <span class="headingtext" style="font-weight: 600;">Phone: </span>289-779-7588<br> <div class="headingtext" style="font-weight: 600;">Branch manager</div> Karen Milligan </div> </div> </div> <div class="amh-row row turnerpark" id="idVbM5V"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idXeZ7U" style=""> <hr> <div class="amh-content" style="position: relative;"><span class="headingtext" style="font-weight: 600;">Hours</span></div> </div> </div> <div class="amh-row row turnerpark" id="idxCr9h"> <div class="amh-block amh-widget col-md-12" data-block-type="widget" id="idiGB99" style=""> <div class="amh-content" style="border-width: 0px; border-style: solid;"> <div class="dynamic-widget" data-frame="false" data-fill-with="12876" data-location="1402"></div> </div> </div> </div> <div class="amh-row row" id="idHDs0a"> <div class="amh-block amh-container col-md-12" data-block-type="container" style="" id="idgx3rh"> <div class="amh-content" style="border-width: 0px; border-style: solid;margin-bottom: 1em"> <div class="amh-row row turnerpark" id="idQnNLP"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idiSdgl" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid;"> <iframe style="height:350px;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=Turner%20Park%20Branch,352%20Rymal%20Road%20East,Hamilton,ON,L9B%201C2&key=AIzaSyBIswHRc1E1cJ0rOY7JpZIo-KPCh9OMgJY"></iframe> </div> </div> </div> </div> </div> </div> </div> </div> <div class="amh-block amh-container col-md-4 turnerpark" data-block-type="container" id="idIBGTZ"> <div class="amh-content" style="border-width: 0px; border-style: solid; margin: 0px 24px;"> <div class="amh-row row" id="id1XB2R"> <div class="amh-block amh-widget col-md-12 turnerpark" id="idzZ1Ds" style=""> <div class="amh-content" style="position: relative;margin-bottom: 1em"> <a target="_blank" href="http://maps.google.com/?q=Turner%20Park%20Branch,352%20Rymal%20Road%20East,Hamilton,ON,L9B%201C2"> <span style="float:left"><i class="am-locations" style="font-size: 2.8em;color: #afafaf;"></i></span> </a> <a style="padding: .7em 0;display: block;" target="_blank" href="http://maps.google.com/?q=Turner+Park+Branch,352+Rymal+Road+East,Hamilton,ON,L9B+1C2"> 352 Rymal Road East,<br> Hamilton, Hamilton, ON, L9B 1C2 </a> </div> </div> </div> <div class="amh-row row" id="idRETDF"> <div class="amh-block amh-widget col-md-12" data-block-type="widget" id="id0qzUU" style=""> <div class="amh-content" style="position: relative;margin-bottom: 1em;text-align: center;"> <img class="locimg locimgpos2 turnerpark" style="width: 100%; max-width: 350px !important" src="/images/locations/hpl/TP_8247%20July2022%20COMMUNICO.jpg"> </div> </div> </div> <div class="amh-row row" id="idwq8Js"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idkBcKQ" style=""> <div class="amh-content" style="position: relative;margin-bottom: 1em"> <div class="headingtext" style="font-weight: 600;">About the branch</div> <p>Opened in 2009, Turner Park Branch shares a stunning multi-use facility with the YMCA. The single-floor Branch offers materials and programming for children, youths, adults and seniors.</p> </div> </div> </div> </div> </div> <div class="amh-block amh-container col-md-4 turnerpark" data-block-type="container" id="id4Ejdw"> <div class="amh-content" style="border-width: 0px 0px 0px 1px; border-style: solid; margin: 0px 24px 24px 0px; padding: 0px 0px 0px 24px; border-color: rgb(211, 211, 211);"> <div class="amh-row row" id="idTyVve"> <div class="amh-block amh-text col-md-12" data-block-type="text" id="idsqaCW" style=""> <div class="amh-content" style="position: relative; border-width: 0px; border-style: solid;"><span><h4>Upcoming events</h4></span></div> </div> </div> <div class="amh-row row" id="idvtZwH"> <div class="amh-block amh-widget col-md-12" data-block-type="widget" id="idtvR3F" style=""> <div class="amh-content" style="border-width: 0px; border-style: solid; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;"> <div class="dynamic-widget" data-frame="false" data-fill-with="12875" data-location="1402"><div data-widgetid="12875" id="12875"> <div class="amev-event-list"> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12856431">Community Partner Visit - COAST Hamilton<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12856431 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12856431" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 9:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Find out how the Crisis Outreach and Support Team supports Hamilton residents dealing with mental health and addictions issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886630">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886630 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886630" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780407">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780407 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780407" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776505">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776505 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776505" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801628">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801628 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801628" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12581237">Computer Literacy for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12581237 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12581237" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A six-week program that teaches adults 55+ about computer skills and stay safe online.</div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728319">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728319 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728319" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884115">Online Dating for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884115 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884115" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn to navigate the digital space of online dating.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884116">Digitize Your Memories<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884116 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIGITIZE_MEMORIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884116" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Makerspace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Digitize photographs, negatives and VHS cassettes. </div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752880">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752880 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752880" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758270">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758270 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758270" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12769692">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12769692 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12769692" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782350">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782350 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782350" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786378">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786378 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786378" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792794">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792794 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792794" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794377">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794377 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794377" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728662">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728662 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728662" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777359">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777359 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777359" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882513">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882513 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882513" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Community Centre</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794436">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794436 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794436" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758284">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758284 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758284" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 10:45am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12827874">Central Book Club<span class="amev-event-subtitle"> - The Phoenix Crown by Kate Quinn and Janie Chang</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12827874 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12827874" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752983">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752983 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752983" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799453">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799453 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799453" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753056">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753056 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753056" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12857607">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12857607 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12857607" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12299390">Community Partner Visit - Xperience Annex<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12299390 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12299390" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Housing, employment, education and mental health supports for youth ages 18-29.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12856400">Fibromyalgia Support Group<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12856400 { background-image: url('https://hpl.libnet.info/images/events/hpl/Health_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12856400" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support for those with fibromyalgia and chronic fatigue.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870879">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870879 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870879" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 01, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860295">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860295 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860295" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:00pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775106">Movies for Adults at Stoney Creek<span class="amev-event-subtitle"> - The Book of Clarence (2023) 14A</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775106 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775106" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12827917">Young at Heart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12827917 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_YOUNG_AT_HEART.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12827917" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Connect with others age 55 and older for fun and games. </div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773817">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773817 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773817" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539191">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539191 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539191" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876843">Spanish Book Club - Club de lectura español para mayores <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876843 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876843" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A book club for older adults interested in reading and discussing great books in Spanish. </div></div> <a href="https://afhhamilton.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Spanish Book Club - Club de lectura español para mayores - In-Branch Program, Tue, Apr 01, 2:00pm - 3:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12708161">Cross Stitch Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12708161 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STITCH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12708161" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your current cross stitch project, or start a new one.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728876">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728876 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728876" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870892">Infant Connections<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870892 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870892" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In Branch , Tue, Apr 01, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773978">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773978 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773978" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12828401">How To Organize Your Space<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12828401 { background-image: url('https://hpl.libnet.info/images/events/hpl/DIY_Crafts.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12828401" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn tips and tricks to declutter and organize your space.</div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12823065">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12823065 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12823065" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12868991">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12868991 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12868991" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 01, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13016063">Information Table - ACORN<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13016063 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13016063" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Jackson Square Lobby</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the Association of Community Organizations for Reform Now (ACORN), Hamilton's largest citywide tenant union. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728800">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728800 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728800" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786873">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786873 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786873" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860334">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860334 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860334" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820053">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820053 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820053" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876859">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876859 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876859" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884093">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884093 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884093" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Open Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13119300">McMaster Children and Youth University STEAM Workshop<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13119300 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13119300" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Question, discover, create: STEAM with McMaster Student Facilitators. </div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876873">Conversation Exchange: Español/English<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876873 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation_Espanol_English.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876873" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">English and Spanish learners practice their second languages in a facilitated group discussion. All skill levels welcome.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12885951">Craft at HPL - Mandala Stones<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12885951 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIY_CRAFTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12885951" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty. </div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12417459">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12417459 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12417459" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12700847">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12700847 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12700847" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863120">Long Story Short: A Short Story Book Club<span class="amev-event-subtitle"> - Factory Air by Omar El Akkad</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863120 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863120" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read and discuss a short story.</div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847264">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847264 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847264" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801439">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801439 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801439" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 6:00pm - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882982">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882982 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882982" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377978">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377978 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377978" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860320">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860320 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860320" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793341">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793341 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793341" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13119665">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13119665 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13119665" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12683167">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12683167 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12683167" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12715942">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12715942 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12715942" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780417">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780417 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780417" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728996">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728996 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728996" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871720">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871720 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871720" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782314">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782314 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782314" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880266">Parachute Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880266 { background-image: url('https://hpl.libnet.info/images/events/hpl/Parachute_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880266" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Sing and play under the rainbow parachute.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792795">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792795 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792795" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801057">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801057 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801057" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871862">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871862 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871862" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879620">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879620 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879620" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858633">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858633 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858633" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 11:00am - 11:45am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12722265">Movies for All at Central<span class="amev-event-subtitle"> - Finding Dory (2016) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12722265 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12722265" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739887">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739887 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739887" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758723">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758723 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758723" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Lynden Branch - <i>Lynden - Fireplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766075">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766075 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766075" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739909">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739909 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739909" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736806">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736806 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736806" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - 1st Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858718">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858718 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858718" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889648">Chair Yoga<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889648 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889648" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Gentle and slow stretching. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863075">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863075 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863075" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788736">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788736 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788736" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809072">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809072 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809072" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813982">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813982 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813982" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12893060">Community Partner Visit - Peer Support<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12893060 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12893060" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Peer Supporters listen, provide emotional support, and most importantly, inspire hope</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539176">Adult Creative Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539176 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539176" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Dabble in colouring, puzzles and Scrabble. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728884">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728884 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728884" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736787">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736787 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736787" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Meeting Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753142">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753142 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753142" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884117">Basic Internet Skills 2<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884117 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Skills_2.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884117" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Focus on search techniques and building familiarity with browser functions. </div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886874">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886874 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886874" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <button data-eventid="12886874" data-regtype="1" data-recurringid="3179097" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Knit for a Cause - In-Branch Program, Wed, Apr 02, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12885975">Craft Cart - Caterpillars<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12885975 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12885975" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781260">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781260 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781260" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879659">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879659 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879659" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12859062">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12859062 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12859062" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815192">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815192 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815192" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12824072">Information for Newcomers- Hamilton Urban Core Health Centre<span class="amev-event-subtitle"> - In-Branch Program </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12824072 { background-image: url('https://hpl.libnet.info/images/events/hpl/NLC_Info.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12824072" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about Newcomer Health programs offered at the Hamilton Urban Core Community Health Centre.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847288">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847288 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847288" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882379">English Conversation Circle at Terryberry<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882379 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882379" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884535">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884535 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884535" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892387">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892387 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892387" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12956925">Tween Writing Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12956925 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12956925" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A writing group for tweens.</div></div> <button data-eventid="12956925" data-regtype="1" data-recurringid="3209883" data-testmode="0" data-locationid="1384" data-total_registrants="1" data-max_attendee="5" class="button eventRegButton registerForEvent" aria-label="Register for Tween Writing Circle - In-Branch Program, Wed, Apr 02, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847307">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847307 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847307" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736917">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736917 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736917" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 5:30pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777728">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777728 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777728" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 5:30pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782548">Group Theraplay - Parent-Child Play Program<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782548 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782548" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Parents and children build their relationship through fun activities and interaction. </div></div> <a href="https://www.hamilton.ca/people-programs/public-health/parenting-supports/parenting-groups-hamilton#theraplay" target="_blank" class="button eventRegButton" aria-label="Register for Group Theraplay - Parent-Child Play Program - In-Branch , Wed, Apr 02, 5:30pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881388">Basic Computer Skills 1 - Device, Mouse and Keyboard<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881388 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COMPUTER_SKILLS_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881388" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to the basics of a computer including using the mouse and keyboard. </div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866217">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866217 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866217" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799028">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799028 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799028" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 6:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883388">Hamilton Mountain Writers’ Guild<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883388 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883388" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 6:30pm - 7:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice writing skills and network with other writers. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855523">Tour the Makerspace <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855523 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MAKERSPACE_TOUR.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855523" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 02, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Maker Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the equipment available in the Makerspace.</div></div> <div class="regclosed amev-event-regclosed">Registration is now closed</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871646">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871646 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871646" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 8:00am - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801629">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801629 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801629" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13119666">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13119666 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13119666" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12726852">Adult Special Needs Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12726852 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12726852" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with special needs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728997">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728997 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728997" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786386">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786386 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786386" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794378">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794378 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794378" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866228">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866228 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866228" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801682">Movies for All at Stoney Creek<span class="amev-event-subtitle"> - Captain Underpants: The First Epic Movie (2017) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801682 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801682" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809644">Budget Friendly Cooking Workshop<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809644 { background-image: url('https://hpl.libnet.info/images/events/hpl/Piggy_Bank.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809644" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to eat well and spend less.</div></div> <button data-eventid="12809644" data-regtype="1" data-recurringid="3187150" data-testmode="0" data-locationid="1404" data-total_registrants="3" data-max_attendee="25" class="button eventRegButton registerForEvent" aria-label="Register for Budget Friendly Cooking Workshop - In-Branch Program, Thu, Apr 03, 10:00am - 11:00am">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871863">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871863 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871863" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863085">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863085 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863085" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758567">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758567 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758567" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766592">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766592 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766592" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794437">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794437 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794437" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866237">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866237 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866237" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739713">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739713 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739713" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818417">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818417 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818417" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766085">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766085 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766085" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775539">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775539 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775539" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877642">Internet Privacy and Security 1<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877642 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877642" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to maximizing your privacy and security on the internet. </div></div> <button data-eventid="12877642" data-regtype="1" data-recurringid="3187102" data-testmode="0" data-locationid="1385" data-total_registrants="2" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Internet Privacy and Security 1 - In-Branch Program, Thu, Apr 03, 11:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890206">Teen Video Gaming with Teen Volunteers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890206 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890206" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play video games on Nintendo Switch with other teens.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12885979">Craft at HPL - Decoupage a Terra Pot Planter<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12885979 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIY_CRAFTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12885979" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty after watching this online how-to session.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858667">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858667 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858667" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 11:45am - 12:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809170">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809170 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809170" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815232">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815232 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815232" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12851746">Community Partner Visit - Goodwill Amity<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12851746 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12851746" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Job seekers, visit Goodwill Amity staff at the Community Partner Desk for employment help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13071530">Spring Into Connection<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13071530 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13071530" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Socialize, participate in health and well-being activities and learn about city and library resources. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13253997">Community Partner Visit - Hamilton Family and Child Supports<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13253997 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13253997" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hamilton Child and Family Supports was established in 1894 as a not-for-profit charitable organization focusing on the well-being and protection of children. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758311">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758311 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758311" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758675">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758675 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758675" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792419">Relaxation and Movement<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792419 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792419" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 1:30pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Mild exercise to help release your tension and stress. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757829">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757829 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757829" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12922582">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12922582 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12922582" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886891">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886891 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886891" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12774876">Cookbook Club<span class="amev-event-subtitle"> - Ottolenghi Simple by Yotam Ottolenghi</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12774876 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_COOKBOOK.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12774876" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Level up your cooking and baking skills. Choose a recipe, prepare it at home and share your experience with fellow home chefs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890994">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890994 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890994" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12817950">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12817950 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12817950" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12940215">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12940215 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12940215" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13172717">Beginner's Sewing Workshop: Make a Reuseable Pad<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13172717 { background-image: url('https://hpl.libnet.info/images/events/hpl/Reusable_Pads.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13172717" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn a new skill and help tackle period poverty.</div></div> <button data-eventid="13172717" data-regtype="1" data-recurringid="3247730" data-testmode="0" data-locationid="1404" data-total_registrants="4" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Beginner" s sewing workshop: make a reuseable pad in-branch program thu apr>Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866248">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866248 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866248" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879678">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879678 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879678" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877140">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877140 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877140" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877131">English Conversation Circle at Central<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877131 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877131" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820054">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820054 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820054" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892633">STEAM Learning Lab <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892633 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892633" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864113">Dungeons and Dragons Campaign<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864113 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864113" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description"> Take your character on a legendary adventure.</div></div> <button data-eventid="12864113" data-regtype="1" data-recurringid="3178925" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Dungeons and Dragons Campaign - In-Branch Program, Thu, Apr 03, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863230">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863230 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863230" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 4:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12545931">Understand Your Grief <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12545931 { background-image: url('https://hpl.libnet.info/images/events/hpl/Grief_and_Death.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12545931" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 4:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Understanding your Grief is an 8-week group focused on psycho-education and support of those who have experienced the death of someone close to them.</div></div> <a href="https://forms.office.com/pages/responsepage.aspx?id=nerz5m9uJ02WKnafMmbSdtTqJMHCd_1KnebUrg8fUqNUQ09NMDYyNVdOOVRYSEdWRzVaQjdEMFJWWC4u&route=shorturl" target="_blank" class="button eventRegButton" aria-label="Register for Understand Your Grief - In-Branch Program, Thu, Apr 03, 4:30pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788802">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788802 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788802" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12800466">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12800466 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12800466" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882920">Create a Podcast<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882920 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_PODCAST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882920" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to create a podcast.</div></div> <button data-eventid="12882920" data-regtype="1" data-recurringid="3188077" data-testmode="0" data-locationid="1403" data-total_registrants="5" data-max_attendee="20" class="button eventRegButton registerForEvent" aria-label="Register for Create a Podcast - In-Branch, Thu, Apr 03, 5:00pm - 6:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814278">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814278 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814278" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 5:45pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12994281">Club de lecture francophone <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12994281 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12994281" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 6:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Si vous êtes intéressé à lire et à discuter de bons livres, il existe un club de lecture près de chez vous.</div></div> <a href="https://cfhamilton.ca/club-de-lecture/" target="_blank" class="button eventRegButton" aria-label="Register for Club de lecture francophone - In-Branch Program, Thu, Apr 03, 6:00pm - 7:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752885">Art in the Air - Open Mic Poetry Reading<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752885 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752885" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join poetry enthusiasts for an evening of spoken word.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891007">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891007 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891007" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 03, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729214">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729214 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729214" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863492">Family Movies at Binbrook<span class="amev-event-subtitle"> - Transformer One (2024) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863492 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863492" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870540">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870540 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870540" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884118">Digitize Your Memories<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884118 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIGITIZE_MEMORIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884118" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Digitize photographs, negatives and VHS cassettes. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757695">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757695 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757695" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863491">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863491 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863491" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886101">Make and Create - Paper Flowers and Trees<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886101 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_LITTLE_ARTISTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886101" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your child's imagination by exploring a variety of art materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12789787">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12789787 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12789787" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12744188">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12744188 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12744188" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:30am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758779">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758779 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758779" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860380">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860380 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860380" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12821493">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12821493 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12821493" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891078">Play Kitchen<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891078 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KITCHEN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891078" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with our various food-themed stations and activities. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886108">Draw Cute Animals<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886108 { background-image: url('https://hpl.libnet.info/images/events/hpl/Colouring_Circle.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886108" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to draw cute animals.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793256">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793256 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793256" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883153">Library Mini Golf<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883153 { background-image: url('https://hpl.libnet.info/images/events/hpl/Golf.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883153" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Design and play an indoor mini golf course.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12878136">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12878136 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12878136" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 12:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881404">Noon Hour Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Carolyn Credico Quartet: Bass, Drums, Piano, Vocals</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881404 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881404" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12869168">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12869168 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12869168" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 12:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863093">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863093 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863093" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i> <span class="eelist-changed-message">New venue</span> Dundas Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866683">Information Table<span class="amev-event-subtitle"> - Good Shepherd Community Health Community Connectors</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866683 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866683" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about Good Shepherd Community Health's Community Connectors.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880453">Poetry Party <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880453 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880453" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 1:30pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about various forms of poetry and start writing. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13138565">Refugee Rights Day<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13138565 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13138565" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 1:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the services and supports available to refugee claimants in Hamilton.</div></div> <button data-eventid="13138565" data-regtype="1" data-recurringid="3239451" data-testmode="0" data-locationid="1388" data-total_registrants="55" data-max_attendee="100" class="button eventRegButton registerForEvent" aria-label="Register for Refugee Rights Day - In-Branch Program, Fri, Apr 04, 1:30pm - 5:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863011">Women’s Education and Rural Support Counselling<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863011 { background-image: url('https://hpl.libnet.info/images/events/hpl/Women_Health.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863011" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A safe space for women to discuss mental health, wellness, boundaries, healthy relationships and more. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883154">Nintendo Switch Gaming<span class="amev-event-subtitle"> - Mario Kart 8</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883154 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883154" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Challenge fellow gamers to claim the title of champion.</div></div> <button data-eventid="12883154" data-regtype="1" data-recurringid="3177726" data-testmode="0" data-locationid="1399" data-total_registrants="3" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Nintendo Switch Gaming - Mario Kart 8, Fri, Apr 04, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883158">Parachute Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883158 { background-image: url('https://hpl.libnet.info/images/events/hpl/Parachute_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883158" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Sing and play under the rainbow parachute.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883166">Kids' Trivia<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883166 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_TRIVIA_NIGHT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883166" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Test your trivia knowledge in this fun competition for kids ages 6-12.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892955">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892955 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892955" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788884">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788884 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788884" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882923">Maker Cart Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882923 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882923" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Choose from an assortment of tech devices and traditional crafting materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864101">Family Movies at Turner Park<span class="amev-event-subtitle"> - Night at the Museum (2006) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864101 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864101" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870611">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Gypsy Spirit: Accordion, Guitar</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870611 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870611" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Fireplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13150518">Community Partner Visit - Hamilton Urban Core<span class="amev-event-subtitle"> - Newcomer Settlement Orientation </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13150518 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13150518" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support and services to immigrant and refugee individuals and families with settlement, career guidance, health and related issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864102">Family Movies at Saltfleet<span class="amev-event-subtitle"> - Hitpig! (2024) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864102 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864102" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:30pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886203">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886203 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886203" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881466">Build a Videogame With Bloxels<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881466 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881466" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build a video game from scratch.</div></div> <button data-eventid="12881466" data-regtype="1" data-recurringid="3188084" data-testmode="0" data-locationid="1388" data-total_registrants="1" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Build a Videogame With Bloxels - In-Branch Program, Fri, Apr 04, 2:30pm - 3:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792255"> Drop-In Nintendo Switch Gaming<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792255 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792255" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in for multiplayer video game fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890233">How To Talk to Kids About Dying, Death and Grief<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890233 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890233" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 3:00pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to talk to children about dying, death and grief.</div></div> <a href="https://www.homehospiceassociation.com/event-details/parents-and-guardians-death-cafe" target="_blank" class="button eventRegButton" aria-label="Register for How To Talk to Kids About Dying, Death and Grief - In-Branch Program, Fri, Apr 04, 3:00pm - 5:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886207">Craft Cart - Caterpillars <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886207 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886207" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879691">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879691 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879691" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892402">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892402 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892402" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788848">Dungeons and Dragons<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788848 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788848" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Go on a fantastic journey full of daring adventure. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13257441">Maker Cart Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13257441 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13257441" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 04, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Choose from an assortment of tech devices and traditional crafting materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871647">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871647 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871647" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 8:00am - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858793">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858793 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858793" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 9:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886637">Free Tax Preparation Service Drop-In<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886637 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886637" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886210">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886210 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886210" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892094">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892094 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892094" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766753">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766753 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766753" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871721">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871721 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871721" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12774980">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12774980 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12774980" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799284">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799284 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799284" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12779330">Yarn Swap<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12779330 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12779330" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Swap your yarn with other crafters and bring home new-to-you yarn for your projects.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886213">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886213 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886213" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814768">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814768 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814768" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818433">How-To Fair<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818433 { background-image: url('https://hpl.libnet.info/images/events/hpl/Repair_Cafe.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818433" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn new skills from local experts.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12819000">Repair Cafe at the Hamilton Public Library<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12819000 { background-image: url('https://hpl.libnet.info/images/events/hpl/Repair_Cafe.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12819000" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your broken household items to the library to be repaired by HPL's volunteer fixers. Learn new skills, promote sustainability and build community. </div></div> <a href="https://www.hpl.ca/forms/repair-cafe-registration-form" target="_blank" class="button eventRegButton" aria-label="Register for Repair Cafe at the Hamilton Public Library - In-Branch Program, Sat, Apr 05, 10:00am - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864120">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864120 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864120" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886234">Make and Create<span class="amev-event-subtitle"> - Plastic Canvas Embroidery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886234 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_LITTLE_ARTISTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886234" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your child's imagination by exploring a variety of art materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12795216">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12795216 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12795216" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884234">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884234 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884234" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 11:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12872610">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12872610 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12872610" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 11:00am - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12798341">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12798341 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12798341" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880430">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880430 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880430" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 12:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882955">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882955 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882955" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892427">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892427 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892427" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776003">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776003 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776003" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12865524">Family Movies at Valley Park<span class="amev-event-subtitle"> - Cloudy With a Chance of Meatballs (2017) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12865524 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12865524" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889964">Real Talk: Dying, Death and Grief <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889964 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889964" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 1:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A supportive space for youth to discuss dying, death and grief.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890713">Family Movies at Barton<span class="amev-event-subtitle"> - Wicked (2024) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890713 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890713" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883717">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Henry Strong Trio: Bass, Drums, Saxophone</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883717 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883717" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music at Turner Park. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728009">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728009 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728009" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866179">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866179 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866179" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864987">Family Movies at Turner Park<span class="amev-event-subtitle"> - Spider-Man: Into the Spider Verse (2019) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864987 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864987" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886239">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886239 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886239" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12817920">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12817920 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12817920" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-postponed"> <div class="eelist-changed-message">Rescheduled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13150518">Community Partner Visit - Hamilton Urban Core<span class="amev-event-subtitle"> - Newcomer Settlement Orientation </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13150518 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13150518" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:00pm - 4:30pm</div> <div class="amev-event-time headingtext"> <span class="eelist-changed-message">New date</span> Friday, April 04, 2:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support and services to immigrant and refugee individuals and families with settlement, career guidance, health and related issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886305">Make and Create - Plastic Canvas Embroidery<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886305 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_LITTLE_ARTISTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886305" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your child's imagination by exploring a variety of art materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883109">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883109 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883109" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801699">Family Movies at Stoney Creek<span class="amev-event-subtitle"> - Captain Underpants: The First Epic Movie (2017) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801699 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801699" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881523">Intro to the Brother PRS100 Embroidery Machine <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881523 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_EMBROIDERY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881523" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the features and functions of the Brother PRS100 embroidery machine. </div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12881523" data-regtype="2" data-locationid="1388" data-total_registrants="8" data-max_attendee="8" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for Intro to the Brother PRS100 Embroidery Machine - In-Branch Program, Sat, Apr 05, 2:30pm - 3:30pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13018932">Free Public Lecture<span class="amev-event-subtitle"> - Rebalancing the Story of Canadian Art</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13018932 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13018932" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 05, 7:30pm - 9:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>McMaster University Medical Centre - <i>Room 1A1, Ewart Angus Centre </i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Discover new ways to think about the legendary icons of Canadian art and expand the narrative of Canadian and Indigenous art today.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871648">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871648 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871648" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sun, Apr 06, 12:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377979">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377979 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377979" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886547">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886547 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886547" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782154">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782154 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782154" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13074585">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13074585 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13074585" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12698572">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12698572 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12698572" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12748675">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12748675 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12748675" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758763">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758763 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758763" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773214">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773214 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773214" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782260">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782260 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782260" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882429">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882429 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882429" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881977">Valley Park Book Club<span class="amev-event-subtitle"> - Moon of the Turning Leaves by Waubgeshig Rice</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881977 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881977" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881565">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881565 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881565" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12698592">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12698592 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12698592" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12748689">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12748689 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12748689" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882450">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882450 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882450" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12873815">Adult Special Needs Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12873815 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12873815" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with special needs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12761060">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12761060 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12761060" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12873822">Creative Circle for Adults with Special Needs<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12873822 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12873822" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to colour, do puzzles and play games. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884088">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884088 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884088" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 11:30am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12003963">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12003963 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12003963" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883484">Books and Brews Book Club - Dundas<span class="amev-event-subtitle"> - Lila by Marilynne Robinson</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883484 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883484" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>SHED Brewery</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about books at Shawn & Ed Brewing Company at 65 Hatt St., Dundas.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820816">Ancaster Writing Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820816 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_WRITER_IN_RESIDENCE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820816" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A supportive forum for aspiring writers. </div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12820816" data-regtype="2" data-locationid="1384" data-total_registrants="5" data-max_attendee="5" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for Ancaster Writing Circle - In-Branch Program, Mon, Apr 07, 1:00pm - 2:30pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790297">Movies for Adults at Central<span class="amev-event-subtitle"> - The Best Exotic Marigold Hotel (2011) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790297 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790297" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12859271">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12859271 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12859271" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813983">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813983 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813983" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889130">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889130 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889130" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Mon, Apr 07, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790553">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790553 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790553" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866200">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866200 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866200" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12787217">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12787217 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12787217" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881570">3D Design Intro <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881570 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_3D_DESIGN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881570" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about 3D design. </div></div> <button data-eventid="12881570" data-regtype="1" data-recurringid="3183278" data-testmode="0" data-locationid="1388" data-total_registrants="4" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for 3D Design Intro - In-Branch Program, Mon, Apr 07, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814398">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814398 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814398" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870807">Infant Connections<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870807 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870807" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In-Branch , Mon, Apr 07, 2:00pm - 2:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877646">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877646 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877646" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866209">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866209 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866209" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892272">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892272 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892272" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12878208">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12878208 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12878208" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773250">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773250 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773250" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781253">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781253 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781253" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815186">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815186 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815186" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12885454">Make and Create<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12885454 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_LITTLE_ARTISTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12885454" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your child's imagination by exploring a variety of art materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809320">Movies for Adults at Barton<span class="amev-event-subtitle"> - Rain Man (1988) PG-13</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809320 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809320" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12874283">STEAM Learning Lab <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12874283 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12874283" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883626">Guitar Pickers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883626 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_GUITAR.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883626" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 6:00pm - 7:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play guitar and share songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12771040">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12771040 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12771040" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890922">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890922 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890922" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890675">Monday Press Presents: Off_Beat<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890675 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890675" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 6:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Living Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to spoken word performances paired with local musicians.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766514">Teen Zone<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766514 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_GAMES_IN_PERSON.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766514" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 07, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hang out with friends in the library and explore games and activities.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780409">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780409 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780409" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776506">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776506 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776506" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801630">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801630 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801630" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12581306">Computer Literacy for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12581306 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12581306" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A six-week program that teaches adults 55+ about computer skills and stay safe online.</div></div> <button data-eventid="12581306" data-regtype="1" data-recurringid="3153168" data-testmode="0" data-locationid="1388" data-total_registrants="5" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Computer Literacy for Seniors - In-Branch Program, Tue, Apr 08, 10:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728320">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728320 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728320" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12868309">Digitize Your Memories<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12868309 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIGITIZE_MEMORIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12868309" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - 1st Floor Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Digitize photographs, negatives and VHS cassettes. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752881">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752881 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752881" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758271">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758271 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758271" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12769693">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12769693 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12769693" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782351">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782351 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782351" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786379">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786379 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786379" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792796">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792796 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792796" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794379">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794379 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794379" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13212850">Coffee with Paul<span class="amev-event-subtitle"> - Chat with HPL's Chief Librarian and CEO</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13212850 { background-image: url('https://hpl.libnet.info/images/events/hpl/Coffee_with_Paul.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13212850" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Study Table Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Share your ideas and feedback with Paul Takala as he tours HPL's 23 Branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728663">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728663 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728663" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777360">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777360 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777360" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882514">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882514 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882514" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Community Centre</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794438">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794438 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794438" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758285">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758285 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758285" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 10:45am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752984">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752984 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752984" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799486">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799486 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799486" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736697">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736697 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736697" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753057">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753057 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753057" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12299391">Community Partner Visit - Xperience Annex<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12299391 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12299391" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Housing, employment, education and mental health supports for youth ages 18-29.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870880">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870880 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870880" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 08, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860296">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860296 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860296" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775126">Movies for Adults at Stoney Creek<span class="amev-event-subtitle"> - The Old Man and the Gun (2018) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775126 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775126" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855397">Internet Privacy and Security 1<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855397 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855397" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to maximizing your privacy and security on the internet. </div></div> <button data-eventid="12855397" data-regtype="1" data-recurringid="3183797" data-testmode="0" data-locationid="1402" data-total_registrants="4" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Internet Privacy and Security 1 - In-Branch Program, Tue, Apr 08, 1:00pm - 2:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886310">Little Artists<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886310 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_LITTLE_ARTISTS_UPDATE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886310" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your little one's imagination.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13019062">Community Partner Visit - Jared's Place Legal Advocacy<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13019062 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13019062" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the legal advocacy and resources for women who have experienced violence.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773818">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773818 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773818" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539192">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539192 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539192" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12708162">Cross Stitch Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12708162 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STITCH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12708162" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your current cross stitch project, or start a new one.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728877">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728877 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728877" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870893">Infant Connections<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870893 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870893" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In Branch , Tue, Apr 08, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773979">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773979 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773979" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883719">Armchair Travel Canada<span class="amev-event-subtitle"> - Nova Scotia / New Brunswick</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883719 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_TRAVEL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883719" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Discover Canada from the comfort of your local library.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886314">How To Create a No-Dig Garden<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886314 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886314" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the steps to create a no-dig garden to grow vegetables, herbs or flowers.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12886314" data-regtype="2" data-locationid="1401" data-total_registrants="20" data-max_attendee="15" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for How To Create a No-Dig Garden - In-Branch Program, Tue, Apr 08, 2:00pm - 3:00pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12823066">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12823066 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12823066" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12868992">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12868992 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12868992" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 08, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13016064">Information Table - ACORN<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13016064 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13016064" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Jackson Square Lobby</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the Association of Community Organizations for Reform Now (ACORN), Hamilton's largest citywide tenant union. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12878126">STEAM Learning Lab - Paper Airplane Challenge<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12878126 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12878126" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728801">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728801 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728801" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786874">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786874 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786874" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860335">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860335 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860335" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820055">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820055 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820055" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876860">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876860 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876860" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12722400">Monthly Zine Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12722400 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_ZINE_CLUB.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12722400" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 5:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Circuit 4.0 Zone 3</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Share, collaborate and discuss with others who share an interest in zines. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876874">Conversation Exchange: Español/English<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876874 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation_Espanol_English.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876874" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">English and Spanish learners practice their second languages in a facilitated group discussion. All skill levels welcome.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12417460">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12417460 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12417460" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12700848">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12700848 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12700848" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847265">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847265 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847265" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801440">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801440 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801440" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 6:00pm - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12867699">Book Chat - Comics and Manga<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12867699 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12867699" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Share your recent reads and get recommendations for your next book.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882983">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882983 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882983" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 08, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377980">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377980 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377980" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860321">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860321 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860321" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793342">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793342 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793342" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12683168">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12683168 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12683168" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12715943">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12715943 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12715943" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780418">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780418 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780418" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728998">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728998 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728998" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879603">Little Artists<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879603 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_LITTLE_ARTISTS_UPDATE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879603" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your little one's imagination.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871722">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871722 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871722" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782315">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782315 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782315" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792797">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792797 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792797" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801058">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801058 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801058" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871864">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871864 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871864" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879621">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879621 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879621" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881980">Locke Book Club<span class="amev-event-subtitle"> - Violeta by Isabel Allende</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881980 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881980" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Open Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858635">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858635 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858635" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:00am - 11:45am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12724079">Movies for All at Central<span class="amev-event-subtitle"> - Cinderella (2021) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12724079 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12724079" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739888">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739888 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739888" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758724">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758724 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758724" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Lynden Branch - <i>Lynden - Fireplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766076">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766076 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766076" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890409">Stress Strategies for Parents and Caregivers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890409 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890409" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to go from overwhelmed to empowered.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739910">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739910 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739910" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736807">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736807 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736807" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - 1st Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858719">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858719 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858719" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889649">Chair Yoga<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889649 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889649" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Gentle and slow stretching. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863076">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863076 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863076" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788738">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788738 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788738" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809073">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809073 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809073" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813984">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813984 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813984" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12893061">Community Partner Visit - Peer Support<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12893061 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12893061" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Peer Supporters listen, provide emotional support, and most importantly, inspire hope</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539177">Adult Creative Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539177 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539177" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Dabble in colouring, puzzles and Scrabble. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728885">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728885 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728885" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736788">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736788 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736788" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Meeting Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753144">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753144 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753144" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12771453">How To Make a Resume<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12771453 { background-image: url('https://hpl.libnet.info/images/events/hpl/Job_Search.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12771453" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A walkthrough of HPL’s resume, cover letter and job search resources including Resume.com and Brainfuse JobNow.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12771453" data-regtype="2" data-locationid="1397" data-total_registrants="7" data-max_attendee="6" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for How To Make a Resume - In-Branch Program, Wed, Apr 09, 2:00pm - 3:00pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881702">Make Stickers With a Vinyl Printer<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881702 { background-image: url('https://hpl.libnet.info/images/events/hpl/STICKERS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881702" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to create custom designs, print and cut them out using a vinyl printer.</div></div> <button data-eventid="12881702" data-regtype="1" data-recurringid="3183369" data-testmode="0" data-locationid="1388" data-total_registrants="4" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Make Stickers With a Vinyl Printer - In-Branch Program, Wed, Apr 09, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883740">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Roberto Santos Quartet: Upright Bass, Drums, Keys, Tenor Sax</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883740 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883740" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Outreach</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886875">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886875 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886875" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <button data-eventid="12886875" data-regtype="1" data-recurringid="3179097" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Knit for a Cause - In-Branch Program, Wed, Apr 09, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886324">Craft Cart - Rain<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886324 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886324" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781261">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781261 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781261" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879660">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879660 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879660" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815193">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815193 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815193" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882380">English Conversation Circle at Terryberry<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882380 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882380" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884536">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884536 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884536" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786493">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786493 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786493" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892388">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892388 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892388" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883177">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883177 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883177" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 5:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847308">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847308 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847308" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736918">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736918 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736918" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 5:30pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777729">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777729 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777729" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 5:30pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782549">Group Theraplay - Parent-Child Play Program<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782549 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782549" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Parents and children build their relationship through fun activities and interaction. </div></div> <a href="https://www.hamilton.ca/people-programs/public-health/parenting-supports/parenting-groups-hamilton#theraplay" target="_blank" class="button eventRegButton" aria-label="Register for Group Theraplay - Parent-Child Play Program - In-Branch , Wed, Apr 09, 5:30pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866218">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866218 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866218" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892937">STEAM Learning Lab <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892937 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892937" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799029">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799029 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799029" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 6:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879670">Embroidery Machine Intro<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879670 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_EMBROIDERY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879670" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Maker Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to use an embroidery machine. </div></div> <button data-eventid="12879670" data-regtype="1" data-recurringid="3188507" data-testmode="0" data-locationid="1404" data-total_registrants="5" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Embroidery Machine Intro - In-Branch Program, Wed, Apr 09, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886945">Car-Buying Seminar<span class="amev-event-subtitle"> - Virtual Program </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886945 { background-image: url('https://hpl.libnet.info/images/events/hpl/Car-Buying_Seminar.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886945" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 09, 7:00pm - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch - <i>Online</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about consumer rights for when you are purchasing a vehicle. </div></div> <button data-eventid="12886945" data-regtype="1" data-recurringid="3112075" data-testmode="0" data-locationid="2265" data-total_registrants="2" data-max_attendee="25" class="button eventRegButton registerForEvent" aria-label="Register for Car-Buying Seminar - Virtual Program , Wed, Apr 09, 7:00pm - 8:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801631">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801631 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801631" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13074527">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13074527 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13074527" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12726853">Adult Special Needs Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12726853 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12726853" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with special needs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728999">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728999 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728999" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786387">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786387 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786387" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794380">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794380 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794380" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866229">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866229 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866229" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12804091">Movies for All at Stoney Creek<span class="amev-event-subtitle"> - Wonder Park (2019) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12804091 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12804091" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809742">How To Save Money on Groceries<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809742 { background-image: url('https://hpl.libnet.info/images/events/hpl/Piggy_Bank.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809742" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to save money on groceries using apps, reward programs and online resources.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871865">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871865 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871865" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863086">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863086 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863086" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758568">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758568 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758568" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766593">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766593 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766593" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794439">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794439 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794439" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866238">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866238 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866238" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739714">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739714 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739714" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818418">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818418 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818418" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766086">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766086 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766086" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775540">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775540 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775540" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809341">Internet Privacy and Security 2<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809341 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809341" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about viruses and email scams to increase your internet privacy and security. </div></div> <button data-eventid="12809341" data-regtype="1" data-recurringid="3187104" data-testmode="0" data-locationid="1385" data-total_registrants="2" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Internet Privacy and Security 2 - In-Branch Program, Thu, Apr 10, 11:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890207">Teen Video Gaming with Teen Volunteers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890207 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890207" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play video games on Nintendo Switch with other teens.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858668">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858668 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858668" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 11:45am - 12:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809171">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809171 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809171" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815233">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815233 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815233" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - 1st Floor Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881987">Locke Adult Book Club<span class="amev-event-subtitle"> - It Ends With Us by Colleen Hoover</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881987 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881987" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Open Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13253998">Community Partner Visit - Hamilton Family and Child Supports<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13253998 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13253998" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hamilton Child and Family Supports was established in 1894 as a not-for-profit charitable organization focusing on the well-being and protection of children. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758312">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758312 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758312" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758676">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758676 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758676" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855403">Tech Club Co-Design Workshop for Adults with Dementia <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855403 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855403" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Help us design a workshop to create a tech club tailored to older adults living with dementia and their care partners. </div></div> <button data-eventid="12855403" data-regtype="1" data-recurringid="3193081" data-testmode="0" data-locationid="1402" data-total_registrants="4" data-max_attendee="20" class="button eventRegButton registerForEvent" aria-label="Register for Tech Club Co-Design Workshop for Adults with Dementia - In-Branch Program, Thu, Apr 10, 1:30pm - 3:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757830">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757830 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757830" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12922583">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12922583 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12922583" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12774741">How To Make a Resume<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12774741 { background-image: url('https://hpl.libnet.info/images/events/hpl/Job_Search.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12774741" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A walkthrough of HPL’s resume, cover letter and job search resources including Resume.com and Brainfuse JobNow.</div></div> <button data-eventid="12774741" data-regtype="1" data-recurringid="3181528" data-testmode="0" data-locationid="1401" data-total_registrants="5" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for How To Make a Resume - In-Branch Program, Thu, Apr 10, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886892">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886892 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886892" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890995">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890995 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890995" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12940216">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12940216 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12940216" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth- Common Area </i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13153622">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13153622 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13153622" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866249">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866249 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866249" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879679">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879679 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879679" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877141">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877141 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877141" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877132">English Conversation Circle at Central<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877132 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877132" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820056">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820056 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820056" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883192">Kids' Trivia<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883192 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_TRIVIA_NIGHT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883192" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Test your trivia knowledge in this fun competition for kids ages 6-12.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864114">Dungeons and Dragons Campaign<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864114 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864114" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description"> Take your character on a legendary adventure.</div></div> <button data-eventid="12864114" data-regtype="1" data-recurringid="3178925" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Dungeons and Dragons Campaign - In-Branch Program, Thu, Apr 10, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863231">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863231 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863231" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 4:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891912">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891912 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891912" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13041114">Understand Your Grief <span class="amev-event-subtitle"> - SESSION IS FULL</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13041114 { background-image: url('https://hpl.libnet.info/images/events/hpl/Grief_and_Death.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13041114" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 4:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An eight-week group focused on psycho-education and support of those who have experienced the death of someone close to them. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788803">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788803 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788803" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12800467">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12800467 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12800467" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883215">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883215 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883215" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this Hamilton city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814279">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814279 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814279" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 5:45pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880872">Filipino Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880872 { background-image: url('https://hpl.libnet.info/images/events/hpl/Filipino_Conversation_Circle_LOGOs.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880872" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking Filipino/Bisaya in a small group.</div></div> <button data-eventid="12880872" data-regtype="1" data-recurringid="3171585" data-testmode="0" data-locationid="1388" data-total_registrants="4" data-max_attendee="30" class="button eventRegButton registerForEvent" aria-label="Register for Filipino Conversation Circle - In-Branch Program , Thu, Apr 10, 6:00pm - 7:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788003">Dungeons and Dragons Workshop<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788003 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_GAMES_IN_PERSON.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788003" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in session for teens interested in setting up a Dungeons and Dragon campaign.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12986453">Internet Privacy and Security 1<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12986453 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12986453" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to maximizing your privacy and security on the internet. </div></div> <button data-eventid="12986453" data-regtype="1" data-recurringid="3215771" data-testmode="0" data-locationid="1388" data-total_registrants="1" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Internet Privacy and Security 1 - In-Branch Program, Thu, Apr 10, 6:00pm - 7:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881809">HPL Author Series<span class="amev-event-subtitle"> - How to Survive a Bear Attack with Claire Cameron</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881809 { background-image: url('https://hpl.libnet.info/images/events/hpl/Author_Events_icon_-_Cameron.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881809" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Author Claire Cameron discusses her book with Hamilton Review of Books founder Dana Hansen.</div></div> <button data-eventid="12881809" data-regtype="1" data-recurringid="3181422" data-testmode="0" data-locationid="1388" data-total_registrants="38" data-max_attendee="80" class="button eventRegButton registerForEvent" aria-label="Register for HPL Author Series - How to Survive a Bear Attack with Claire Cameron, Thu, Apr 10, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891008">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891008 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891008" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 10, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871649">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871649 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871649" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 8:00am - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886333">Little Artists<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886333 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_LITTLE_ARTISTS_UPDATE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886333" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your little one's imagination.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729216">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729216 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729216" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12742558">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12742558 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12742558" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884125">Ancestry Library Edition<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884125 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FAMILY_TREE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884125" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trace your roots using Ancestry Library Edition. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757696">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757696 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757696" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863238">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863238 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863238" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12789788">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12789788 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12789788" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12744324">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12744324 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12744324" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:30am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758780">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758780 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758780" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860381">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860381 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860381" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12821494">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12821494 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12821494" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891079">Play Kitchen<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891079 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KITCHEN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891079" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with our various food-themed stations and activities. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870461">Relaxation and Movement<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870461 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870461" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Mild exercise to help release your tension and stress. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793257">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793257 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793257" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884542">Make Art<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884542 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_ART_CLUB.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884542" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 11:30am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create art with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881813">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881813 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881813" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 12:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881851">Noon Hour Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Trickbag: Drums, Guitar, Organ, Saxophone</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881851 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881851" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863094">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863094 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863094" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863012">Women’s Education and Rural Support Counselling<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863012 { background-image: url('https://hpl.libnet.info/images/events/hpl/Women_Health.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863012" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A safe space for women to discuss mental health, wellness, boundaries, healthy relationships and more. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883744">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Strat Andriotis Trio: Bass, Drums, Guitar, Vocals</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883744 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883744" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Living Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13150502">Community Partner Visit - Hamilton Urban Core<span class="amev-event-subtitle"> - Newcomer Settlement Orientation </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13150502 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13150502" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 2:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support and services to immigrant and refugee individuals and families with settlement, career guidance, health and related issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13214038">Book Chat <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13214038 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13214038" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Share your recent reads and get recommendations for your next book.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886325">Craft Cart - Rain<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886325 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886325" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792256"> Drop-In Nintendo Switch Gaming<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792256 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792256" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in for multiplayer video game fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12869016">Dungeons and Dragons<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12869016 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12869016" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Go on a fantastic journey full of daring adventure. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879692">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879692 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879692" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892403">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892403 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892403" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788849">Dungeons and Dragons<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788849 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788849" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Go on a fantastic journey full of daring adventure. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12824273">The Long Table Craft Event<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12824273 { background-image: url('https://hpl.libnet.info/images/events/hpl/DIY_Crafts.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12824273" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty.</div></div> <button data-eventid="12824273" data-regtype="1" data-recurringid="3185804" data-testmode="0" data-locationid="1403" data-total_registrants="5" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for The Long Table Craft Event - In-Branch Program, Fri, Apr 11, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860406">Death Café for Parents and Guardians<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860406 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860406" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 11, 4:00pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to help the young people in your life talk about dying, death and grief.</div></div> <a href="https://www.homehospiceassociation.com/event-details/parents-and-guardians-death-cafe" target="_blank" class="button eventRegButton" aria-label="Register for Death Café for Parents and Guardians - In-Branch Program, Fri, Apr 11, 4:00pm - 5:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871650">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871650 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871650" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 8:00am - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858794">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858794 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858794" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 9:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883115">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883115 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883115" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818490">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818490 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818490" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 9:30am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870370">Free Tax Preparation Service Drop-In<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870370 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870370" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892966">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892966 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892966" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12833379">How-To Fair<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12833379 { background-image: url('https://hpl.libnet.info/images/events/hpl/Repair_Cafe.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12833379" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Living Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn new skills from local experts.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892095">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892095 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892095" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871723">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871723 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871723" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799285">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799285 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799285" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775294">Poetry Party <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775294 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775294" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about various forms of poetry and start writing. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886359">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886359 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886359" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786677">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786677 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786677" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12805334">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12805334 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12805334" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13000559">How To Fix a Flat Bike Tire<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13000559 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13000559" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to fix a flat bicycle tire so you can start riding as soon as the warm weather is here.</div></div> <button data-eventid="13000559" data-regtype="1" data-recurringid="3218227" data-testmode="0" data-locationid="1388" data-total_registrants="2" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for How To Fix a Flat Bike Tire - In-Branch Program, Sat, Apr 12, 10:00am - 11:00am">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13272425">How to Make Laundry Soap<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13272425 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_EARTH_DAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13272425" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Use an upcycled jug to bring home a small sample of environmentally and cost-friendly laundry soap.</div></div> <button data-eventid="13272425" data-regtype="1" data-recurringid="3264411" data-testmode="0" data-locationid="1388" data-total_registrants="0" data-max_attendee="20" class="button eventRegButton registerForEvent" aria-label="Register for How to Make Laundry Soap - In-Branch Program, Sat, Apr 12, 10:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883216">Learn to Play Chess<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883216 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883216" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the basics of chess: the board, the pieces, and the strategy. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12767818">Poetry Party <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12767818 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12767818" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about various forms of poetry and start writing. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884235">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884235 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884235" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 11:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12872611">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12872611 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12872611" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 11:00am - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12761557">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12761557 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12761557" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13306370">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13306370 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13306370" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this Hamilton city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882956">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882956 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882956" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884249">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884249 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884249" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890735">Play Kitchen<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890735 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KITCHEN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890735" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with our various food-themed stations and activities. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12865832">Family Movies at Valley Park<span class="amev-event-subtitle"> - Peter Rabbit 2: The Runaway (2021) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12865832 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12865832" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880551">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Jay Burr Project: Drums, Keys, Sax, Trumpet, Tuba</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880551 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880551" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Reading Lounge</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/11879099">Tower Poetry Society Workshop<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-11879099 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-11879099" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A monthly workshop where poets present their work for peer comment. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728010">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728010 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728010" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866180">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866180 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866180" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886240">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886240 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886240" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12865063">Family Movies at Turner Park<span class="amev-event-subtitle"> - Moana (2017) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12865063 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12865063" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790064">Jigsaw Puzzle Swap<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790064 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_PUZZLE_SWAP.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790064" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trade your puzzles with others and take home a new-to-you puzzle.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12817921">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12817921 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12817921" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860407">All Ears<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860407 { background-image: url('https://hpl.libnet.info/images/events/hpl/All_Ears.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860407" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hop in and learn about adopting rabbits and responsible pet ownership. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-postponed"> <div class="eelist-changed-message">Rescheduled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13150502">Community Partner Visit - Hamilton Urban Core<span class="amev-event-subtitle"> - Newcomer Settlement Orientation </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13150502 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13150502" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 4:30pm</div> <div class="amev-event-time headingtext"> <span class="eelist-changed-message">New date</span> Friday, April 11, 2:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support and services to immigrant and refugee individuals and families with settlement, career guidance, health and related issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13243201">Maker Cart Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13243201 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13243201" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Choose from an assortment of tech devices and traditional crafting materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883227">Learn to Play Chess<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883227 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883227" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the basics of chess: the board, the pieces, and the strategy. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892174">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892174 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892174" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12804132">Family Movies at Stoney Creek<span class="amev-event-subtitle"> - Wonder Park (2019) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12804132 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12804132" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886419">Earth Day Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886419 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MAKERCART.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886419" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side using Earth-friendly, recyclable and upcycled materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880579">Craft Cart - Bunnies<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880579 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880579" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 12, 3:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871651">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871651 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871651" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sun, Apr 13, 12:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871652">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871652 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871652" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 8:00am - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377981">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377981 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377981" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877409">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877409 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877409" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782155">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782155 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782155" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13074480">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13074480 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13074480" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12698573">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12698573 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12698573" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12748676">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12748676 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12748676" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758764">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758764 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758764" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773215">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773215 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773215" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782261">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782261 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782261" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882430">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882430 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882430" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890415">Move and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890415 { background-image: url('https://hpl.libnet.info/images/events/hpl/Move_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890415" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for movement-based play.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12698593">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12698593 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12698593" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12748690">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12748690 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12748690" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882451">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882451 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882451" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12702641">Information Table - Xperience Annex Youth Navigators<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12702641 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12702641" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Lounge</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Choose your path. Chart your future. Achieve your goals.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12761061">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12761061 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12761061" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884089">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884089 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884089" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 11:30am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788870">Relaxation and Movement<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788870 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788870" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Mild exercise to help release your tension and stress. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13253927">Community Partner Visit - Hamilton Housing Help Centre<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13253927 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13253927" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 12:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">The Housing Help Centre is a non-profit social service agency providing housing access, stabilization and eviction prevention. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883748">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Ron Palangio Quartet: Bass, Drums, Guitar, Tenor Sax</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883748 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883748" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Auditorium,Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820817">Ancaster Writing Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820817 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_WRITER_IN_RESIDENCE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820817" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A supportive forum for aspiring writers. </div></div> <button data-eventid="12820817" data-regtype="1" data-recurringid="3180244" data-testmode="0" data-locationid="1384" data-total_registrants="4" data-max_attendee="5" class="button eventRegButton registerForEvent" aria-label="Register for Ancaster Writing Circle - In-Branch Program, Mon, Apr 14, 1:00pm - 2:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790366">Movies for Adults at Central<span class="amev-event-subtitle"> - Moonlight (2016) 14A</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790366 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790366" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12859272">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12859272 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12859272" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809756">Beginner's Sewing Workshop: Make a Reuseable Pad<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809756 { background-image: url('https://hpl.libnet.info/images/events/hpl/Reusable_Pads.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809756" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn a new skill and help tackle period poverty.</div></div> <button data-eventid="12809756" data-regtype="1" data-recurringid="3187173" data-testmode="0" data-locationid="1401" data-total_registrants="7" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Beginner" s sewing workshop: make a reuseable pad in-branch program mon apr>Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813985">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813985 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813985" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889131">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889131 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889131" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Mon, Apr 14, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788931">Young at Heart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788931 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_YOUNG_AT_HEART.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788931" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 1:30pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Connect with others age 55 and older for fun and games. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883491">Book Chat <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883491 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883491" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Share your recent reads and get recommendations for your next book.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790554">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790554 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790554" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12765203">Red Hill Book Club<span class="amev-event-subtitle"> - The Mystery Guest by Nita Prose</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12765203 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12765203" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12787218">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12787218 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12787218" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814399">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814399 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814399" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870808">Infant Connections<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870808 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870808" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In-Branch , Mon, Apr 14, 2:00pm - 2:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866210">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866210 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866210" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12970579">Little Artists<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12970579 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_LITTLE_ARTISTS_UPDATE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12970579" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your little one's imagination.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892273">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892273 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892273" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12878209">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12878209 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12878209" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773251">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773251 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773251" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781254">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781254 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781254" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799048"> Drop-In Nintendo Switch Gaming<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799048 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799048" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in for multiplayer video game fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815187">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815187 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815187" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12874284">STEAM Learning Lab <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12874284 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12874284" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883627">Guitar Pickers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883627 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_GUITAR.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883627" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:00pm - 7:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play guitar and share songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12771041">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12771041 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12771041" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890923">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890923 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890923" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883503">Books and Brews Book Club - Central<span class="amev-event-subtitle"> - In the Upper Country by Kai Thomas</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883503 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883503" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>RELAY Coffee Roasters - <i>27 King William St., Hamilton</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about books at Relay Coffee Roasters at 27 King William St., Hamilton.</div></div> <button data-eventid="12883503" data-regtype="1" data-recurringid="3147319" data-testmode="0" data-locationid="1388" data-total_registrants="3" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Books and Brews Book Club - Central - In the Upper Country by Kai Thomas, Mon, Apr 14, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12765360">Identify and Remove Invasive Plants<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12765360 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12765360" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to identify, remove and avoid growing invasive plants.</div></div> <button data-eventid="12765360" data-regtype="1" data-recurringid="3177120" data-testmode="0" data-locationid="1388" data-total_registrants="4" data-max_attendee="30" class="button eventRegButton registerForEvent" aria-label="Register for Identify and Remove Invasive Plants - In-Branch Program, Mon, Apr 14, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766515">Teen Zone<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766515 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_GAMES_IN_PERSON.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766515" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hang out with friends in the library and explore games and activities.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880581">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880581 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880581" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:30pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883498">HPL Writing Workshop with Lishai Peel<span class="amev-event-subtitle"> - Hamilton Writes: Poetry and Place</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883498 { background-image: url('https://hpl.libnet.info/images/events/hpl/Author_Events_icon_-_Peel.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883498" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 14, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Sharpen your writing skills with fellow writers in this workshop led by Lishai Peel. </div></div> <button data-eventid="12883498" data-regtype="1" data-recurringid="3191422" data-testmode="0" data-locationid="1397" data-total_registrants="15" data-max_attendee="30" class="button eventRegButton registerForEvent" aria-label="Register for HPL Writing Workshop with Lishai Peel - Hamilton Writes: Poetry and Place, Mon, Apr 14, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780411">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780411 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780411" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776507">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776507 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776507" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801632">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801632 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801632" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12581342">Computer Literacy for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12581342 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12581342" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A six-week program that teaches adults 55+ about computer skills and stay safe online.</div></div> <button data-eventid="12581342" data-regtype="1" data-recurringid="3153172" data-testmode="0" data-locationid="1388" data-total_registrants="1" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Computer Literacy for Seniors - In-Branch Program, Tue, Apr 15, 10:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728321">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728321 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728321" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884119">Graphic Design with Canva<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884119 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DIGITAL_DESIGN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884119" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn basic graphic design using the free online design tool Canva.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752882">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752882 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752882" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758272">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758272 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758272" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12769694">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12769694 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12769694" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886996">Gardening for Pollinators<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886996 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886996" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the importance of pollinators and what we can do to help them.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782352">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782352 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782352" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786380">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786380 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786380" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792798">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792798 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792798" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794381">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794381 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794381" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728664">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728664 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728664" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777361">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777361 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777361" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882515">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882515 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882515" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Community Centre</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794440">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794440 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794440" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758286">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758286 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758286" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 10:45am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752985">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752985 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752985" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799454">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799454 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799454" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736698">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736698 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736698" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753058">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753058 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753058" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12857608">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12857608 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12857608" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12003964">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12003964 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12003964" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12299392">Community Partner Visit - Xperience Annex<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12299392 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12299392" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Housing, employment, education and mental health supports for youth ages 18-29.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870881">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870881 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870881" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 15, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860297">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860297 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860297" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775162">Movies for Adults at Stoney Creek<span class="amev-event-subtitle"> - Ezra (2024) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775162 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775162" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12833374">Young at Heart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12833374 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_YOUNG_AT_HEART.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12833374" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Connect with others age 55 and older for fun and games. </div></div> <button data-eventid="12833374" data-regtype="1" data-recurringid="3184294" data-testmode="0" data-locationid="1389" data-total_registrants="1" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Young at Heart - In-Branch Program, Tue, Apr 15, 1:00pm - 2:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882007">Carlisle Book Club<span class="amev-event-subtitle"> - Run Towards the Danger by Sarah Polley</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882007 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882007" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892069">Early Years Engineers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892069 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_YOUNG_ENGINEERS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892069" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Engineering play for toddlers and preschoolers</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773819">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773819 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773819" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539193">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539193 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539193" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12708163">Cross Stitch Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12708163 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STITCH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12708163" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your current cross stitch project, or start a new one.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728878">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728878 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728878" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870894">Infant Connections<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870894 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870894" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In Branch , Tue, Apr 15, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773980">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773980 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773980" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884123">Grow Your Business With Google<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884123 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_BIZ_GROWTH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884123" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Get your business on the map and succeed online using Google tools.</div></div> <button data-eventid="12884123" data-regtype="1" data-recurringid="3182136" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="4" class="button eventRegButton registerForEvent" aria-label="Register for Grow Your Business With Google - In-Branch Program, Tue, Apr 15, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886437">Craft at HPL - Wooden Door Sign<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886437 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MACRAME.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886437" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty. </div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886430">Craft at HPL - Macrame Planter Hanger<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886430 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MACRAME.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886430" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty. </div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12886430" data-regtype="2" data-locationid="1401" data-total_registrants="12" data-max_attendee="12" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for Craft at HPL - Macrame Planter Hanger - In-Branch Program, Tue, Apr 15, 2:00pm - 3:00pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12823067">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12823067 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12823067" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12868993">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12868993 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12868993" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 15, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13016065">Information Table - ACORN<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13016065 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13016065" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Jackson Square Lobby</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the Association of Community Organizations for Reform Now (ACORN), Hamilton's largest citywide tenant union. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728802">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728802 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728802" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786875">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786875 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786875" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886441">Take Better Photos<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886441 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_TAKE_BETTER_PHOTOS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886441" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about principles of photography that you can put to use with any camera.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860336">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860336 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860336" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820057">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820057 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820057" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876861">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876861 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876861" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890585">How to Manage Fighting and Aggression in Children<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890585 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_AND_DEATH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890585" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 5:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to prevent and manage challenging behaviours in children ages 2-6. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876875">Conversation Exchange: Español/English<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876875 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation_Espanol_English.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876875" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">English and Spanish learners practice their second languages in a facilitated group discussion. All skill levels welcome.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886446">Craft at HPL - Tissue Paper Flowers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886446 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIY_CRAFTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886446" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty. </div></div> <button data-eventid="12886446" data-regtype="1" data-recurringid="3187602" data-testmode="0" data-locationid="1398" data-total_registrants="5" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Craft at HPL - Tissue Paper Flowers - In-Branch Program, Tue, Apr 15, 5:30pm - 6:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883532">Stoney Creek Book Club<span class="amev-event-subtitle"> - Lessons in Chemistry by Bonnie Garmus</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883532 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883532" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <button data-eventid="12883532" data-regtype="1" data-recurringid="3187892" data-testmode="0" data-locationid="1400" data-total_registrants="2" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Stoney Creek Book Club - Lessons in Chemistry by Bonnie Garmus, Tue, Apr 15, 5:30pm - 6:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12417461">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12417461 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12417461" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12700849">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12700849 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12700849" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883231">Nintendo Switch Gaming<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883231 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883231" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Challenge fellow gamers to claim the title of champion.</div></div> <button data-eventid="12883231" data-regtype="1" data-recurringid="3178323" data-testmode="0" data-locationid="1388" data-total_registrants="0" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Nintendo Switch Gaming - In-Branch Program, Tue, Apr 15, 6:00pm - 7:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847266">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847266 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847266" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801441">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801441 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801441" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:00pm - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882984">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882984 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882984" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12843485">Blue Pencil Writing Consults<span class="amev-event-subtitle"> - Virtual Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12843485 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12843485" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 15, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch - <i>Online</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Professional editing advice for local authors with a writing project.</div></div> <button data-eventid="12843485" data-regtype="1" data-recurringid="3173721" data-testmode="0" data-locationid="2265" data-total_registrants="4" data-max_attendee="6" class="button eventRegButton registerForEvent" aria-label="Register for Blue Pencil Writing Consults - Virtual Program, Tue, Apr 15, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377982">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377982 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377982" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860322">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860322 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860322" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793343">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793343 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793343" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12683169">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12683169 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12683169" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12715944">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12715944 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12715944" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780419">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780419 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780419" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729000">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729000 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729000" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880255">Move and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880255 { background-image: url('https://hpl.libnet.info/images/events/hpl/Move_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880255" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for movement-based play.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871724">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871724 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871724" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782316">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782316 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782316" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792799">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792799 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792799" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801059">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801059 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801059" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13068568">Community Partner Visit - Victorian Order of Nurses (VON)<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13068568 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13068568" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">VON delivers supports, training and guidance to caregivers of individuals with short or long-term limitations due to illness, injury or disability.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871866">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871866 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871866" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879622">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879622 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879622" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882394">Conversation Commons - In Branch<span class="amev-event-subtitle"> - How Can We Make Politicians Accountable?</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882394 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882394" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Lively discussions about current affairs. </div></div> <button data-eventid="12882394" data-regtype="1" data-recurringid="3187848" data-testmode="0" data-locationid="1400" data-total_registrants="1" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Conversation Commons - In Branch - How Can We Make Politicians Accountable?, Wed, Apr 16, 10:30am - 11:30am">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858636">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858636 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858636" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 11:00am - 11:45am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12722540">Movies for All at Central<span class="amev-event-subtitle"> - Wonka (2023) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12722540 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12722540" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739889">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739889 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739889" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758725">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758725 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758725" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Lynden Branch - <i>Lynden - Fireplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766077">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766077 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766077" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739911">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739911 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739911" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736808">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736808 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736808" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - 1st Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858720">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858720 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858720" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889650">Chair Yoga<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889650 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889650" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Gentle and slow stretching. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863077">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863077 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863077" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788740">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788740 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788740" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809075">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809075 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809075" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813986">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813986 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813986" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12893062">Community Partner Visit - Peer Support<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12893062 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12893062" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Peer Supporters listen, provide emotional support, and most importantly, inspire hope</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539178">Adult Creative Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539178 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539178" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Dabble in colouring, puzzles and Scrabble. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13292446">Movies for Adults at Westdale<span class="amev-event-subtitle"> - Long Time Running (2017) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13292446 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13292446" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 1:30pm - 3:15pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12573972">Information Table - Goodwill Amity Employment Services<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12573972 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12573972" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Entry</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Speak with career development specialists at Goodwill. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728886">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728886 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728886" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736789">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736789 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736789" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Meeting Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882015">Dundas Book Club <span class="amev-event-subtitle"> - Conversations with Friends by Sally Rooney</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882015 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882015" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753145">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753145 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753145" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12771467">Internet Privacy and Security 1<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12771467 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12771467" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to maximizing your privacy and security on the internet. </div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883539">Sherwood Wednesday Book Club<span class="amev-event-subtitle"> - The Four Winds by Kristin Hannah</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883539 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883539" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room C</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886876">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886876 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886876" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <button data-eventid="12886876" data-regtype="1" data-recurringid="3179097" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Knit for a Cause - In-Branch Program, Wed, Apr 16, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886451">Craft Cart - Bunnies<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886451 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886451" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12778610">Digitize Your Memories<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12778610 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIGITIZE_MEMORIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12778610" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Digitize photographs, negatives and VHS cassettes. </div></div> <button data-eventid="12778610" data-regtype="1" data-recurringid="3182156" data-testmode="0" data-locationid="1392" data-total_registrants="1" data-max_attendee="3" class="button eventRegButton registerForEvent" aria-label="Register for Digitize Your Memories - In-Branch Program, Wed, Apr 16, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781262">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781262 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781262" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879661">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879661 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879661" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815194">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815194 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815194" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882400">McMaster English Language Development Information Session<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882400 { background-image: url('https://hpl.libnet.info/images/events/hpl/NLC_Info.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882400" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch - <i>Online</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the McMaster English Language Development (MELD) office and Community Access Award for English language learners in this online program. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847289">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847289 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847289" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12956962">Ancaster Tween Book Club<span class="amev-event-subtitle"> - A Split Second by Janae Marks</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12956962 { background-image: url('https://hpl.libnet.info/images/events/hpl/Tween_Book_Club.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12956962" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about your favourite titles, discover new ones and meet friends. </div></div> <button data-eventid="12956962" data-regtype="1" data-recurringid="3180352" data-testmode="0" data-locationid="1384" data-total_registrants="0" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Ancaster Tween Book Club - A Split Second by Janae Marks, Wed, Apr 16, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882381">English Conversation Circle at Terryberry<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882381 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882381" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884537">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884537 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884537" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892389">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892389 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892389" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847309">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847309 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847309" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736919">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736919 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736919" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 5:30pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777730">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777730 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777730" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 5:30pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782550">Group Theraplay - Parent-Child Play Program<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782550 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782550" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Parents and children build their relationship through fun activities and interaction. </div></div> <a href="https://www.hamilton.ca/people-programs/public-health/parenting-supports/parenting-groups-hamilton#theraplay" target="_blank" class="button eventRegButton" aria-label="Register for Group Theraplay - Parent-Child Play Program - In-Branch , Wed, Apr 16, 5:30pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883554">Binbrook Tween Book Club<span class="amev-event-subtitle"> - A Wrinkle in Time by Madeleine L'Engle</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883554 { background-image: url('https://hpl.libnet.info/images/events/hpl/Tween_Book_Club.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883554" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:00pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about your favourite titles, discover new ones and meet friends. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866219">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866219 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866219" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12789249">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12789249 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12789249" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799030">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799030 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799030" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883749">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Jazz the Big Band: Eight-Piece Band</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883749 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883749" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883561">Online Romance Book Club<span class="amev-event-subtitle"> - Meet Me at the Lake by Carley Fortune</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883561 { background-image: url('https://hpl.libnet.info/images/events/hpl/Online_Romance_Book_Club.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883561" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch - <i>Online</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read and discuss books, eBooks and eAudiobooks with fellow book lovers in this online program.</div></div> <button data-eventid="12883561" data-regtype="1" data-recurringid="3169005" data-testmode="0" data-locationid="2265" data-total_registrants="2" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Online Romance Book Club - Meet Me at the Lake by Carley Fortune, Wed, Apr 16, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883389">Hamilton Mountain Writers’ Guild<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883389 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883389" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:30pm - 7:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice writing skills and network with other writers. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855484">Hatch Embroidery Digitizer Intro <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855484 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_EMBROIDERY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855484" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 16, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Maker Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to create embroidery designs with Hatch Embroidery Digitizer. </div></div> <button data-eventid="12855484" data-regtype="1" data-recurringid="3188512" data-testmode="0" data-locationid="1404" data-total_registrants="5" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Hatch Embroidery Digitizer Intro - In-Branch Program, Wed, Apr 16, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801633">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801633 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801633" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12726854">Adult Special Needs Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12726854 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12726854" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with special needs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729001">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729001 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729001" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12730005">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12730005 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12730005" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Community Hall</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786388">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786388 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786388" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794382">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794382 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794382" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866230">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866230 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866230" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12867570">Movies for All at Stoney Creek<span class="amev-event-subtitle"> - Peter Rabbit 2: The Runaway (2021) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12867570 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12867570" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880586">How to Organize Your Space<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880586 { background-image: url('https://hpl.libnet.info/images/events/hpl/DIY_Crafts.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880586" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn tips and tricks to declutter and organize your space.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871867">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871867 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871867" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882593">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882593 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882593" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Community Hall</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863087">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863087 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863087" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758569">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758569 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758569" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766595">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766595 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766595" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12824862">Young at Heart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12824862 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_YOUNG_AT_HEART.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12824862" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Connect with others age 55 and older for fun and games. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794441">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794441 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794441" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866239">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866239 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866239" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739715">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739715 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739715" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818419">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818419 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818419" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766087">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766087 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766087" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775541">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775541 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775541" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877662">Ancestry Library Edition<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877662 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FAMILY_TREE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877662" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trace your roots using Ancestry Library Edition. </div></div> <button data-eventid="12877662" data-regtype="1" data-recurringid="3187111" data-testmode="0" data-locationid="1385" data-total_registrants="0" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Ancestry Library Edition - In-Branch Program, Thu, Apr 17, 11:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890208">Teen Video Gaming with Teen Volunteers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890208 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890208" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play video games on Nintendo Switch with other teens.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858669">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858669 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858669" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 11:45am - 12:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809172">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809172 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809172" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815234">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815234 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815234" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12851747">Community Partner Visit - Goodwill Amity<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12851747 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12851747" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Job seekers, visit Goodwill Amity staff at the Community Partner Desk for employment help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13253999">Community Partner Visit - Hamilton Family and Child Supports<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13253999 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13253999" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hamilton Child and Family Supports was established in 1894 as a not-for-profit charitable organization focusing on the well-being and protection of children. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758313">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758313 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758313" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758677">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758677 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758677" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882940">Video Editing with iMovie<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882940 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_VIDEO_EDITING.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882940" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Become familiar with basic video editing tools using iMovie. </div></div> <button data-eventid="12882940" data-regtype="1" data-recurringid="3173912" data-testmode="0" data-locationid="1401" data-total_registrants="4" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Video Editing with iMovie - In-Branch Program, Thu, Apr 17, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757831">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757831 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757831" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863126">Ancaster Book Club<span class="amev-event-subtitle"> - Finding Edward by Sheila Murray</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863126 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863126" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <button data-eventid="12863126" data-regtype="1" data-recurringid="3179116" data-testmode="0" data-locationid="1384" data-total_registrants="0" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Ancaster Book Club - Finding Edward by Sheila Murray, Thu, Apr 17, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12922584">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12922584 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12922584" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12833419">Kenilworth Book Club<span class="amev-event-subtitle"> - Giovanni's Room by James Baldwin</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12833419 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12833419" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <button data-eventid="12833419" data-regtype="1" data-recurringid="3179642" data-testmode="0" data-locationid="1393" data-total_registrants="0" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Kenilworth Book Club - Giovanni" s room by james baldwin thu apr>Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886457">Craft at HPL - Paper Heart Flowers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886457 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIY_CRAFTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886457" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty. </div></div> <button data-eventid="12886457" data-regtype="1" data-recurringid="3181852" data-testmode="0" data-locationid="2947" data-total_registrants="3" data-max_attendee="4" class="button eventRegButton registerForEvent" aria-label="Register for Craft at HPL - Paper Heart Flowers - In-Branch Program, Thu, Apr 17, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12878044">Westdale Thursday Book Club <span class="amev-event-subtitle"> - Yellowface by R.F. Kuang</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12878044 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12878044" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <button data-eventid="12878044" data-regtype="1" data-recurringid="3187487" data-testmode="0" data-locationid="1405" data-total_registrants="1" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Westdale Thursday Book Club - Yellowface by R.F. Kuang, Thu, Apr 17, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886893">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886893 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886893" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890996">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890996 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890996" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12940217">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12940217 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12940217" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13153623">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13153623 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13153623" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866250">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866250 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866250" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879680">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879680 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879680" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877142">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877142 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877142" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877133">English Conversation Circle at Central<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877133 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877133" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820058">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820058 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820058" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886462">Make and Create - Reduce, Reuse, Recycle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886462 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_LITTLE_ARTISTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886462" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ignite your child's imagination by exploring a variety of art materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864115">Dungeons and Dragons Campaign<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864115 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864115" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description"> Take your character on a legendary adventure.</div></div> <button data-eventid="12864115" data-regtype="1" data-recurringid="3178925" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Dungeons and Dragons Campaign - In-Branch Program, Thu, Apr 17, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863232">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863232 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863232" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 4:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883563">Poetry Party <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883563 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883563" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 4:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about various forms of poetry and start writing. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13041115">Understand Your Grief <span class="amev-event-subtitle"> - SESSION IS FULL</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13041115 { background-image: url('https://hpl.libnet.info/images/events/hpl/Grief_and_Death.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13041115" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 4:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An eight-week group focused on psycho-education and support for those who have experienced the death of someone close to them.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863039">Hamilton Poetry Centre Workshop<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863039 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863039" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 5:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring a one-page poem (max) to read aloud to fellow poets and receive feedback.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788804">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788804 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788804" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12800468">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12800468 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12800468" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814280">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814280 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814280" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 5:45pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891009">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891009 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891009" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880591">Tween Writing Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880591 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880591" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A writing group for tweens.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12833501">HPL Writing Workshop With Lishai Peel<span class="amev-event-subtitle"> - Hamilton Writes: Poetry and Place</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12833501 { background-image: url('https://hpl.libnet.info/images/events/hpl/Author_Events_icon_-_Peel.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12833501" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 17, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Sharpen your writing skills with fellow writers in this workshop led by Lishai Peel. </div></div> <button data-eventid="12833501" data-regtype="1" data-recurringid="3191426" data-testmode="0" data-locationid="1388" data-total_registrants="15" data-max_attendee="30" class="button eventRegButton registerForEvent" aria-label="Register for HPL Writing Workshop With Lishai Peel - Hamilton Writes: Poetry and Place, Thu, Apr 17, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13150491">Community Partner Visit - Hamilton Urban Core<span class="amev-event-subtitle"> - Newcomer Settlement Orientation </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13150491 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13150491" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 18, 2:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support and services to immigrant and refugee individuals and families with settlement, career guidance, health and related issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871653">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871653 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871653" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 8:00am - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858795">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858795 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858795" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 9:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864108">Family Movies at Binbrook<span class="amev-event-subtitle"> - Mufasa: The Lion King (2024) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864108 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864108" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892096">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892096 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892096" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871725">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871725 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871725" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879727">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879727 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879727" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12774981">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12774981 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12774981" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877986">Craft Cart - Bunnies, Flowers and Eggs<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877986 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877986" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892970">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892970 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892970" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886463">Earth Day Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886463 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MAKERCART.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886463" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side using Earth-friendly, recyclable and upcycled materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892977">STEAM Learning Lab - Coffee Filter Flowers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892977 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892977" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884236">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884236 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884236" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 11:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12872612">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12872612 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12872612" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 11:00am - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12798343">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12798343 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12798343" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882957">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882957 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882957" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892428">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892428 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892428" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776004">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776004 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776004" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12795407">Maker Cart Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12795407 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12795407" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Choose from an assortment of tech devices and traditional crafting materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863485">Real Talk: Dying, Death and Grief <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863485 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863485" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 1:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A supportive space for youth to discuss dying, death and grief.</div></div> <a href="https://www.homehospiceassociation.com/real-talk-with-young-people" target="_blank" class="button eventRegButton" aria-label="Register for Real Talk: Dying, Death and Grief - In-Branch Program, Sat, Apr 19, 1:00pm - 3:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815487">Family Movies at Barton<span class="amev-event-subtitle"> - Babe (1995) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815487 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815487" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892985">STEAM Learning Lab - All About Bees <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892985 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892985" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728011">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728011 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728011" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866181">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866181 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866181" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877890">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877890 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877890" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this Hamilton city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12865069">Family Movies at Terryberry<span class="amev-event-subtitle"> - Hop (2011) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12865069 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12865069" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886241">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886241 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886241" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-postponed"> <div class="eelist-changed-message">Rescheduled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13150491">Community Partner Visit - Hamilton Urban Core<span class="amev-event-subtitle"> - Newcomer Settlement Orientation </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13150491 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13150491" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 4:30pm</div> <div class="amev-event-time headingtext"> <span class="eelist-changed-message">New date</span> Friday, April 18, 2:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Support and services to immigrant and refugee individuals and families with settlement, career guidance, health and related issues. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13030665">Family Movies at Turner Park<span class="amev-event-subtitle"> - Hop (2012) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13030665 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13030665" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864128">Family Movies at Saltfleet<span class="amev-event-subtitle"> - Piece By Piece (2024) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864128 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864128" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864646">Family Movies at Stoney Creek<span class="amev-event-subtitle"> - Peter Rabbit 2: The Runaway (2021) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864646 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864646" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892994">STEAM Learning Lab - Coffee Filter Flowers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892994 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892994" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12816197">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12816197 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12816197" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 19, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this Hamilton city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871654">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871654 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871654" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sun, Apr 20, 12:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-postponed"> <div class="eelist-changed-message">Rescheduled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13253927">Community Partner Visit - Hamilton Housing Help Centre<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13253927 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13253927" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 21, 12:00pm - 4:00pm</div> <div class="amev-event-time headingtext"> <span class="eelist-changed-message">New date</span> Monday, April 14, 12:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">The Housing Help Centre is a non-profit social service agency providing housing access, stabilization and eviction prevention. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871655">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871655 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871655" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 8:00am - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12787963">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12787963 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12787963" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780412">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780412 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780412" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776508">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776508 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776508" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801634">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801634 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801634" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12581355">Computer Literacy for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12581355 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12581355" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A six-week program that teaches adults 55+ about computer skills and stay safe online.</div></div> <button data-eventid="12581355" data-regtype="1" data-recurringid="3153174" data-testmode="0" data-locationid="1388" data-total_registrants="1" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Computer Literacy for Seniors - In-Branch Program, Tue, Apr 22, 10:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728322">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728322 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728322" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752883">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752883 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752883" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758273">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758273 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758273" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12769695">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12769695 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12769695" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782353">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782353 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782353" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786381">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786381 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786381" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792800">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792800 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792800" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794383">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794383 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794383" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13342211">Information Table<span class="amev-event-subtitle"> - Hamilton Public Health - Tobacco Control Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13342211 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13342211" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Jackson Square Lobby</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Speak with a Hamilton Public Health nurse about ending the smoking (or vaping) habit.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728665">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728665 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728665" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777362">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777362 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777362" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882516">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882516 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882516" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Community Centre</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794442">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794442 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794442" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758287">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758287 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758287" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 10:45am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752986">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752986 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752986" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799487">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799487 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799487" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736699">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736699 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736699" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753059">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753059 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753059" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12299393">Community Partner Visit - Xperience Annex<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12299393 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12299393" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Housing, employment, education and mental health supports for youth ages 18-29.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870883">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870883 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870883" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 22, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860298">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860298 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860298" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 1:00pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775279">Movies for Adults at Stoney Creek<span class="amev-event-subtitle"> - Stronger (2017) 14A</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775279 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775279" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855406">Internet Privacy and Security 2<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855406 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855406" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about viruses and email scams to increase your internet privacy and security. </div></div> <button data-eventid="12855406" data-regtype="1" data-recurringid="3183894" data-testmode="0" data-locationid="1402" data-total_registrants="4" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Internet Privacy and Security 2 - In-Branch Program, Tue, Apr 22, 1:00pm - 2:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773820">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773820 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773820" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539194">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539194 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539194" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12708164">Cross Stitch Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12708164 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STITCH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12708164" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your current cross stitch project, or start a new one.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728879">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728879 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728879" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870895">Infant Connections<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870895 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870895" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In Branch , Tue, Apr 22, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773981">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773981 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773981" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883568">Terryberry Book Club<span class="amev-event-subtitle"> - My Body is Distant by Paige Maylott</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883568 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883568" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12883568" data-regtype="2" data-locationid="1401" data-total_registrants="8" data-max_attendee="8" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for Terryberry Book Club - My Body is Distant by Paige Maylott, Tue, Apr 22, 2:00pm - 3:00pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12823068">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12823068 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12823068" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12868994">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12868994 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12868994" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 22, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13016066">Information Table - ACORN<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13016066 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13016066" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Jackson Square Lobby</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the Association of Community Organizations for Reform Now (ACORN), Hamilton's largest citywide tenant union. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13119753">Information Table - Hamilton Regional Indian Centre<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13119753 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13119753" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the Hamilton Regional Indian Centre.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877711">Graphic Design with Canva<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877711 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DIGITAL_DESIGN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877711" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 2:30pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn basic graphic design using the free online design tool Canva.</div></div> <button data-eventid="12877711" data-regtype="1" data-recurringid="3183647" data-testmode="0" data-locationid="1384" data-total_registrants="3" data-max_attendee="6" class="button eventRegButton registerForEvent" aria-label="Register for Graphic Design with Canva - In-Branch Program, Tue, Apr 22, 2:30pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871090">Comics and Secret Identities <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871090 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SUPERHERO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871090" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read comics, discover new characters and create a superhero.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886472">Earth Day Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886472 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MAKERCART.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886472" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 3:00pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side using Earth-friendly, recyclable and upcycled materials.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728803">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728803 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728803" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786876">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786876 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786876" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860337">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860337 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860337" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820059">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820059 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820059" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876862">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876862 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876862" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12957068">Terryberry Tween Book Club<span class="amev-event-subtitle"> - The Umbrella House by Colleen Nelson</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12957068 { background-image: url('https://hpl.libnet.info/images/events/hpl/Tween_Book_Club.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12957068" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about your favourite titles, discover new ones and meet friends. </div></div> <button data-eventid="12957068" data-regtype="1" data-recurringid="3188628" data-testmode="0" data-locationid="1401" data-total_registrants="0" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Terryberry Tween Book Club - The Umbrella House by Colleen Nelson, Tue, Apr 22, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876876">Conversation Exchange: Español/English<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876876 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation_Espanol_English.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876876" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">English and Spanish learners practice their second languages in a facilitated group discussion. All skill levels welcome.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12856185">Indigenous History of Bannock on Turtle Island<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12856185 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_INDIGENOUS_PEOPLES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12856185" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the history of bannock, a traditional bread that originated with Indigenous Peoples in Canada.</div></div> <button data-eventid="12856185" data-regtype="1" data-recurringid="3195263" data-testmode="0" data-locationid="1389" data-total_registrants="15" data-max_attendee="20" class="button eventRegButton registerForEvent" aria-label="Register for Indigenous History of Bannock on Turtle Island - In-Branch Program, Tue, Apr 22, 5:30pm - 6:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12417462">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12417462 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12417462" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12700850">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12700850 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12700850" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847267">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847267 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847267" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801442">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801442 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801442" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 6:00pm - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882985">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882985 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882985" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882944">Visible Mending with the Embroidery Machine <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882944 { background-image: url('https://hpl.libnet.info/images/events/hpl/Embroidery.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882944" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 22, 6:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to mend small stains, rips and holes in your clothes using the embroidery machine in Makerspace.</div></div> <button data-eventid="12882944" data-regtype="1" data-recurringid="3188092" data-testmode="0" data-locationid="1388" data-total_registrants="2" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Visible Mending with the Embroidery Machine - In-Branch Program, Tue, Apr 22, 6:00pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377983">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377983 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377983" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860323">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860323 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860323" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793344">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793344 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793344" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12683170">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12683170 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12683170" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12715975">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12715975 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12715975" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780420">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780420 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780420" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729002">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729002 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729002" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12785918">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12785918 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12785918" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871726">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871726 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871726" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782317">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782317 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782317" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792801">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792801 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792801" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801060">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801060 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801060" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871868">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871868 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871868" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879623">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879623 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879623" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858637">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858637 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858637" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 11:00am - 11:45am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12722558">Movies for All at Central<span class="amev-event-subtitle"> - Paws of Fury: The Legend of Hank (2022) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12722558 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12722558" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739890">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739890 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739890" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758726">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758726 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758726" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Lynden Branch - <i>Lynden - Fireplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766078">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766078 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766078" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739912">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739912 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739912" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736809">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736809 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736809" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - 1st Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858721">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858721 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858721" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889651">Chair Yoga<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889651 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889651" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Gentle and slow stretching. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863078">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863078 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863078" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788741">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788741 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788741" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809076">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809076 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809076" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813987">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813987 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813987" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12893063">Community Partner Visit - Peer Support<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12893063 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12893063" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Peer Supporters listen, provide emotional support, and most importantly, inspire hope</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539179">Adult Creative Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539179 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539179" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Dabble in colouring, puzzles and Scrabble. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736790">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736790 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736790" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Meeting Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753146">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753146 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753146" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12771471">Internet Privacy and Security 2<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12771471 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12771471" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about viruses and email scams to increase your internet privacy and security. </div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883569">Binbrook Book Club<span class="amev-event-subtitle"> - Tom Lake by Ann Patchett</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883569 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883569" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886877">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886877 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886877" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <button data-eventid="12886877" data-regtype="1" data-recurringid="3179097" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Knit for a Cause - In-Branch Program, Wed, Apr 23, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886475">Craft Cart - Reduce, Reuse, Recycle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886475 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886475" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781263">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781263 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781263" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879662">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879662 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879662" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815195">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815195 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815195" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883767">Do-It-Yourself Animation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883767 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883767" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore different ways to bring your drawing to life through animation. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882382">English Conversation Circle at Terryberry<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882382 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882382" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884538">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884538 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884538" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786494">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786494 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786494" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892390">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892390 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892390" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847311">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847311 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847311" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777731">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777731 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777731" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 5:30pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782551">Group Theraplay - Parent-Child Play Program<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782551 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782551" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Parents and children build their relationship through fun activities and interaction. </div></div> <a href="https://www.hamilton.ca/people-programs/public-health/parenting-supports/parenting-groups-hamilton#theraplay" target="_blank" class="button eventRegButton" aria-label="Register for Group Theraplay - Parent-Child Play Program - In-Branch , Wed, Apr 23, 5:30pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866220">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866220 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866220" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892938">STEAM Learning Lab <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892938 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892938" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799031">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799031 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799031" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 6:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880286">Cricut Design Space<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880286 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CRICUT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880286" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 23, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Maker Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn to design and create projects on this crafting machine.</div></div> <button data-eventid="12880286" data-regtype="1" data-recurringid="3188514" data-testmode="0" data-locationid="1404" data-total_registrants="3" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Cricut Design Space - In-Branch Program, Wed, Apr 23, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881154">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881154 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881154" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801635">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801635 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801635" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13074404">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13074404 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13074404" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12726855">Adult Special Needs Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12726855 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12726855" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with special needs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729003">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729003 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729003" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786389">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786389 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786389" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794384">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794384 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794384" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866231">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866231 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866231" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12804254">Movies for All at Stoney Creek<span class="amev-event-subtitle"> - Spies in Disguise (2019) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12804254 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12804254" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818295">Advanced Care Planning for Dependents with Disabilities<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818295 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818295" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to create an Advanced Care Plan for dependents with a disability.</div></div> <a href="https://www.homehospiceassociation.com/event-details/advance-care-planning-workshop-for-dependents-with-disabilities-2/form" target="_blank" class="button eventRegButton" aria-label="Register for Advanced Care Planning for Dependents with Disabilities - In-Branch Program, Thu, Apr 24, 10:00am - 11:30am">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871869">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871869 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871869" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863088">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863088 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863088" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758570">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758570 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758570" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766596">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766596 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766596" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794443">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794443 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794443" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866240">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866240 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866240" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883769">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - The Hive: Bass, Drums, Guitar, Keyboard, Sax</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883769 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883769" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - 1st Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739716">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739716 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739716" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12818420">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12818420 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12818420" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766088">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766088 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766088" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12775542">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12775542 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12775542" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877675">Cricut Design Space<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877675 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CRICUT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877675" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn to design and create projects on this crafting machine.</div></div> <button data-eventid="12877675" data-regtype="1" data-recurringid="3187114" data-testmode="0" data-locationid="1385" data-total_registrants="1" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Cricut Design Space - In-Branch Program, Thu, Apr 24, 11:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890209">Teen Video Gaming with Teen Volunteers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890209 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890209" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play video games on Nintendo Switch with other teens.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858670">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858670 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858670" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 11:45am - 12:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809173">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809173 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809173" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815235">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815235 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815235" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882047">Locke Adult Book Club<span class="amev-event-subtitle"> - The Paris Library by Janet Skeslien Charles</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882047 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882047" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Open Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13254000">Community Partner Visit - Hamilton Family and Child Supports<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13254000 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13254000" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hamilton Child and Family Supports was established in 1894 as a not-for-profit charitable organization focusing on the well-being and protection of children. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758314">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758314 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758314" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758678">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758678 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758678" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855404">Tech Club Co-Design Workshop for Adults with Dementia <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855404 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855404" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Help us design a workshop to create a tech club tailored to older adults living with dementia and their care partners. </div></div> <button data-eventid="12855404" data-regtype="1" data-recurringid="3193081" data-testmode="0" data-locationid="1402" data-total_registrants="1" data-max_attendee="20" class="button eventRegButton registerForEvent" aria-label="Register for Tech Club Co-Design Workshop for Adults with Dementia - In-Branch Program, Thu, Apr 24, 1:30pm - 3:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12433556">Information Table - Wesley Employment Services<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12433556 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12433556" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Meet with Wesley Employment Services staff to learn about resources, training and support for youth and adults.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882048">Saltfleet Book Club<span class="amev-event-subtitle"> - Born a Crime by Trevor Noah</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882048 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882048" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886480">Take Better Photos<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886480 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_TAKE_BETTER_PHOTOS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886480" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about principles of photography that you can put to use with any camera.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757833">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757833 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757833" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884120">Digitize Your Memories<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884120 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIGITIZE_MEMORIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884120" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Digitize photographs, negatives and VHS cassettes. </div></div> <button data-eventid="12884120" data-regtype="1" data-recurringid="3178327" data-testmode="0" data-locationid="1388" data-total_registrants="0" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Digitize Your Memories - In-Branch Program, Thu, Apr 24, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12922585">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12922585 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12922585" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882913">Cricut Design Space<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882913 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CRICUT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882913" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn to design and create projects on this crafting machine.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> <button data-eventid="12882913" data-regtype="2" data-locationid="1393" data-total_registrants="6" data-max_attendee="6" class="button eventRegButton registerForEvent eventWaitButton" aria-label="Join the wait list for Cricut Design Space - In-Branch Program, Thu, Apr 24, 2:00pm - 3:00pm">Join the wait list</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12778502">Cookbook Club<span class="amev-event-subtitle"> - The Weekday Vegetarians Get Simple by Jenny Rosenstrach</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12778502 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_COOKBOOK.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12778502" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Level up your cooking and baking skills. Choose a recipe, prepare it at home and share your experience with fellow home chefs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13002647">Turner Park Book Club<span class="amev-event-subtitle"> - Pebble and Dove by Amy Jones</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13002647 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13002647" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">If you are interested in reading and discussing great books, there is a book club near you.</div></div> <button data-eventid="13002647" data-regtype="1" data-recurringid="3214893" data-testmode="0" data-locationid="1402" data-total_registrants="0" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Turner Park Book Club - Pebble and Dove by Amy Jones, Thu, Apr 24, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13002673">Cookbook Club<span class="amev-event-subtitle"> - Everyday Delicious by Rocco DiSpirito</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13002673 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_COOKBOOK.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13002673" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Level up your cooking and baking skills. Choose a recipe, prepare it at home and share your experience with fellow home chefs.</div></div> <button data-eventid="13002673" data-regtype="1" data-recurringid="3215522" data-testmode="0" data-locationid="1384" data-total_registrants="1" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Cookbook Club - Everyday Delicious by Rocco DiSpirito, Thu, Apr 24, 2:30pm - 3:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886894">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886894 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886894" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890997">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890997 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890997" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12817951">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12817951 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12817951" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12940218">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12940218 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12940218" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866251">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866251 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866251" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879681">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879681 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879681" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877143">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877143 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877143" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877134">English Conversation Circle at Central<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877134 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877134" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820060">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820060 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820060" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12730921">Books Out Loud<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12730921 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_BOOK_EXPLORE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12730921" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Sit back and relax as library staff read stories aloud.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864116">Dungeons and Dragons Campaign<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864116 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864116" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description"> Take your character on a legendary adventure.</div></div> <button data-eventid="12864116" data-regtype="1" data-recurringid="3178925" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Dungeons and Dragons Campaign - In-Branch Program, Thu, Apr 24, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863233">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863233 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863233" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 4:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788805">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788805 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788805" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12800469">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12800469 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12800469" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884121">Graphic Design with Canva<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884121 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DIGITAL_DESIGN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884121" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn basic graphic design using the free online design tool Canva.</div></div> <button data-eventid="12884121" data-regtype="1" data-recurringid="3188089" data-testmode="0" data-locationid="1403" data-total_registrants="5" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Graphic Design with Canva - In-Branch Program, Thu, Apr 24, 5:00pm - 6:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13321537">Advanced Care Planning for Dependents with Disabilities<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13321537 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13321537" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 5:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to create an Advanced Care Plan for dependents with a disability.</div></div> <a href="https://www.homehospiceassociation.com/event-details/advance-care-planning-workshop-for-dependents-with-disabilities/form" target="_blank" class="button eventRegButton" aria-label="Register for Advanced Care Planning for Dependents with Disabilities - In-Branch Program, Thu, Apr 24, 5:00pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883246">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883246 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883246" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this Hamilton city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814281">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814281 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814281" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 5:45pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12986520">Internet Privacy and Security 2<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12986520 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FRAUD_PROTECTION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12986520" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about viruses and email scams to increase your internet privacy and security. </div></div> <button data-eventid="12986520" data-regtype="1" data-recurringid="3215784" data-testmode="0" data-locationid="1388" data-total_registrants="1" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Internet Privacy and Security 2 - In-Branch Program, Thu, Apr 24, 6:00pm - 7:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883586">Books and Brews Book Club - Central<span class="amev-event-subtitle"> - The Road by Cormac McCarthy </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883586 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Club.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883586" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Merit Brewing</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about books at Merit Brewing at 107 James St N. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891010">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891010 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891010" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, Apr 24, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12692401">Garden Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12692401 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12692401" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat with other gardeners and share ideas and advice.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891015">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891015 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891015" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729217">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729217 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729217" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12742560">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12742560 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12742560" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12757697">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12757697 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12757697" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777133">Adult Special Needs Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777133 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777133" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with special needs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12789789">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12789789 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12789789" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12744325">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12744325 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12744325" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:30am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758781">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758781 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758781" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12764072">Young at Heart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12764072 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_YOUNG_AT_HEART.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12764072" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Connect with others age 55 and older for fun and games. </div></div> <button data-eventid="12764072" data-regtype="1" data-recurringid="3179937" data-testmode="0" data-locationid="1397" data-total_registrants="0" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Young at Heart - In-Branch Program, Fri, Apr 25, 10:30am - 11:30am">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860383">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860383 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860383" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12891080">Play Kitchen<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12891080 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KITCHEN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12891080" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with our various food-themed stations and activities. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12738087">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12738087 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12738087" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884078">Noon Hour Concert<span class="amev-event-subtitle"> - Ida Pelliccioli: Piano</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884078 { background-image: url('https://hpl.libnet.info/images/events/hpl/NHC_50_years.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884078" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live music each Friday at Noon at Central Library. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12881814">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12881814 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12881814" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 12:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863095">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863095 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863095" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12730403">Movies for Adults at Saltfleet<span class="amev-event-subtitle"> - Alfred Hitchcock's Notorious (1946) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12730403 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12730403" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863013">Women’s Education and Rural Support Counselling<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863013 { background-image: url('https://hpl.libnet.info/images/events/hpl/Women_Health.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863013" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Study Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A safe space for women to discuss mental health, wellness, boundaries, healthy relationships and more. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870642">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Darcy Hepner Quartet: Bass, Drums, Keys, Saxophone</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870642 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870642" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886476">Craft Cart - Reduce, Reuse, Recycle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886476 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886476" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792257"> Drop-In Nintendo Switch Gaming<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792257 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792257" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in for multiplayer video game fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879693">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879693 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879693" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884080">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Patti Payne Trio: Double Bass, Keys, Percussion, Vocals</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884080 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884080" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12855778">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12855778 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12855778" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892404">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892404 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892404" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788850">Dungeons and Dragons<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788850 { background-image: url('https://hpl.libnet.info/images/events/hpl/Dungeons_and_Dragons.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788850" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Fri, Apr 25, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Go on a fantastic journey full of daring adventure. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871656">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871656 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871656" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 8:00am - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858796">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858796 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858796" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 9:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883116">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883116 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883116" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13321285">Advanced Care Planning for Dependents with Disabilities<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13321285 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_GRIEF_TALK_KIDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13321285" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to create an Advanced Care Plan for dependents with a disability.</div></div> <a href="https://www.homehospiceassociation.com/event-details/advance-care-planning-workshop-for-dependents-with-disabilities-3" target="_blank" class="button eventRegButton" aria-label="Register for Advanced Care Planning for Dependents with Disabilities - In-Branch Program, Sat, Apr 26, 9:30am - 11:00am">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877370">Free Tax Preparation Service Drop-In<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877370 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877370" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886484">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886484 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886484" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892097">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892097 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892097" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866188">Poetry Party <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866188 { background-image: url('https://hpl.libnet.info/images/events/hpl/Poetry_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866188" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about various forms of poetry and start writing. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871727">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871727 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871727" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880432">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880432 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880432" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883235">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883235 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883235" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799286">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799286 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799286" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776949">Jigsaw Puzzle Swap<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776949 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_PUZZLE_SWAP.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776949" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Open Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trade your puzzles with others and take home a new-to-you puzzle.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877863">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877863 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877863" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892996">STEAM Learning Lab - Earth Day<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892996 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892996" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886487">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886487 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886487" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12864126">Draw Cute Animals<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12864126 { background-image: url('https://hpl.libnet.info/images/events/hpl/Colouring_Circle.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12864126" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to draw cute animals.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12740562">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12740562 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12740562" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886491">Birding for Kids<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886491 { background-image: url('https://hpl.libnet.info/images/events/hpl/Birding.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886491" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Come learn the basics of birding.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12795217">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12795217 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12795217" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884237">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884237 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884237" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 11:00am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12872613">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12872613 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12872613" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 11:00am - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12761559">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12761559 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12761559" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12798344">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12798344 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12798344" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882958">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882958 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882958" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884250">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884250 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884250" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890736">Play Kitchen<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890736 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KITCHEN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890736" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 12:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with our various food-themed stations and activities. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12865534">Family Movies at Valley Park<span class="amev-event-subtitle"> - Cloudy With a Chance of Meatballs 2 (2013) G</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12865534 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12865534" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815648">Family Movies at Barton<span class="amev-event-subtitle"> - Trolls Band Together (2023) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815648 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815648" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728012">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728012 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728012" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866182">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866182 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866182" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883248">Super Smash Bros. Hamilton Tournament<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883248 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883248" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Beat the competition in this Hamilton city-wide adult Super Smash Bros. tournament.</div></div> <div class="regclosed amev-event-regclosed">This event is full</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883240"> Drop-In Nintendo Switch Gaming<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883240 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883240" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in for multiplayer video game fun.</div></div> <button data-eventid="12883240" data-regtype="1" data-recurringid="3183295" data-testmode="0" data-locationid="1388" data-total_registrants="0" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Drop-In Nintendo Switch Gaming - In-Branch Program, Sat, Apr 26, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886242">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886242 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886242" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Mount Hope Branch - <i>Mount Hope - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12865165">Family Movies at Turner Park<span class="amev-event-subtitle"> - Moana 2 (2024) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12865165 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12865165" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883151">Nintendo Switch Gaming<span class="amev-event-subtitle"> - Smash Bros. and Mario Kart</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883151 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883151" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Challenge fellow gamers to claim the title of champion.</div></div> <button data-eventid="12883151" data-regtype="1" data-recurringid="3185375" data-testmode="0" data-locationid="1397" data-total_registrants="3" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Nintendo Switch Gaming - Smash Bros. and Mario Kart, Sat, Apr 26, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12817922">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12817922 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12817922" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729034">Draw Cute Animals<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729034 { background-image: url('https://hpl.libnet.info/images/events/hpl/Colouring_Circle.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729034" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to draw cute animals.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12885869">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12885869 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12885869" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12804265">Family Movies at Stoney Creek<span class="amev-event-subtitle"> - Spies in Disguise (2019) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12804265 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12804265" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sat, Apr 26, 2:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Watch new releases and rediscover old favourites. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871657">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871657 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871657" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Sun, Apr 27, 12:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377984">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377984 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377984" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782156">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782156 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782156" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12698574">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12698574 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12698574" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12748677">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12748677 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12748677" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758765">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758765 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758765" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773216">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773216 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773216" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782262">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782262 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782262" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Children's Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882431">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882431 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882431" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890416">Move and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890416 { background-image: url('https://hpl.libnet.info/images/events/hpl/Move_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890416" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for movement-based play.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12698594">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12698594 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12698594" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12748691">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12748691 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12748691" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882452">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882452 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882452" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12761062">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12761062 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12761062" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884090">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884090 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884090" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 11:30am - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12833773">Garden Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12833773 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12833773" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat with other gardeners and share ideas and advice.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790446">Movies for Adults at Central<span class="amev-event-subtitle"> - Batman Begins (2005) PG-13</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790446 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790446" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12859273">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12859273 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12859273" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813988">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813988 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813988" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889132">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889132 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889132" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Mon, Apr 28, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884082">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Trout Lily: Steampunk Jazz Quintet </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884082 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884082" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12861726">Community Partner Visit - Hamilton Community Legal Clinic<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12861726 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12861726" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 1:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Onsite advice about landlord and tenant issues, including evictions, rent increases, maintenance issues and more. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12790555">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12790555 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12790555" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883450">Red Hill Writing Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883450 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_WRITER_IN_RESIDENCE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883450" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A supportive forum for aspiring writers. </div></div> <button data-eventid="12883450" data-regtype="1" data-recurringid="3179917" data-testmode="0" data-locationid="1397" data-total_registrants="3" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Red Hill Writing Circle - In-Branch Program, Mon, Apr 28, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12787219">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12787219 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12787219" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814400">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814400 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814400" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870809">Infant Connections<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870809 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870809" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In-Branch , Mon, Apr 28, 2:00pm - 2:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877647">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877647 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877647" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866211">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866211 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866211" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882945">Make a Button with Adobe Photoshop<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882945 { background-image: url('https://hpl.libnet.info/images/events/hpl/DIY_Crafts.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882945" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Design and create custom buttons.</div></div> <button data-eventid="12882945" data-regtype="1" data-recurringid="3183372" data-testmode="0" data-locationid="1388" data-total_registrants="2" data-max_attendee="8" class="button eventRegButton registerForEvent" aria-label="Register for Make a Button with Adobe Photoshop - In-Branch Program, Mon, Apr 28, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801001">Identify and Remove Invasive Plants<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801001 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801001" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to identify, remove and avoid growing invasive plants.</div></div> <button data-eventid="12801001" data-regtype="1" data-recurringid="3185811" data-testmode="0" data-locationid="1403" data-total_registrants="5" data-max_attendee="30" class="button eventRegButton registerForEvent" aria-label="Register for Identify and Remove Invasive Plants - In-Branch Program, Mon, Apr 28, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871070">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871070 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871070" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12878210">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12878210 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12878210" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773252">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773252 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773252" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Main Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781255">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781255 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781255" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815188">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815188 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815188" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12994219">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12994219 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12994219" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883238">Learn to Play Chess<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883238 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883238" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the basics of chess: the board, the pieces, and the strategy. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12874285">STEAM Learning Lab <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12874285 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12874285" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883628">Guitar Pickers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883628 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_GUITAR.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883628" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 6:00pm - 7:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play guitar and share songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12771042">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12771042 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12771042" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890925">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890925 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890925" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880643">Waterdown Tween Book Club<span class="amev-event-subtitle"> - Alligator Pie by Dennis Lee</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880643 { background-image: url('https://hpl.libnet.info/images/events/hpl/Tween_Book_Club.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880643" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat about your favourite titles, discover new ones and meet friends. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766516">Teen Zone<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766516 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_GAMES_IN_PERSON.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766516" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Mon, Apr 28, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hang out with friends in the library and explore games and activities.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12787964">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12787964 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12787964" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780413">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780413 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780413" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12776509">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12776509 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12776509" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 9:30am - 10:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801636">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801636 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801636" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13074240">Free Tax Preparation Service - CLINIC FULL<span class="amev-event-subtitle"> - Social Planning and Research Council of Hamilton </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13074240 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_NEWCOMER_FINANCE_TIPS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13074240" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 9:30am - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trained volunteers help file your taxes at select branches.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12581366">Computer Literacy for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12581366 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Literacy.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12581366" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A six-week program that teaches adults 55+ about computer skills and stay safe online.</div></div> <button data-eventid="12581366" data-regtype="1" data-recurringid="3153177" data-testmode="0" data-locationid="1388" data-total_registrants="1" data-max_attendee="12" class="button eventRegButton registerForEvent" aria-label="Register for Computer Literacy for Seniors - In-Branch Program, Tue, Apr 29, 10:00am - 12:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728323">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728323 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728323" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884126">Ancestry Library Edition<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884126 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_FAMILY_TREE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884126" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Trace your roots using Ancestry Library Edition. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736936">Parent Peer Network<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736936 { background-image: url('https://hpl.libnet.info/images/events/hpl/Grief_and_Death.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736936" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Connect with other parents and discuss the joys and challenges of parenthood. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752884">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752884 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752884" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758274">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758274 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758274" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12769696">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12769696 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12769696" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782354">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782354 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782354" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786382">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786382 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786382" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792804">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792804 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792804" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794385">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794385 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794385" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728666">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728666 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728666" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882627">Rainbow Family Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882627 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime_Rainbow.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882627" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Storytime focused on family diversity. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882517">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882517 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882517" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Community Centre</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12787543">Garden Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12787543 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12787543" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat with other gardeners and share ideas and advice.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12794444">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12794444 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12794444" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758288">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758288 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758288" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 10:45am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12752987">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12752987 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12752987" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799455">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799455 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799455" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736700">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736700 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736700" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753060">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753060 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753060" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12857609">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12857609 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12857609" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12299394">Community Partner Visit - Xperience Annex<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12299394 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12299394" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Housing, employment, education and mental health supports for youth ages 18-29.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736064">Movies for Adults at Concession<span class="amev-event-subtitle"> - Godzilla x Kong: The New Empire (2024) PG-13</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736064 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736064" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870884">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870884 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870884" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Tue, Apr 29, 1:00pm - 2:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860299">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860299 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860299" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 1:00pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870766">Movies for Adults at Stoney Creek<span class="amev-event-subtitle"> - Horizon: An American Saga Chapter 1 (2024) 14-A</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870766 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870766" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A great selection of free movies from new releases to award-winning classics. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773821">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773821 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773821" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Locke Branch - <i>Locke - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12434337">Community Partner Visit - Goodwill Amity<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12434337 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12434337" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Lounge</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about Goodwill Amity's employment services.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539195">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539195 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539195" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12708165">Cross Stitch Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12708165 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STITCH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12708165" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your current cross stitch project, or start a new one.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728880">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728880 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728880" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12870896">Infant Connections<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12870896 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12870896" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A space for new parents and caregivers to connect, receive information from an Early Childhood Educator and participate in an activity or song with baby.</div></div> <a href="https://www.keyon.ca/" target="_blank" class="button eventRegButton" aria-label="Register for Infant Connections - In Branch , Tue, Apr 29, 2:00pm - 3:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12773982">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12773982 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12773982" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877788">Introduction to LinkedIn Learning<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877788 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877788" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about HPL's online resource, LinkedIn Learning. </div></div> <button data-eventid="12877788" data-regtype="1" data-recurringid="3187502" data-testmode="0" data-locationid="1405" data-total_registrants="1" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Introduction to LinkedIn Learning - In-Branch Program, Tue, Apr 29, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12887036">How to Save Money on Groceries<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12887036 { background-image: url('https://hpl.libnet.info/images/events/hpl/Piggy_Bank.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12887036" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to save money on groceries using apps, reward programs and online resources.</div></div> <button data-eventid="12887036" data-regtype="1" data-recurringid="3188705" data-testmode="0" data-locationid="1401" data-total_registrants="8" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for How to Save Money on Groceries - In-Branch Program, Tue, Apr 29, 2:00pm - 3:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12823069">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12823069 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12823069" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13016067">Information Table - ACORN<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13016067 { background-image: url('https://hpl.libnet.info/images/events/hpl/Information_Table.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13016067" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Jackson Square Lobby</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about the Association of Community Organizations for Reform Now (ACORN), Hamilton's largest citywide tenant union. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12814120">How to Save Money on Groceries<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12814120 { background-image: url('https://hpl.libnet.info/images/events/hpl/Piggy_Bank.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12814120" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 2:30pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn how to save money on groceries using apps, reward programs and online resources.</div></div> <button data-eventid="12814120" data-regtype="1" data-recurringid="3187861" data-testmode="0" data-locationid="1384" data-total_registrants="1" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for How to Save Money on Groceries - In-Branch Program, Tue, Apr 29, 2:30pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728804">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728804 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728804" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12786877">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12786877 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12786877" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860338">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860338 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860338" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12820061">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12820061 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12820061" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876863">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876863 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876863" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883086">Nintendo Switch Gaming<span class="amev-event-subtitle"> - Mario Kart 8</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883086 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883086" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Challenge fellow gamers to claim the title of champion.</div></div> <button data-eventid="12883086" data-regtype="1" data-recurringid="3182149" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="4" class="button eventRegButton registerForEvent" aria-label="Register for Nintendo Switch Gaming - Mario Kart 8, Tue, Apr 29, 4:00pm - 5:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886510">Make Art<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886510 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_ART_CLUB.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886510" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create art with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13234238">Mathstronauts - Spark Program<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13234238 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_MATHSTRONAUTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13234238" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Interactive math activities for students in Grades 4 and 5.</div></div> <a href="https://mathstronauts.ca/register/?utm_source=newsletter&utm_medium=email&utm_campaign=SPARK-QV2025" target="_blank" class="button eventRegButton" aria-label="Register for Mathstronauts - Spark Program - In-Branch Program, Tue, Apr 29, 4:00pm - 6:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12876877">Conversation Exchange: Español/English<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12876877 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation_Espanol_English.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12876877" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">English and Spanish learners practice their second languages in a facilitated group discussion. All skill levels welcome.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat amev-event-canceled"> <div class="eelist-changed-message">Cancelled</div> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12890459">Group Theraplay - Parent-Child Play Program<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12890459 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12890459" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Parents and children build their relationship through fun activities and interaction. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12417463">Mindfulness and Meditation<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12417463 { background-image: url('https://hpl.libnet.info/images/events/hpl/Psychology.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12417463" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join us for an hour of guided mindfulness and meditation.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12700851">Newcomer English Conversation Club <span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12700851 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12700851" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a group setting. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12724047">Central Writing Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12724047 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_WRITER_IN_RESIDENCE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12724047" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 6:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A supportive forum for aspiring writers. </div></div> <button data-eventid="12724047" data-regtype="1" data-recurringid="3173413" data-testmode="0" data-locationid="1388" data-total_registrants="5" data-max_attendee="20" class="button eventRegButton registerForEvent" aria-label="Register for Central Writing Circle - In-Branch Program, Tue, Apr 29, 6:00pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847268">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847268 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847268" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801443">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801443 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801443" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 6:00pm - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882986">Board Games and Puzzles <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882986 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882986" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Tue, Apr 29, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Drop-in board game and puzzle fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871658">Cootes Paradise: A Marsh On the Mend<span class="amev-event-subtitle"> - Central Gallery</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871658 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871658" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 8:00am - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12377985">English for Seniors Online<span class="amev-event-subtitle"> - Online Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12377985 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12377985" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Virtual Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12860324">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12860324 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12860324" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 9:30am - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12793345">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12793345 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12793345" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 9:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12683171">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12683171 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12683171" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12715945">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12715945 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12715945" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12780421">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12780421 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12780421" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Children's Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12729004">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12729004 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12729004" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871728">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871728 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871728" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782318">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782318 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782318" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880267">Parachute Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880267 { background-image: url('https://hpl.libnet.info/images/events/hpl/Parachute_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880267" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Sing and play under the rainbow parachute.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12792806">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12792806 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12792806" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12801061">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12801061 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12801061" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12877683">Creative Circle for Adults with Special Needs<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12877683 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12877683" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to colour, do puzzles and play games. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884112">Resume and Job Search Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884112 { background-image: url('https://hpl.libnet.info/images/events/hpl/Job_Search.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884112" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek- Entry Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your resume and cover letter for on-the-spot editing and job searching tips and tools.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871870">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871870 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871870" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879624">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879624 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879624" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 10:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858638">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858638 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858638" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 11:00am - 11:45am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12722660">Movies for All at Central<span class="amev-event-subtitle"> - Sing (2016) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12722660 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12722660" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739891">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739891 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739891" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12758727">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12758727 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12758727" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Lynden Branch - <i>Lynden - Fireplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12766080">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12766080 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12766080" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12739913">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12739913 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12739913" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 11:30am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736810">Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736810 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736810" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - 1st Floor</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other fans of the game and hone your skills. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12871015">Live Music Concert: Jazz Appreciation Month<span class="amev-event-subtitle"> - Guitar of Fire Trio: Accordion, Spanish Guitar</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12871015 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12871015" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Listen to live jazz music. April is Jazz Appreciation Month.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12858722">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12858722 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12858722" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12889652">Chair Yoga<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12889652 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12889652" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 12:30pm - 1:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Gentle and slow stretching. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12863079">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12863079 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12863079" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Murray Ferguson Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12788742">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12788742 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12788742" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 1:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12809077">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12809077 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12809077" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12813989">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12813989 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12813989" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 1:00pm - 1:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Saltfleet Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12893064">Community Partner Visit - Peer Support<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12893064 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12893064" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 1:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Peer Supporters listen, provide emotional support, and most importantly, inspire hope</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12539180">Adult Creative Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12539180 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CREATIVE_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12539180" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 1:30pm - 3:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Dabble in colouring, puzzles and Scrabble. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12728887">Playtime with EarlyON<span class="amev-event-subtitle"> - In-Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12728887 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12728887" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn through play, songs and more with EarlyON. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736791">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736791 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736791" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Greensville Branch - <i>Greensville - Meeting Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12753147">Social Scrabble<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12753147 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_SCRABBLE_SOCIAL.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12753147" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 2:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Marketplace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play the classic word game with others. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886878">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886878 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886878" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <button data-eventid="12886878" data-regtype="1" data-recurringid="3179097" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="15" class="button eventRegButton registerForEvent" aria-label="Register for Knit for a Cause - In-Branch Program, Wed, Apr 30, 3:00pm - 4:00pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12886519">Craft Cart - Flowers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12886519 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12886519" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12833870">Fiction Book Swap<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12833870 { background-image: url('https://hpl.libnet.info/images/events/hpl/Book_Swap.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12833870" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Swap your new or gently used [insert genre] books with other readers. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12781264">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12781264 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12781264" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12879663">Craft Cart <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12879663 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12879663" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12815196">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12815196 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12815196" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847290">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847290 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847290" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882383">English Conversation Circle at Terryberry<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882383 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882383" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Study Room 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884539">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884539 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884539" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12892391">Imagination Stations<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12892391 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12892391" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Create with our STREAM kits and educational toys. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12882412">Human Library for Newcomers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12882412 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HUMAN_LIBRARY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12882412" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 5:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Chat one-to-one with members of Hamilton's community. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12847312">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12847312 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12847312" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12736921">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12736921 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12736921" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 5:30pm - 6:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12777732">Drop-In Tech Help<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12777732 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12777732" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 5:30pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your your phone, tablet or laptop computer and your technology questions to this drop-in program.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12782552">Group Theraplay - Parent-Child Play Program<span class="amev-event-subtitle"> - In-Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12782552 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12782552" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 5:30pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Parents and children build their relationship through fun activities and interaction. </div></div> <a href="https://www.hamilton.ca/people-programs/public-health/parenting-supports/parenting-groups-hamilton#theraplay" target="_blank" class="button eventRegButton" aria-label="Register for Group Theraplay - Parent-Child Play Program - In-Branch , Wed, Apr 30, 5:30pm - 6:30pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12866221">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12866221 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12866221" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12799032">Pyjama Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12799032 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_STORYTIME_PYJAMA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12799032" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 6:00pm - 6:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Wear your cozy pyjamas for stories, songs and fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12884122">Basic Computer Skills 1 - Device, Mouse and Keyboard<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12884122 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COMPUTER_SKILLS_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12884122" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Computer Lab</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to the basics of a computer including using the mouse and keyboard. </div></div> <button data-eventid="12884122" data-regtype="1" data-recurringid="3169013" data-testmode="0" data-locationid="1388" data-total_registrants="3" data-max_attendee="5" class="button eventRegButton registerForEvent" aria-label="Register for Basic Computer Skills 1 - Device, Mouse and Keyboard - In-Branch Program, Wed, Apr 30, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12883390">Hamilton Mountain Writers’ Guild<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12883390 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_POETRY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12883390" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 6:30pm - 7:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practice writing skills and network with other writers. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/12880263">Take Better Photos<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-12880263 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_TAKE_BETTER_PHOTOS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-12880263" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Wed, Apr 30, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn about principles of photography that you can put to use with any camera.</div></div> <button data-eventid="12880263" data-regtype="1" data-recurringid="3188522" data-testmode="0" data-locationid="1404" data-total_registrants="2" data-max_attendee="10" class="button eventRegButton registerForEvent" aria-label="Register for Take Better Photos - In-Branch Program, Wed, Apr 30, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13342330">Cootes Paradise: A Marsh On the Mend <span class="amev-event-subtitle"> - Central Gallery </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13342330 { background-image: url('https://hpl.libnet.info/images/events/hpl/Art_Tour.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13342330" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 8:00am - 8:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Gallery 4</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An exhibition of archival material telling the human history of Cootes Paradise. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13304562">Build with Blue Blocks<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13304562 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_EXPLORE_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13304562" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 8:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Imagine, build and play with giant, blue foam blocks. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13266630">English for Seniors<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13266630 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13266630" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 9:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn English in a small class with other seniors 55+.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13219348">Infant Massage<span class="amev-event-subtitle"> - In Branch </span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13219348 { background-image: url('https://hpl.libnet.info/images/events/hpl/INFANT_MASSAGE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13219348" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 9:30am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn the benefits of massage for your infant and how to do it.</div></div> <a href="https://www.keyon.ca/Events/ViewEventsIframeSite/567b510e-f3c2-4d45-930c-8d9f68ee9194" target="_blank" class="button eventRegButton" aria-label="Register for Infant Massage - In Branch , Thu, May 01, 9:30am - 10:30am">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13140783">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13140783 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13140783" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Auditorium</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13166996">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13166996 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13166996" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch - <i>Westdale - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13328047">Storytime for Adults with Disabilities<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13328047 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_icon_-_STORYTIME_SPECIAL_NEEDS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13328047" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Adult Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Join a fun interactive program for adults with disabilities.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13179032">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13179032 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13179032" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13205466">Movies for All at Stoney Creek <span class="amev-event-subtitle"> - Transformers One (2024) PG</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13205466 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MOVIES.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13205466" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Council Chambers</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring along your support staff, friends and family and feel free to laugh out loud, sing and dance with the lights on.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13260351">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13260351 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13260351" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13286887">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13286887 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13286887" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:00am - 10:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13167379">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13167379 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13167379" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Westdale Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13179114">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13179114 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13179114" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13289814">Plant a Seed Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13289814 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13289814" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:15am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to storytime and get ready to read about seeds and gardening.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13191604">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13191604 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13191604" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13260282">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13260282 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13260282" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Afterward, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13222584">Family Stay and Play</a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13222584 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13222584" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch</div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13246044">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13246044 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13246044" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 10:30am - 11:00am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13173021">Teen Video Gaming with Teen Volunteers<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13173021 { background-image: url('https://hpl.libnet.info/images/events/hpl/Video_Games.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13173021" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:00am - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play video games on Nintendo Switch with other teens.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13190943">Plant a Seed Storytime<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13190943 { background-image: url('https://hpl.libnet.info/images/events/hpl/Gardening.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13190943" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:00am - 11:45am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Stoney Creek Branch - <i>Stoney Creek - Children's area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to storytime and get ready to read about seeds and gardening.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13199586">Explore and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13199586 { background-image: url('https://hpl.libnet.info/images/events/hpl/EXPLORE_and_PLAY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13199586" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Explore and create with themed stations.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13298467">Basic Internet Skills 1<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13298467 { background-image: url('https://hpl.libnet.info/images/events/hpl/Computer_Skills_1.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13298467" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An introduction to the internet, featuring methods of connecting and navigating web browsers. </div></div> <button data-eventid="13298467" data-regtype="1" data-recurringid="3252943" data-testmode="0" data-locationid="1385" data-total_registrants="0" data-max_attendee="8" disabled class="button eventRegButton registerForEvent" aria-label="Register for Basic Internet Skills 1 - In-Branch Program, Thu, May 01, 11:00am - 12:00pm">Register</button><div class="events-reg-open-message">Registration opens Wednesday, April 23 2025 at 9:00am</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13246072">Family Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13246072 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13246072" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:00am - 12:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After storytime, stay for social and play time.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13253763">Family Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13253763 { background-image: url('https://hpl.libnet.info/images/events/hpl/Storytime.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13253763" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:00am - 11:30am</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Ancaster Branch - <i>Ancaster - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the whole family to story time and get ready to read. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13179523">Craft at HPL - Book Page Wreath<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13179523 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_DIY_CRAFTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13179523" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:30am - 12:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Binbrook Branch - <i>Binbrook - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side and make something crafty. </div></div> <button data-eventid="13179523" data-regtype="1" data-recurringid="3248863" data-testmode="0" data-locationid="1386" data-total_registrants="0" data-max_attendee="6" disabled class="button eventRegButton registerForEvent" aria-label="Register for Craft at HPL - Book Page Wreath - In-Branch Program, Thu, May 01, 11:30am - 12:30pm">Register</button><div class="events-reg-open-message">Registration opens Wednesday, April 23 2025 at 9:00am</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13233926">Sit to Be Fit<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13233926 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH_SEATED.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13233926" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 11:45am - 12:45pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Exercise your way to better health and fitness. </div></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13204168">Colouring Circle <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13204168 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_COLOURING_CIRCLE.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13204168" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 12:00pm - 1:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Barton Branch - <i>Barton - Gallery Display</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Colouring, it’s not just for kids.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13263450">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13263450 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13263450" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 12:00pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Concession Branch - <i>Concession - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13254001">Community Partner Visit - Hamilton Family and Child Supports<span class="amev-event-subtitle"> - In Branch</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13254001 { background-image: url('https://hpl.libnet.info/images/events/hpl/Community.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13254001" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 1:00pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 1st Floor Community Partner Desk A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hamilton Child and Family Supports was established in 1894 as a not-for-profit charitable organization focusing on the well-being and protection of children. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13191796">Relaxation and Movement<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13191796 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_HEALTH.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13191796" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 1:30pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Program Room A/B</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Mild exercise to help release your tension and stress. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13304716">Music for Babies and Toddlers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13304716 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MUSIC_SONGS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13304716" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 1:30pm - 2:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Fun with musical instruments and songs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13188008">Drop-In Knitting and Crochet<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13188008 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13188008" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 2:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A drop-in knitting and crochet program. Bring your current project and materials. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13289837">Baby Storytime: Get Ready to Read<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13289837 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STORYTIME_BABY.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13289837" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 2:00pm - 2:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 2</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">It’s never too early to read to your baby. Suitable for children from birth to age 24 months.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13224040">Baby Stay and Play<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13224040 { background-image: url('https://hpl.libnet.info/images/events/hpl/Explore_and_Play.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13224040" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 2:30pm - 3:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Carlisle Branch - <i>Carlisle - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">After Baby Storytime, stay for social and play time. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13148591">Cookbook Club<span class="amev-event-subtitle"> - Evergreen Kitchen by Bri Beaudoin</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13148591 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_COOKBOOK.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13148591" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Terryberry Branch - <i>Terryberry - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Level up your cooking and baking skills. Choose a recipe, prepare it at home and share your experience with fellow home chefs.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13172959">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13172959 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13172959" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:00pm - 4:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13336185">Math Quest<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13336185 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_MATHQUEST.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13336185" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Parkdale Branch - <i>Parkdale - Main Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">An in-person math adventure.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13338940">Knit for a Cause<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13338940 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_KNIT_CROCHET.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13338940" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth- Makerspace</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Knit for a cause and earn volunteer hours.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13139114">English Conversation Circle at Central<span class="amev-event-subtitle"> - In Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13139114 { background-image: url('https://hpl.libnet.info/images/events/hpl/Conversation.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13139114" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise speaking English in a small group.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13172566">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13172566 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13172566" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 2nd Floor Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13230136">LEGO Club<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13230136 { background-image: url('https://hpl.libnet.info/images/events/hpl/Lego.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13230136" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:30pm - 5:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Waterdown Branch - <i>Waterdown - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Build, imagine and play with LEGO. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13233943">Drop-In Tech Help with Teen Volunteers <span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13233943 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_TECH_DROP_IN.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13233943" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:30pm - 4:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Red Hill Branch - <i>Red Hill - Program Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring your tech questions and get one-on-one help. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13352852">Math Success<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13352852 { background-image: url('https://hpl.libnet.info/images/events/hpl/N2N_LOGO.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13352852" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 3:30pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Kenilworth Branch - <i>Kenilworth - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Math help for grade 5-8 students.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13083490">Dungeons and Dragons Campaign<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13083490 { background-image: url('https://hpl.libnet.info/images/events/hpl/Games_in_Person.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13083490" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Dundas Branch - <i>Dundas - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description"> Take your character on a legendary adventure.</div></div> <button data-eventid="13083490" data-regtype="1" data-recurringid="3233145" data-testmode="0" data-locationid="1390" data-total_registrants="0" data-max_attendee="10" disabled class="button eventRegButton registerForEvent" aria-label="Register for Dungeons and Dragons Campaign - In-Branch Program, Thu, May 01, 4:00pm - 5:00pm">Register</button><div class="events-reg-open-message">Registration opens Wednesday, April 23 2025 at 9:00am</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13192051">STEAM Learning Lab<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13192051 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_STEM.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13192051" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 4:00pm - 5:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Saltfleet Branch - <i>Saltfleet - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Hands-on STEAM (Science, Tech, Engineering, Art and Math) fun.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13342652">Mathstronauts - Spark Program<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13342652 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_MATHSTRONAUTS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13342652" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 4:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Wentworth Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Interactive math activities for students in Grades 4 and 5.</div></div> <a href="https://mathstronauts.ca/register/" target="_blank" class="button eventRegButton" aria-label="Register for Mathstronauts - Spark Program - In-Branch Program, Thu, May 01, 4:00pm - 6:00pm">Register</a> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13246487">Craft Cart<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13246487 { background-image: url('https://hpl.libnet.info/images/events/hpl/Makercart.png'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13246487" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 4:00pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Freelton Branch - <i>Freelton - Open Area 1</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Unleash your creative side.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13119906">French Conversation Circle<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13119906 { background-image: url('https://hpl.libnet.info/images/events/hpl/Communico_Icon_-_FRENCH_CONVERSATION.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13119906" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - 4th Floor Newcomers Classroom</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Practise your French-speaking skills weekly at beginner or intermediate level.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13180031">Family Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13180031 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13180031" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Sherwood Branch - <i>Sherwood - Children's Department</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Bring the family and play chess. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13213270">Teen Chess Drop-In<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13213270 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CHESS.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13213270" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 5:00pm - 6:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Turner Park Branch - <i>Turner Park - Teen Area</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Play chess with other teens. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13251791">Cricut Design Space<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13251791 { background-image: url('https://hpl.libnet.info/images/events/hpl/communico_program_icon_-_CRICUT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13251791" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Photo Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Learn to design and create projects on this crafting machine.</div></div> <button data-eventid="13251791" data-regtype="1" data-recurringid="3261571" data-testmode="0" data-locationid="1388" data-total_registrants="0" data-max_attendee="8" disabled class="button eventRegButton registerForEvent" aria-label="Register for Cricut Design Space - In-Branch Program, Thu, May 01, 6:00pm - 7:00pm">Register</button><div class="events-reg-open-message">Registration opens Wednesday, April 23 2025 at 9:00am</div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13262406">Maker Meet-up<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13262406 { background-image: url('https://hpl.libnet.info/images/events/hpl/ProgramIcon_MakerMeet-up.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13262406" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 6:00pm - 7:00pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Maker Studio</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">A welcome space for all makers.</div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13341689">Tell Tails<span class="amev-event-subtitle"> - In-Branch Program</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13341689 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_SIT_STAY_READ_SPCA.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13341689" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Valley Park Branch - <i>Valley Park - Program Room A</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Read aloud to well-trained, furry friends who are excellent listeners. </div></div> <div class="eventRegFakeButton"></div> </div></div> <hr> </div> <div class="amev-event"> <div class="amev-picture-event-outer-container"><div class="amev-event-dat "> <div class="amev-event-title"><a href="https://hpl.libnet.info/event/13343173">HPL Author Series<span class="amev-event-subtitle"> - On Isabella Street with Genevieve Graham</span></a></div> <div class="amev-event-image-and-regbutton" style=""> <style> #amev-event-img-holder-url-13343173 { background-image: url('https://hpl.libnet.info/images/events/hpl/ICON_-_DEFAULT.jpg'); } </style> <div class="amev-event-img-holder" id="amev-event-img-holder-url-13343173" aria-label=""></div> </div> <div class="headingtext"> <div class="amev-event-time headingtext">Thu, May 01, 6:30pm - 7:30pm</div> <div class="amev-event-location headingtext"> <i class="am-locations"></i>Central Library - <i>Central - Hamilton Room</i> </div> </div> <div class="amev-event-description-container"><div class="amev-event-description">Ann Y.K. Choi chats with author Genevieve Graham.</div></div> <button data-eventid="13343173" data-regtype="1" data-recurringid="3263585" data-testmode="0" data-locationid="1388" data-total_registrants="0" data-max_attendee="100" class="button eventRegButton registerForEvent" aria-label="Register for HPL Author Series - On Isabella Street with Genevieve Graham, Thu, May 01, 6:30pm - 7:30pm">Register</button> </div></div> <hr> </div> </div> <div class="amev-all-events-link eeeventall"><a href="https://hpl.libnet.info/events">See all events</a></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> $(document).ready(function(){ var isPastEvent = '1' == true; //var imageAlt = 'Image for event: Book Chat '; if (isPastEvent) { showPastEventMessage(); } /* $('img[alt=""]').each(function(){ if ($(this)[0].src.indexOf('/images/events') >= 0) { $(this)[0].alt = imageAlt; } if ($(this)[0].src.indexOf('/images/headers') >= 0) { $(this)[0].alt = imageAlt; } }); */ }); function showPastEventMessage () { var datestring = 'Thursday, December 05'; var eventYear = '2024'; var pastMessage = 'This event was in the past:'; var start_time = '2:00pm'; var seriesDatesList = ''; var seriesDatesHTML = ''; var showSeries = parseInt('') === 1; var showSeriesTemplate = ''; var divider = ''; var seriesTitle = ''; var seriesDates = ''; var template = $('<div class="amh-row row" />'); var panel = $('<div class="alert past-event-panel" role="alert" />'); var panelRow = $('<div class="row" />'); var panelMessage = $('<div class="col-md-12 past-event-text">'); var panelMessageText = $('<p class="past-event-text-important">'); var panelButtonLink = $('<a style="display: block;max-width: 350px; margin: 0 auto;height:" class="button past-event-button-text" href="/events?r=thismonth">'); var panelButton = $('<div class="col-md-12">'); panelButtonLink.text('View other events'); panelButton.append(panelButtonLink); panelMessageText.text('Event finished. ' + pastMessage + ' ' + start_time + ' on ' + datestring + ', ' + eventYear); panelMessage.append(panelMessageText); panel.append(panelRow.append(panelMessage).append(panelButton)); if (showSeries) { try { seriesDateList = JSON.parse(seriesDateList); for (var sdlKey in seriesDateList) { var item = seriesDateList[sdlKey]; seriesDatesHTML += `<a href="/event/${sdlKey}">${item.link} \r\n`; seriesDatesHTML += `<i>${item.availableText}<br>\r\n`; } } catch (err) { console.error(err); } var divider = $('<div class="row"><div class="col-md-12"><div class="past-event-divider">'); var seriesTitle = $('<div class="row"><div class="col-md-12"><p class="past-event-series-title">More events in this series...'); var seriesDates = $('<div class="row"><div class="col-md-12">' + seriesDatesHTML + ''); panel.append(divider).append(seriesTitle).append(seriesDates); } template.append(panel); $('.column-center').find(".amh-content").first().prepend(template); } </script> </div> <div id="footer"> <!--social_media--> <div id='footer'><div class="amh-row row" style="max-width: none; background-color: rgb(41, 88, 140);" id="id645wT"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idPN7e7"><div class="amh-content"> <div class="amh-row row" id="id8xfYi"><div class="amh-block amh-container col-md-12" data-block-type="container" id="id370Qc"><div class="amh-content" style="border-width: 0px; border-style: solid; margin-top: 41px;"><div class="amh-row row" id="idqrYXV"> <div class="amh-block amh-text col-md-3" data-block-type="text" id="idTRFZC"><div class="amh-content" style="margin: 5px; padding: 5px; position: relative; border-width: 0px; border-style: solid;"><span><h4><a href="http://www.hpl.ca/">HPL Sites</a></h4> <p><a href="http://www.hpl.ca/">Hamilton Public Library </a></p> <p><a href="http://kids.hpl.ca/">HPL Kids</a></p> <p><a href="http://teens.hpl.ca/">HPL Teens </a></p> <p><a href="http://lha.hpl.ca/">Local History & Archives</a></p> <p><a href="http://www.hamiltonstories.ca/">Love Your City – Share your stories</a></p></span></div></div> <div class="amh-block amh-text col-md-3" data-block-type="text" id="idwm0nZ"><div class="amh-content" style="margin: 5px; padding: 5px; position: relative; border-width: 0px; border-style: solid;"><span><h4><a href="http://www.hpl.ca/hpl-online" style="">HPL Online </a></h4> <p><a href="https://www.hpl.ca/hpl-online/ebooks-and-eaudio">eBooks & Audio </a></p> <p><a href="http://www.hpl.ca/digital-media" style="">Media </a></p> <p><a href="https://www.hpl.ca/hpl-online/magazines-and-newspapers" style="">Newspapers </a></p> <p><a href="https://www.hpl.ca/hpl-online/magazines-and-newspapers">Magazines </a></p> <p><a href="http://www.hpl.ca/online-resources">Resources</a></p></span></div></div> <div class="amh-block amh-text col-md-3" data-block-type="text" id="idDvXgh"><div class="amh-content mce-content-body" style="margin: 5px; padding: 5px; position: relative;" id="mce_0" spellcheck="false"> <h4><a href="/events?r=thismonth" data-mce-href="/events?r=thismonth">Programs </a></h4> <p><a href="https://www.hpl.ca/guide" style="cursor: default;" data-mce-href="https://www.hpl.ca/guide" data-mce-style="cursor: default;">Program Guide</a></p> <p><a href="http://www.hpl.ca/articles/guide" data-mce-href="http://www.hpl.ca/articles/guide" data-mce-selected="inline-boundary">eNewsletter</a></p> <p><a href="/events?v=grid" data-mce-href="/events?v=grid">Events Calendar</a></p> <p><a href="/events" data-mce-href="/events">Computer Training</a></p> <p><a href="/events" data-mce-href="/events" style="">Literary Programs</a></p> <p><a href="/events" data-mce-href="/events">Movies</a></p> <p><a href="/events" data-mce-href="/events">General Interest</a></p> <p><a href="/events" data-mce-href="/events">Older Adults</a></p> <p><a href="/events" data-mce-href="/events">Health & Wellness</a></p> <p><a href="/events" data-mce-href="/events">Games & Hobbies</a></p> <p><a href="/events" data-mce-href="/events">Finance</a></p> </div></div> <div class="amh-block amh-text col-md-3" data-block-type="text" id="idw2SDd"><div class="amh-content" style="margin: 5px; padding: 5px; position: relative;"><span><h4><a href="http://www.hpl.ca/services-0" style="">Services </a></h4> <p><a href="http://www.hpl.ca/forms/book-appointment" style="">Book a Librarian </a></p> <p><a href="http://www.hpl.ca/node/24401" style="">Newcomers </a></p> <p><a href="http://www.hpl.ca/articles/visiting-library-service">Visiting Library Service</a></p> <p><a href="http://www.hpl.ca/accessibility-services">Accessibility </a></p> <p><a href="http://www.hpl.ca/meeting-rooms" style="">Rooms </a></p> <p><a href="http://www.hpl.ca/articles/computers-wifi" style="">Public Computers & Wi-Fi</a></p></span></div></div> </div></div></div></div> <div class="amh-row row" id="idz8Tln"><div class="amh-block amh-container col-md-12" data-block-type="container" id="idvFGbU"><div class="amh-content" style="border-width: 1px 0px 0px; border-style: solid; margin-bottom: 60px; border-color: rgb(57, 106, 161); margin-top: 25px; padding-top: 28px;"> <div class="amh-row row" id="id1adxF"><div class="amh-block amh-text col-md-12" data-block-type="text" id="idLuyqC" style=""><div class="amh-content" style="margin: 5px; padding: 5px; position: relative;"><span><div id="strip"> <div class="buttons"> <a class="button small icon" href="https://www.youtube.com/user/HamiltonLibraryVideo" title="Hamilton Public Library YouTube page" target="_blank" rel="noopener" style=""> <i class="fa"></i> </a> <a class="button small icon" href="http://www.pinterest.com/hamiltonlibrary/" title="Hamilton Public Library Pinterest page" target="_blank" rel="noopener"> <i class="fa"></i> </a> <a class="button small icon" href="https://twitter.com/HamiltonLibrary" title="Hamilton Public Library Twitter page" target="_blank" rel="noopener"> <i class="fa"></i> </a> <a class="button small icon" href="https://www.facebook.com/hamiltonpubliclibrary" title="Hamilton Public Library Facebook page" target="_blank" rel="noopener"> <i class="fa"></i> </a> <a class="button small icon" href="https://www.instagram.com/hamiltonlibrary/" title="Hamilton Public Library Instagram page" target="_blank" rel="noopener"> <i class="fa"></i> </a> </div> </div></span></div></div></div> <div class="amh-row row" id="idBVgq1"> <div class="amh-block amh-text col-md-6" data-block-type="text" id="idM6AS5"><div class="amh-content" style="margin: 5px; padding: 5px; position: relative;" id="mce_24" spellcheck="false"><div><a href="http://www.hpl.ca/" title="Home"><img src="https://hpl.libnet.info/images/tile/hpl/hamilton-logo_header.png" width="170" height="87" alt=""></a></div></div></div> <div class="amh-block amh-text col-md-6" data-block-type="text" id="idT6IW0"><div class="amh-content mce-content-body" style="margin: 5px; padding: 5px; position: relative;" id="mce_0" spellcheck="false"> <p style="text-align: right;" data-mce-style="text-align: right;"><a href="http://www.hpl.ca/articles/privacy-policy-library-customers" data-mce-href="http://www.hpl.ca/articles/privacy-policy-library-customers">Privacy Policy</a> <a href="http://hpl.ca/accessibility-services" data-mce-href="http://hpl.ca/accessibility-services">AODA</a></p> <p style="text-align: right; opacity: 0.5; font-size: 0.90em; padding-top: 6px;" data-mce-style="text-align: right; opacity: 0.5; font-size: 0.90em; padding-top: 6px;">© Hamilton Public Library. All rights reserved.</p> </div></div> </div> </div></div></div> </div></div></div></div> </div> <div id="default_footer"> <a class='sideload' href='/privacy'>Privacy and cookie policy</a> | <a href='#' onclick='openAccessibility()'>Accessibility</a> | <a href='http://communico.co'>Communico</a><br/><br/> <span style='font-size:80%'>Connected content from Communico. © 2025.</span> </div> <script type='text/javascript' src='/js/lib/jquery.shapeshift.min.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.13/js/bootstrap-multiselect.min.js' ></script> <script type='text/javascript' src='/js/am-shared.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js' ></script> <script type='text/javascript' src='/js/lib/bootstrap-timepicker.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.min.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/js/bootstrap-datepicker.min.js' ></script> <script type='text/javascript' src='/js/lib/jquery.cycle2.min.js?v=1309' ></script> <script type='text/javascript' src='/js/jquery.tweet.min.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jQuery.dotdotdot/1.7.2/jquery.dotdotdot.min.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/rome/2.1.14/rome.min.js' ></script> <script type='text/javascript' src='/js/jquery.zrssfeed.min.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/qtip2/3.0.3/jquery.qtip.min.js' ></script> <script type='text/javascript' src='/js/lib/jquery.cookie.min.js?v=1309' ></script> <script type='text/javascript' src='/js/lib/json3.min.js?v=1309' ></script> <script type='text/javascript' src='/js/am-events-listings.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery.payment/3.0.0/jquery.payment.min.js' ></script> <script type='text/javascript' src='/js/am-reserve-booker.v3.js?v=1309' ></script> <script type='text/javascript' src='/js/am-reserve-room.v3.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/jquery.sticky/1.0.4/jquery.sticky.min.js' ></script> <script type='text/javascript' src='/js/am-room-info.js?v=1309' ></script> <script type='text/javascript' src='/js/am-room-picker.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.4.1/moment-timezone-with-data.min.js' ></script> <script type='text/javascript' src='/js/am-reserve-picker.v3.js?v=1309' ></script> <script type='text/javascript' src='/js/am-subscriptions.js?v=1309' ></script> <script type='text/javascript' src='/js/am-subscriptions.js?v=1309' ></script> <script type='text/javascript' src='/js/am-channel.js?v=1309' ></script> <script type='text/javascript' src='/js/card-signup.js?v=1309' ></script> <script type='text/javascript' src='/js/custom.js?v=1309' ></script> <script type='text/javascript' src='/js/es6/dist/coUtilsComp.js?v=1309' ></script> <script type='text/javascript' src='/js/es6/dist/coEventBillingComp.js?v=1309' ></script> <script type='text/javascript' src='/js/es6/coRooms/coRooms-comp.js?v=1309' ></script> <script type='text/javascript' src='//cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.0.2/nouislider.min.js' ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.3.3/custom-elements-es5-adapter.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.3.3/webcomponents-lite.js"></script> <script type="text/javascript"> $(function () { var accessibilityText = ''; switch (document.querySelector('meta[name=region]').content) { case 'us': accessibilityText = 'Choose a color combination to give the most comfortable contrast.'; break; default: accessibilityText = 'Choose a colour combination to give the most comfortable contrast.'; break; } document.getElementById('accessibilityText').innerText = accessibilityText; }); </script> </body> </html>