{"id":21741,"date":"2022-03-11T06:49:13","date_gmt":"2022-03-11T06:49:13","guid":{"rendered":"https:\/\/amityschools.in\/gurugram46\/?page_id=21741"},"modified":"2022-03-11T06:49:13","modified_gmt":"2022-03-11T06:49:13","slug":"orientation-programme-for-class-i","status":"publish","type":"page","link":"https:\/\/amityschools.in\/gurugram46\/orientation-programme-for-class-i\/","title":{"rendered":"ORIENTATION PROGRAMME FOR CLASS I"},"content":{"rendered":"\n<p><strong>Date:&nbsp;<\/strong>March 20, 2017<\/p>\n\n\n\n<p>The orientation programme conducted for the parents of Class I students commenced with lighting of the lamp amidst the chanting of shlokas. School Principal Arti Chopra in her address gave tips on effective parenting to reduce the anxiety of parents. She emphasized on the importance of teaching vital life skills to children to prepare them for life. The highlight of the event was a presentation by Dr Kanika K Ahuja, a well-known Psychologist on \u2018Starting school on a right note\u2019. The presentation talked about how parents can help in smooth transition of a child from the homely environment to the school life.<\/p>\n\n\n\n<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='slider_21742' class='owl-carousel sa_owl_theme autohide-arrows' data-slider-id='slider_21742' style='visibility:hidden;'>\n<div id='slider_21742_slide01' class='sa_hover_container' style='padding:0% 0%; margin:0px 0%; background-image:url(&quot;https:\/\/amityschools.in\/gurugram46\/wp-content\/uploads\/2022\/03\/aisg46_031-3.jpg&quot;); background-position:center top; background-size:100% 100%; background-repeat:no-repeat; '><p>Lightening of the lamp to start the orientation<\/p><\/div>\n<div id='slider_21742_slide02' class='sa_hover_container' style='padding:0% 0%; margin:0px 0%; background-image:url(&quot;https:\/\/amityschools.in\/gurugram46\/wp-content\/uploads\/2022\/03\/aisg46_032-3.jpg&quot;); background-position:center top; background-size:100% 100%; background-repeat:no-repeat; '><p>School Principal, Ms. Arti Chopra felicitating Dr Kanika K Ahuja <\/p><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\tjQuery('#slider_21742').owlCarousel({\n\t\t\titems : 1,\n\t\t\tsmartSpeed : 200,\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 5000,\n\t\t\tautoplayHoverPause : false,\n\t\t\tsmartSpeed : 200,\n\t\t\tfluidSpeed : 200,\n\t\t\tautoplaySpeed : 200,\n\t\t\tnavSpeed : 200,\n\t\t\tdotsSpeed : 200,\n\t\t\tloop : true,\n\t\t\tnav : true,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : false,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : false,\n\t\t\tmouseDrag : false,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_21742').css('visibility', 'visible');\n\t\tsa_resize_slider_21742();\n\t\twindow.addEventListener('resize', sa_resize_slider_21742);\n\t\tfunction sa_resize_slider_21742() {\n\t\t\tvar min_height = '70';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_21742').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_21742 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_21742');\n\t\tjQuery('.slider_21742_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_21742_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tvar resize_21742 = jQuery('.owl-carousel');\n\t\tresize_21742.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Date:&nbsp;March 20, 2017 The orientation programme conducted for the parents of Class I students commenced with lighting of the lamp amidst the chanting of shlokas. School Principal Arti Chopra in her address gave tips on effective parenting to reduce the anxiety of parents. She emphasized on the importance of teaching vital life skills to children [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"happeningpage.php","meta":[],"acf":[],"_links":{"self":[{"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/pages\/21741"}],"collection":[{"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/comments?post=21741"}],"version-history":[{"count":1,"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/pages\/21741\/revisions"}],"predecessor-version":[{"id":21743,"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/pages\/21741\/revisions\/21743"}],"wp:attachment":[{"href":"https:\/\/amityschools.in\/gurugram46\/wp-json\/wp\/v2\/media?parent=21741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}