/*! elementor-pro - v3.25.0 - 20-11-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();div[data-type="tadv/classic-paragraph"].is-selected .block-library-classic__toolbar,div[data-type="tadv/classic-paragraph"].is-typing .block-library-classic__toolbar,div[data-type="tadv/classic-paragraph"] div.mce-toolbar-grp{border-color:rgba(66,88,99,.35)}div[data-type="tadv/classic-paragraph"] .block-library-classic__toolbar:empty{display:none}div[data-type="tadv/classic-paragraph"].is-selected .block-library-classic__toolbar,div[data-type="tadv/classic-paragraph"].is-typing .block-library-classic__toolbar{display:block;z-index:31}{"id":28576,"date":"2018-06-15T04:38:26","date_gmt":"2018-06-15T04:38:26","guid":{"rendered":"http:\/\/kidscoveltd.wordpress.zeald.com\/?page_id=28576"},"modified":"2021-06-30T14:31:55","modified_gmt":"2021-06-30T02:31:55","slug":"our-philosophy","status":"publish","type":"page","link":"https:\/\/www.kidscove.co.nz\/our-philosophy\/","title":{"rendered":"Our Philosophy"},"content":{"rendered":"

[et_pb_section bb_built=”1″ fullwidth=”off” specialty=”off” background_color=”#ffffff” parallax_method=”off” custom_padding=”||0px|” custom_padding_tablet=”0px||0px|” _builder_version=”3.0.105″ inner_width=”auto” inner_max_width=”1280px” next_background_color=”#000000″ global_module=”213″][et_pb_row global_parent=”213″ make_fullwidth=”off” use_custom_width=”off” width_unit=”on” use_custom_gutter=”off” padding_mobile=”on” allow_player_pause=”off” parallax=”off” parallax_method=”off” make_equal=”off” column_padding_mobile=”off” custom_padding=”0px||0px|” custom_padding_last_edited=”on|desktop” custom_margin=”||0px|” custom_margin_last_edited=”on|phone” background_position=”top_left” background_repeat=”repeat” background_size=”initial” width=”80%” max_width=”1280px”][et_pb_column type=”4_4″ global_parent=”213″ custom_padding_last_edited=”on|desktop” custom_padding__hover=”|||” custom_padding=”||0px|” parallax_method=”on”][et_pb_post_title admin_label=”Heading Page Title” global_parent=”213″ title=”on” meta=”off” author=”on” date=”on” categories=”on” comments=”on” featured_image=”off” featured_placement=”below” text_color=”dark” text_background=”off” use_border_color=”off” title_font_size=”42px” parallax=”on” background_color=”rgba(255,255,255,0)” _builder_version=”3.0.105″ title_font_size_tablet=”36px” title_font_size_last_edited=”on|desktop” \/][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=”1″ _builder_version=”3.0.47″ prev_background_color=”#000000″ inner_width=”auto” inner_max_width=”1280px”][et_pb_row _builder_version=”3.0.48″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” width=”80%” max_width=”1280px”][et_pb_column type=”4_4″ custom_padding__hover=”|||” custom_padding=”|||”][et_pb_text _builder_version=”4.0.7″ text_text_shadow_horizontal_length=”text_text_shadow_style,%91object Object%93″ text_text_shadow_horizontal_length_tablet=”0px” text_text_shadow_vertical_length=”text_text_shadow_style,%91object Object%93″ text_text_shadow_vertical_length_tablet=”0px” text_text_shadow_blur_strength=”text_text_shadow_style,%91object Object%93″ text_text_shadow_blur_strength_tablet=”1px” link_text_shadow_horizontal_length=”link_text_shadow_style,%91object Object%93″ link_text_shadow_horizontal_length_tablet=”0px” link_text_shadow_vertical_length=”link_text_shadow_style,%91object Object%93″ link_text_shadow_vertical_length_tablet=”0px” link_text_shadow_blur_strength=”link_text_shadow_style,%91object Object%93″ link_text_shadow_blur_strength_tablet=”1px” ul_text_shadow_horizontal_length=”ul_text_shadow_style,%91object Object%93″ ul_text_shadow_horizontal_length_tablet=”0px” ul_text_shadow_vertical_length=”ul_text_shadow_style,%91object Object%93″ ul_text_shadow_vertical_length_tablet=”0px” ul_text_shadow_blur_strength=”ul_text_shadow_style,%91object Object%93″ ul_text_shadow_blur_strength_tablet=”1px” ol_text_shadow_horizontal_length=”ol_text_shadow_style,%91object Object%93″ ol_text_shadow_horizontal_length_tablet=”0px” ol_text_shadow_vertical_length=”ol_text_shadow_style,%91object Object%93″ ol_text_shadow_vertical_length_tablet=”0px” ol_text_shadow_blur_strength=”ol_text_shadow_style,%91object Object%93″ ol_text_shadow_blur_strength_tablet=”1px” quote_text_shadow_horizontal_length=”quote_text_shadow_style,%91object Object%93″ quote_text_shadow_horizontal_length_tablet=”0px” quote_text_shadow_vertical_length=”quote_text_shadow_style,%91object Object%93″ quote_text_shadow_vertical_length_tablet=”0px” quote_text_shadow_blur_strength=”quote_text_shadow_style,%91object Object%93″ quote_text_shadow_blur_strength_tablet=”1px” header_text_shadow_horizontal_length=”header_text_shadow_style,%91object Object%93″ header_text_shadow_horizontal_length_tablet=”0px” header_text_shadow_vertical_length=”header_text_shadow_style,%91object Object%93″ header_text_shadow_vertical_length_tablet=”0px” header_text_shadow_blur_strength=”header_text_shadow_style,%91object Object%93″ header_text_shadow_blur_strength_tablet=”1px” header_2_text_shadow_horizontal_length=”header_2_text_shadow_style,%91object Object%93″ header_2_text_shadow_horizontal_length_tablet=”0px” header_2_text_shadow_vertical_length=”header_2_text_shadow_style,%91object Object%93″ header_2_text_shadow_vertical_length_tablet=”0px” header_2_text_shadow_blur_strength=”header_2_text_shadow_style,%91object Object%93″ header_2_text_shadow_blur_strength_tablet=”1px” header_3_text_shadow_horizontal_length=”header_3_text_shadow_style,%91object Object%93″ header_3_text_shadow_horizontal_length_tablet=”0px” header_3_text_shadow_vertical_length=”header_3_text_shadow_style,%91object Object%93″ header_3_text_shadow_vertical_length_tablet=”0px” header_3_text_shadow_blur_strength=”header_3_text_shadow_style,%91object Object%93″ header_3_text_shadow_blur_strength_tablet=”1px” header_4_text_shadow_horizontal_length=”header_4_text_shadow_style,%91object Object%93″ header_4_text_shadow_horizontal_length_tablet=”0px” header_4_text_shadow_vertical_length=”header_4_text_shadow_style,%91object Object%93″ header_4_text_shadow_vertical_length_tablet=”0px” header_4_text_shadow_blur_strength=”header_4_text_shadow_style,%91object Object%93″ header_4_text_shadow_blur_strength_tablet=”1px” header_5_text_shadow_horizontal_length=”header_5_text_shadow_style,%91object Object%93″ header_5_text_shadow_horizontal_length_tablet=”0px” header_5_text_shadow_vertical_length=”header_5_text_shadow_style,%91object Object%93″ header_5_text_shadow_vertical_length_tablet=”0px” header_5_text_shadow_blur_strength=”header_5_text_shadow_style,%91object Object%93″ header_5_text_shadow_blur_strength_tablet=”1px” header_6_text_shadow_horizontal_length=”header_6_text_shadow_style,%91object Object%93″ header_6_text_shadow_horizontal_length_tablet=”0px” header_6_text_shadow_vertical_length=”header_6_text_shadow_style,%91object Object%93″ header_6_text_shadow_vertical_length_tablet=”0px” header_6_text_shadow_blur_strength=”header_6_text_shadow_style,%91object Object%93″ header_6_text_shadow_blur_strength_tablet=”1px” box_shadow_horizontal_tablet=”0px” box_shadow_vertical_tablet=”0px” box_shadow_blur_tablet=”40px” box_shadow_spread_tablet=”0px” z_index_tablet=”500″]<\/p>\n

We at Kids Cove believe that each child in\u00a0his\/ her\u00a0uniqueness is a gift to the society and our learning programmes must be primarily led to nurture these unique and natural gifts the child holds.<\/p>\n

For this, we believe in\u00a0emergent curriculum<\/em><\/strong>, in which we follow the child lead to extend and enrich their strengths, interests, capabilities and to address their developmental areas. We have also been inspired by the Reggio Emilia approach to teaching and learning. For more information please visit\u00a0www.reggiochildren.it<\/a> and click on the Reggio Emilia link. In partnership with our own learning programme, we incorporate Te Wh\u00e2riki, that states \u201cChildren should grow up as competent and confident learners and communicators, healthy in mind, body and spirit. Secure in their sense of belonging and in the knowledge that they make a valued contribution to society.\u201d Our curriculum is based on goals and learning outcomes that is directed from the interests, learning and development of each child.<\/p>\n

Te Wh\u00e2riki is the New Zealand early childhood curriculum document published by the Ministry of Education in 1996. Teachers use the goals of the curriculum to help plan for children\u2019s needs and interests during their early childhood years.<\/p>\n

Te Wh\u00e2riki is a Maori term meaning \u201cthe woven mat\u201d. It refers to the principles and strands of early learning being woven together.<\/p>\n

The four principles are: empowerment, holistic development, family and community, and relationships.<\/p>\n

The five strands are: well-being, belonging, contribution, communication, and exploration.<\/p>\n

We also\u00a0strongly believe in parent’s participation in the care and learning of children, thus we have an open door policy for our parents to come in to discuss or participate in the activities at the centre.<\/p>\n

To keep our children in touch with the community and extend their knowledge, experience and provide stimulation for their creativity,\u00a0we\u00a0organise for learning and fun trips to outside facilities.<\/p>\n

 <\/p>\n

\u00a0> Contact your nearest childcare centre today<\/strong><\/a><\/p>\n

[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"

We at Kids Cove believe that each child in\u00a0his\/ her\u00a0uniqueness is a gift to the society and our learning programmes must be primarily led to nurture these unique and natural gifts the child holds. For this, we believe in\u00a0emergent curriculum, in which we follow the child lead to extend and enrich their strengths, interests, capabilities […]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-28576","page","type-page","status-publish","hentry"],"yoast_head":"\nChildcare Services That Nurtures -- Kids Cove Early Learning Centre<\/title>\n<meta name=\"description\" content=\"We believe that each child has his or her own uniqueness and our main responsibility is to nurture those gifts in the best possible way. Our childcare services aim to provide a conducive, interactive and dynamic way of learning and development to effectively enrich their strengths and capabilities.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kidscove.co.nz\/our-philosophy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Childcare Services That Nurtures -- Kids Cove Early Learning Centre\" \/>\n<meta property=\"og:description\" content=\"We believe that each child has his or her own uniqueness and our main responsibility is to nurture those gifts in the best possible way. Our childcare services aim to provide a conducive, interactive and dynamic way of learning and development to effectively enrich their strengths and capabilities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kidscove.co.nz\/our-philosophy\/\" \/>\n<meta property=\"og:site_name\" content=\"Child Care Auckland Where Love, Learning & Development Flourish\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-30T02:31:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Childcare Services That Nurtures -- Kids Cove Early Learning Centre","description":"We believe that each child has his or her own uniqueness and our main responsibility is to nurture those gifts in the best possible way. Our childcare services aim to provide a conducive, interactive and dynamic way of learning and development to effectively enrich their strengths and capabilities.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.kidscove.co.nz\/our-philosophy\/","og_locale":"en_US","og_type":"article","og_title":"Childcare Services That Nurtures -- Kids Cove Early Learning Centre","og_description":"We believe that each child has his or her own uniqueness and our main responsibility is to nurture those gifts in the best possible way. Our childcare services aim to provide a conducive, interactive and dynamic way of learning and development to effectively enrich their strengths and capabilities.","og_url":"https:\/\/www.kidscove.co.nz\/our-philosophy\/","og_site_name":"Child Care Auckland Where Love, Learning & Development Flourish","article_modified_time":"2021-06-30T02:31:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.kidscove.co.nz\/our-philosophy\/","url":"https:\/\/www.kidscove.co.nz\/our-philosophy\/","name":"Childcare Services That Nurtures -- Kids Cove Early Learning Centre","isPartOf":{"@id":"https:\/\/www.kidscove.co.nz\/#website"},"datePublished":"2018-06-15T04:38:26+00:00","dateModified":"2021-06-30T02:31:55+00:00","description":"We believe that each child has his or her own uniqueness and our main responsibility is to nurture those gifts in the best possible way. Our childcare services aim to provide a conducive, interactive and dynamic way of learning and development to effectively enrich their strengths and capabilities.","breadcrumb":{"@id":"https:\/\/www.kidscove.co.nz\/our-philosophy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kidscove.co.nz\/our-philosophy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kidscove.co.nz\/our-philosophy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kidscove.co.nz\/"},{"@type":"ListItem","position":2,"name":"Our Philosophy"}]},{"@type":"WebSite","@id":"https:\/\/www.kidscove.co.nz\/#website","url":"https:\/\/www.kidscove.co.nz\/","name":"Child Care Auckland Where Love, Learning & Development Flourish","description":"Kids Cove Early Learning Centre NZ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kidscove.co.nz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages\/28576","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/comments?post=28576"}],"version-history":[{"count":9,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages\/28576\/revisions"}],"predecessor-version":[{"id":30312,"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/pages\/28576\/revisions\/30312"}],"wp:attachment":[{"href":"https:\/\/www.kidscove.co.nz\/wp-json\/wp\/v2\/media?parent=28576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}