{"id":9,"date":"2014-12-13T19:30:10","date_gmt":"2014-12-14T03:30:10","guid":{"rendered":"https:\/\/www.hollytreeenglish.com\/?page_id=9"},"modified":"2025-11-18T16:36:29","modified_gmt":"2025-11-19T00:36:29","slug":"home-2","status":"publish","type":"page","link":"https:\/\/www.hollytreeenglish.com\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<h1 style=\"text-align: left;\"><strong>You are not happy with your English, and you are ready to find help.<\/strong><\/h1>\n<h1 style=\"text-align: left;\"><strong>English is hard.<\/strong><\/h1>\n<h1 style=\"text-align: left;\"><strong>But English is possible!<\/strong><\/h1>\n<h1 style=\"text-align: left;\"><strong>Just imagine:<\/strong><\/h1>\n<ul>\n<li>Your English is improving in a convenient way that is right for you.<\/li>\n<li>You are using and understanding English better and better.<\/li>\n<li>You are making friends and working a better job.<\/li>\n<li>You are more confident and less afraid in English situations.<\/li>\n<\/ul>\n<h1 style=\"text-align: left;\"><strong>Hi, I&#8217;m Holly<\/strong>.<\/h1>\n<p>I have been teaching English for 10 years. I have taught students all over the world, including people who have immigrated to the U.S. I believe that English is one of the keys to helping you reach your American dream.<\/p>\n<p>I am also a language-learner. I have studied a little German, Spanish, Aribic, Russian, Persian, and Chinese. I know how important it is to learn in a way that is convenient for you. I know that having a teacher who is kind, patient, and flexible can make your learning so much better.<\/p>\n<div id=\"gozList2-6\" style=\"display:none;\">\n\t\t\t<div>\n<form method=\"post\" enctype=\"multipart\/form-data\" class=\"bftpro-front-form bftpro-vertical bftpro-block-label\" onsubmit=\"return validateBFTProUser(this,true);\"  style=\"max-width:850px;\">\n\t<input type=\"hidden\" name=\"bftpro_form_name\" value=\"Exit Pop up English Under the Holly Tree (modal)\"><input type=\"hidden\" name=\"goz_design_id\" value=\"6\">\t<fieldset>\n\t\t<div class=\"bftpro-form-group \"><label >Name:<\/label> \t\t\t<input type=\"text\"  name=\"bftpro_name\" value=\"\">\r\n\t\t<\/div>\n<div class=\"bftpro-form-group \"><label >Email:<\/label> \t\t\t<input type=\"email\"  name=\"email\" value=\"\">\r\n\t\t<\/div>\n<div class=\"bftpro-form-group \"><label >*Where are you from? (I use your native country information to understand my customers and provide better service.):<\/label> \t\t\t<input type=\"text\" required name=\"field_1\" value=\"\">\r\n\t\t<\/div>\n<input type='hidden' name='required_fields[]' value='field_1'><div class=\"bftpro-form-group \"><label >*What is your native language? (I use your native language information to understand my customers and provide better service.):<\/label> \t\t\t<input type=\"text\" required name=\"field_2\" value=\"\">\r\n\t\t<\/div>\n<input type='hidden' name='required_fields[]' value='field_2'>\t\t\n\t\t\n\t\t\t\t\n\n\t\t<div class=\"bftpro-form-group recaptcha\"><label>&nbsp;<\/label>\n\t\t\t\t\t<input type='hidden' name='g-recaptcha-response' id='gRecaptchaResponseArigato2'>\n\t\t\t\t\t<script>\n\t\t\t\t\tjQuery(function(){\n\t\t\t\t\t\tgrecaptcha.ready(function() {\n\t\t\t\t\t\t    grecaptcha.execute('6LdAAcAqAAAAACU1QIHAOw6-XxqOketyYAXcuKlg', {action: 'register'}).then(function(token) {\n\t\t\t\t\t\t       \/\/ fill the hidden field with the token\n\t\t\t\t\t\t       jQuery('#gRecaptchaResponseArigato2').val(token);\n\t\t\t\t\t\t    });\n\t\t\t\t\t\t});\n\t\t\t\t\t}); \/\/ jQuery Wrapper\t\n\t\t\t\t\t\t<\/script><\/div>\t\n\t\t\t\n\t\n\t<div class=\"bftpro-form-group \">\n\t\t\t\t\t<input type=\"submit\" value=\"i\\&#039;m ready!\">\n\t\t\t\t\n\t<\/div>\n\t<\/fieldset>\n\t<input type=\"hidden\" name=\"bftpro_subscribe\" value=\"1\">\n\t\t\t<input type=\"hidden\" name=\"list_id\" value=\"2\">\n\t\t\n\t<input type=\"hidden\" name=\"required_fields[]\" value=\"\">\n\t\n\t\t<\/form>\t\n\t<\/div>\n<\/div>\n<input type=\"hidden\" id=\"showExitIntent2-6\" value=\"0\">\n<input type=\"hidden\" id=\"gozPopupClosed2-6\" value=\"0\">\n<script type=\"text\/javascript\">\nvar showExitIntent2_6 = 0;\nvar gozPopupClosed2_6 = 0;\n\n\/\/ ref https:\/\/stackoverflow.com\/questions\/1458724\/how-do-i-set-unset-cookie-with-jquery\nfunction gozCreateCookie(name, value, hours) {\n    var expires;\n\n    if (hours) {\n        var date = new Date();\n        date.setTime(date.getTime() + (hours * 60 * 60 * 1000));\n        expires = \"; expires=\" + date.toGMTString();\n    } else {\n        expires = \"\";\n    }\n    document.cookie = encodeURIComponent(name) + \"=\" + encodeURIComponent(value) + expires + \"; path=\/\";\n}\n\nfunction gozReadCookie(name) {\n    var nameEQ = encodeURIComponent(name) + \"=\";\n    var ca = document.cookie.split(';');\n    for (var i = 0; i < ca.length; i++) {\n        var c = ca[i];\n        while (c.charAt(0) === ' ') c = c.substring(1, c.length);\n        if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));\n    }\n    return null;\n}\n\nfunction gozEraseCookie(name) {\n    gozCreateCookie(name, \"\", -1);\n}\n\n\/\/ Exit intent\nfunction gozAddEvent(obj, evt, fn) {\n    if (obj.addEventListener) {\n        obj.addEventListener(evt, fn, false);\n    }\n    else if (obj.attachEvent) {\n        obj.attachEvent(\"on\" + evt, fn);\n    }\n}\n\njQuery(document).ready(function(){\n\tvar c = gozReadCookie(\"gozList2-6\");\t\n\t\tif(c) return true;\n\t\n\tgozCreateCookie(\"gozList2-6\", 1, 48);\n\t\n\t\/\/ this is very important. Otherwise thickbox does not work \n\ttb_init('a.thickbox, area.thickbox, input.thickbox'); \/\/ pass where to apply thickbox\n\timgLoader = new Image();\/\/ preload image\n\timgLoader.src = tb_pathToImage;\n\t\n\tjQuery(window).bind('tb_unload', function () {\n\t    gozPopupClosed2_6 = 1;\n\t});\n\t\n\tvar w = window.innerWidth * .85;\n\tvar h = window.innerHeight * .85;\n\tw = parseInt(w);\n\th = parseInt(h);\n\t\tif(w > (850 + 10) ) w = 850 + 10;\n\t\t\tif(h > (650 + 10) ) h = 650 + 10;\n\t\t\n\tsetTimeout(\n\t\tfunction() {\n\t\t\t\t\t\tshowExitIntent2_6 = 1; \/\/ required time passed, mark to show the exit intent\t\n\t\t\t\t\n\t\t},\t\t\n\t\t10000\t);\t\n\t\n\t\/\/ handle exit intent here\n\t\t\/\/ Exit intent trigger\n\tgozAddEvent(document, 'mouseout', function(evt) {\n\t    if (evt.toElement == null && evt.relatedTarget == null \n\t    \t\t&& showExitIntent2_6 == 1\n\t    \t\t&& gozPopupClosed2_6 == 0) {\n\t        tb_show(\"\", \"#TB_inline?width=\"+w+\"&height=\"+h+\"&inlineId=gozList2-6\", false);\n\t    };\n\t});\n\t});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>You are not happy with your English, and you are ready to find help. English is hard. But English is possible! Just imagine: Your English is improving in a convenient way that is right for you. You are using and understanding English better and better. You are making friends and working a better job. You<br \/><a class=\"moretag\" href=\"https:\/\/www.hollytreeenglish.com\/home\/\">+ Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"_piecal_is_event":false,"_piecal_start_date":"","_piecal_end_date":"","_piecal_is_allday":false,"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","jetpack_post_was_ever_published":false,"_mc_calendar":[],"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"acf":[],"jetpack_shortlink":"https:\/\/wp.me\/P5KooK-9","jetpack-related-posts":[{"id":1031,"url":"https:\/\/www.hollytreeenglish.com\/home\/private-english-lessons\/","url_meta":{"origin":9,"position":0},"title":"English Lessons Designed Just for You","author":"Holly","date":"June 12, 2017","format":false,"excerpt":"Private Online English Lessons: because your journey is important. English lessons just for you! Do you feel that you do not have time for English classes? Do you feel that English classes are not helpful for you? Why? Class times are not always convenient. Traveling to class takes time. Many\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":946,"url":"https:\/\/www.hollytreeenglish.com\/home\/english-unstuck-course\/","url_meta":{"origin":9,"position":1},"title":"The English Unstuck Course","author":"Holly","date":"December 14, 2016","format":false,"excerpt":"This is the page for the English unstuck course. It's time for you to understand what is blocking your English progress and move forward so you can have true English success. \u00a0 What Will you Get? \u00a0 1 session to discover the things that are blocking your English progress. 1\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":982,"url":"https:\/\/www.hollytreeenglish.com\/home\/english-road-finder-learn-matters\/","url_meta":{"origin":9,"position":2},"title":"English Road-finder: because there are too many ways to go forward.","author":"Holly","date":"May 17, 2017","format":false,"excerpt":"The English Road Finder: because how you learn Matters. No more stress! Do you feel frustrated with your English progress, even with many available resources? Are you feeling like you are lost in an English-learning circle that will never end? There are 2 reasons: 1: You are having difficulty focusing\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":47554,"url":"https:\/\/www.hollytreeenglish.com\/home\/home-clone\/","url_meta":{"origin":9,"position":3},"title":"Home Clone","author":"Holly","date":"July 12, 2024","format":false,"excerpt":"You are not happy with your English, and you are ready to find help. English is hard. But English is possible! Just imagine: Your English is improving in a convenient way that is right for you. You are using and understanding English better and better. You are making friends and\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":951,"url":"https:\/\/www.hollytreeenglish.com\/home\/home-2\/special-courses-holly-tree-english\/","url_meta":{"origin":9,"position":4},"title":"Special Courses From Holly Tree English","author":"Holly","date":"December 16, 2016","format":false,"excerpt":"Welcome to the Special courses Page \u00a0 This is where you will find links to special courses. Special courses only teach specific thing\/s. they are not courses designed by the teacher and student\/s together. Please go to the \"Purchase Lessons\" page for normal courses. \u00a0 English Learning \u00a0 English Unstuck\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":527,"url":"https:\/\/www.hollytreeenglish.com\/home\/holly-tree-english-blog\/testimonials-from-english-learners-like-you\/","url_meta":{"origin":9,"position":5},"title":"Testimonials from English Learners Like You","author":"Holly","date":"November 19, 2015","format":false,"excerpt":"Are you a student? Click here to tell others about your experience. Keep reading to see what students have to say about their lessons. Click on the name to read the testimonial from the student. I hope to see you in class!","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":false,"_links":{"self":[{"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":14,"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":47831,"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/pages\/9\/revisions\/47831"}],"wp:attachment":[{"href":"https:\/\/www.hollytreeenglish.com\/home\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}