{"id":98,"date":"2022-01-17T21:56:11","date_gmt":"2022-01-17T21:56:11","guid":{"rendered":"https:\/\/zontaclubannapolis.org\/?page_id=98"},"modified":"2023-02-08T19:37:03","modified_gmt":"2023-02-09T00:37:03","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/zontaclubannapolis.org\/index.php\/contact-us\/","title":{"rendered":"Get Involved &#038; Support Our Causes"},"content":{"rendered":"\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Looking to get involved?  There are ways to get involved with Zonta that can accommodate anyone&#8217;s interest and time availability.  And a special note for the men reading this&#8211;although Zonta&#8217;s mission focuses on women and girls, Zonta is NOT a &#8220;womens&#8221; club or organization.  Zonta welcomes everyone interested in furthering the Zonta mission.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Join Our (or a) Club<\/h2>\n\n\n\n<p>Everyone can be a joiner! If we knew of your interest we would reach out to you&#8230;.but since we don&#8217;t, we have to depend on you to take what may be an anxiety-prone step of reaching out to us.  Joining Zonta International by joining a club provides an opportunity for fellowship with others and leadership experience within the Zonta International organization.  After pausing in-person meetings because of the Covid pandemic, our club has resumed meeting in person.  We are meeting on a monthly basis on the second Saturday at a local library.  Please email our president at <mark>president@zontaclubannapolis.org<\/mark> to learn more about our club and attend one of our meetings to see if Zonta is a good fit for you.  Annual membership dues are $165 which includes Zonta International, ZI District 3, and club dues.<\/p>\n\n\n\n<p>If you are not in our geographic area, look <a rel=\"noreferrer noopener\" href=\"http:\/\/www.zontadistrictthree.org\/about-us\" data-type=\"URL\" data-id=\"http:\/\/www.zontadistrictthree.org\/about-us\" target=\"_blank\">here<\/a> to locate clubs on the Atlantic seaboard from New York to Virginia (Zonta International District 3)  or <a rel=\"noreferrer noopener\" href=\"https:\/\/www.zonta.org\/Web\/Get_Involved\/Locate_a_Club\/Web\/Get_Involved\/Locate_a_Club.aspx?hkey=f6e1b1ed-0d63-4ee2-ac26-6314f1cec165\" target=\"_blank\">here<\/a> for Zonta clubs around the world.   Our District also has an <a rel=\"noreferrer noopener\" href=\"http:\/\/www.zontadistrictthree.org\/our-clubs\" data-type=\"URL\" data-id=\"http:\/\/www.zontadistrictthree.org\/our-clubs\" target=\"_blank\">E-club<\/a> that meets virtually.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">------------------------------------------------------------------------------------<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Become a Zonta International Supporting Member<\/h2>\n\n\n\n<p>Join Zonta International by becoming a supporting member.  Supporting members are members of Zonta International but are not members of a club.  Learn more <a rel=\"noreferrer noopener\" href=\"https:\/\/www.zonta.org\/Web\/Get_Involved\/Join\/Individual_Membership\" target=\"_blank\">here<\/a> about becoming a supporting member.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Donate<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">..to the Zonta Club of Annapolis Foundation, Inc.<\/h3>\n\n\n\n<p>The Zonta Club of Annapolis Foundation, Inc. is the charitable arm of the Zonta Club of Annapolis.  It is a US 501(c)(3) organization and contributions are tax deductible as allowed by law.  Your contribution supports our scholarships and local service activities.  Click on the Donate Button to make a contribution.<\/p>\n\n\n\n<div>\n  <div><div style=\"\n  overflow: auto;\n  display: flex;\n  flex-direction: column;\n  justify-content: flex-end;\n  align-items: center;\n  width: 259px;\n  background: #FFFFFF;\n  border: 1px solid rgba(0, 0, 0, 0.1);\n  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);\n  border-radius: 10px;\n  font-family: SQ Market, Helvetica, Arial, sans-serif;\n  \">\n  <div style=\"padding: 20px;\">\n    <a target=\"_blank\" data-url=\"https:\/\/square.link\/u\/q7MxlLYV?src=embd\" href=\"https:\/\/square.link\/u\/q7MxlLYV?src=embed\" style=\"\n    display: inline-block;\n    font-size: 18px;\n    line-height: 48px;\n    height: 48px;\n    color: #ffffff;\n    min-width: 212px;\n    background-color: #000000;\n    text-align: center;\n    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;\n    \n  \" rel=\"noopener\">Donate<\/a>\n  <\/div>\n<\/div>\n<\/div>\n\n  <script>\n    function showCheckoutWindow(e) {\n      e.preventDefault();\n\n      const url = document.getElementById('embedded-checkout-modal-checkout-button').getAttribute('data-url');\n      const title = 'Square Online Checkout';\n\n      \/\/ Some platforms embed in an iframe, so we want to top window to calculate sizes correctly\n      const topWindow = window.top ? window.top : window;\n\n      \/\/ Fixes dual-screen position                                Most browsers          Firefox\n      const dualScreenLeft = topWindow.screenLeft !==  undefined ? topWindow.screenLeft : topWindow.screenX;\n      const dualScreenTop = topWindow.screenTop !==  undefined   ? topWindow.screenTop  : topWindow.screenY;\n\n      const width = topWindow.innerWidth ? topWindow.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width;\n      const height = topWindow.innerHeight ? topWindow.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height;\n\n      const h = height * .75;\n      const w = 500;\n\n      const systemZoom = width \/ topWindow.screen.availWidth;\n      const left = (width - w) \/ 2 \/ systemZoom + dualScreenLeft;\n      const top = (height - h) \/ 2 \/ systemZoom + dualScreenTop;\n      const newWindow = window.open(url, title, `scrollbars=yes, width=${w \/ systemZoom}, height=${h \/ systemZoom}, top=${top}, left=${left}`);\n\n      if (window.focus) newWindow.focus();\n    }\n\n    \/\/ This overrides the default checkout button click handler to show the embed modal\n    \/\/ instead of opening a new tab with the given link url\n    document.getElementById('embedded-checkout-modal-checkout-button').addEventListener('click', function (e) {\n      showCheckoutWindow(e);\n    });\n  <\/script>\n<\/div>\n\n\n\n<pre class=\"wp-block-preformatted\">------------------------------------------------------------------------------------<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">..to the Zonta Foundation for Women<\/h3>\n\n\n\n<p>To support the activities of Zonta International, click <a rel=\"noreferrer noopener\" href=\"https:\/\/www.zonta.org\/Web\/Your_Support\/Web\/Your_Support_Home.aspx?hkey=7e5a8030-e042-4f20-b859-a71d618be815\" data-type=\"URL\" data-id=\"https:\/\/www.zonta.org\/Web\/Your_Support\/Web\/Your_Support_Home.aspx?hkey=7e5a8030-e042-4f20-b859-a71d618be815\" target=\"_blank\">here <\/a>to learn more about contributing to the Zonta Foundation for Women.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n","protected":false},"excerpt":{"rendered":"<p>Looking to get involved? There are ways to get involved with Zonta that can accommodate anyone&#8217;s interest and time availability. And a special note for the men reading this&#8211;although Zonta&#8217;s&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-98","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/pages\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/comments?post=98"}],"version-history":[{"count":11,"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/pages\/98\/revisions"}],"predecessor-version":[{"id":298,"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/pages\/98\/revisions\/298"}],"wp:attachment":[{"href":"https:\/\/zontaclubannapolis.org\/index.php\/wp-json\/wp\/v2\/media?parent=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}