{"id":2461,"date":"2020-02-11T06:03:30","date_gmt":"2020-02-11T06:03:30","guid":{"rendered":"https:\/\/skole.vamtam.com\/?page_id=2461"},"modified":"2026-03-17T06:10:09","modified_gmt":"2026-03-17T06:10:09","slug":"admissions","status":"publish","type":"page","link":"https:\/\/jamunavalleypublicschool.org\/index.php\/admissions\/","title":{"rendered":"Admissions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2461\" class=\"elementor elementor-2461\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f75d70b elementor-section-content-middle elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"f75d70b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;,&quot;shape_divider_bottom&quot;:&quot;vamtam-waves&quot;,&quot;shape_divider_top&quot;:&quot;vamtam-waves&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ffd0b1b\" data-id=\"ffd0b1b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8cca345 elementor-hidden-phone\" data-id=\"8cca345\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13b2dcb animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"13b2dcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe are gonna help you &#8211; Just read the information down below.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c902296 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"c902296\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e08c114\" data-id=\"e08c114\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23903c7 elementor-widget elementor-widget-html\" data-id=\"23903c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>School Admission Form<\/title>\r\n\r\n<style>\r\nbody {\r\n  font-family: Arial, sans-serif;\r\n  background: #f4f7fb;\r\n  margin: 0;\r\n  padding: 10px;\r\n}\r\n\r\n.school-form {\r\n  max-width: 700px;\r\n  margin: 20px auto;\r\n  background: #ffffff;\r\n  padding: 25px;\r\n  border-radius: 15px;\r\n  box-shadow: 0 10px 30px rgba(0,0,0,0.1);\r\n}\r\n\r\n.school-form h2 {\r\n  text-align: center;\r\n  margin-bottom: 20px;\r\n  font-size: 22px;\r\n}\r\n\r\n\/* 2 Column Grid *\/\r\n.form-grid {\r\n  display: grid;\r\n  grid-template-columns: 1fr 1fr;\r\n  gap: 12px;\r\n}\r\n\r\n.full-width {\r\n  grid-column: span 2;\r\n}\r\n\r\n.school-form input,\r\n.school-form select,\r\n.school-form textarea {\r\n  width: 100%;\r\n  padding: 12px;\r\n  border-radius: 8px;\r\n  border: 1px solid #ccc;\r\n  font-size: 14px;\r\n}\r\n\r\n.school-form input:focus,\r\n.school-form textarea:focus,\r\n.school-form select:focus {\r\n  border-color: #0073e6;\r\n  box-shadow: 0 0 5px rgba(0,115,230,0.3);\r\n}\r\n\r\n\/* Button *\/\r\n.school-form button {\r\n  width: 100%;\r\n  background: linear-gradient(135deg, #0073e6, #00c6ff);\r\n  color: white;\r\n  padding: 14px;\r\n  border-radius: 30px;\r\n  border: none;\r\n  font-size: 16px;\r\n  font-weight: bold;\r\n  cursor: pointer;\r\n}\r\n\r\n.school-form button:hover {\r\n  background: linear-gradient(135deg, #005bb5, #0099cc);\r\n}\r\n\r\n\/* Mobile *\/\r\n@media (max-width: 768px) {\r\n  .form-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n\r\n  .full-width {\r\n    grid-column: span 1;\r\n  }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<form class=\"school-form\" onsubmit=\"sendToWhatsApp(); return false;\">\r\n  <h2>Admissions Open 2026\u201327<\/h2>\r\n\r\n  <div class=\"form-grid\">\r\n    \r\n    <input type=\"text\" id=\"student_name\" placeholder=\"Student Name\" required>\r\n    \r\n    <select id=\"class\" required>\r\n      <option value=\"\">Select Class<\/option>\r\n      <option>Playway<\/option>\r\n      <option>Nursery<\/option>\r\n      <option>KG<\/option>\r\n      <option>Class 1<\/option>\r\n      <option>Class 2<\/option>\r\n      <option>Class 3<\/option>\r\n      <option>Class 4<\/option>\r\n      <option>Class 5<\/option>\r\n      <option>Class 6<\/option>\r\n      <option>Class 7<\/option>\r\n      <option>Class 8<\/option>\r\n    <\/select>\r\n\r\n    <input type=\"tel\" id=\"mobile\" placeholder=\"Mobile Number\" required>\r\n    \r\n    <input type=\"text\" id=\"father_name\" placeholder=\"Father's Name\" required>\r\n\r\n    <textarea id=\"address\" class=\"full-width\" placeholder=\"Full Address\"><\/textarea>\r\n\r\n    <button type=\"submit\" class=\"full-width\">Apply for Admission<\/button>\r\n\r\n  <\/div>\r\n<\/form>\r\n\r\n<script>\r\nfunction sendToWhatsApp() {\r\n\r\n  var name = document.getElementById(\"student_name\").value;\r\n  var studentClass = document.getElementById(\"class\").value;\r\n  var mobile = document.getElementById(\"mobile\").value;\r\n  var father = document.getElementById(\"father_name\").value;\r\n  var address = document.getElementById(\"address\").value;\r\n\r\n  var whatsappMessage = \"New Admission Enquiry:%0A%0A\"\r\n    + \"Student Name: \" + name + \"%0A\"\r\n    + \"Class: \" + studentClass + \"%0A\"\r\n    + \"Mobile: \" + mobile + \"%0A\"\r\n    + \"Father Name: \" + father + \"%0A\"\r\n    + \"Address: \" + address + \"%0A%0A\"\r\n    + \"-- Jamuna Valley Public School Admission 2026-27\";\r\n\r\n  var whatsappURL = \"https:\/\/wa.me\/919129753227?text=\" + whatsappMessage;\r\n\r\n  window.open(whatsappURL, \"_blank\");\r\n}\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-763aa9c\" data-id=\"763aa9c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-122f8e7 elementor-widget elementor-widget-image\" data-id=\"122f8e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1536\" height=\"892\" src=\"https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2026\/03\/JVPS-Admissions-Open-2026-27.png\" class=\"attachment-full size-full wp-image-989017\" alt=\"\" srcset=\"https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2026\/03\/JVPS-Admissions-Open-2026-27.png 1536w, https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2026\/03\/JVPS-Admissions-Open-2026-27-300x174.png 300w, https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2026\/03\/JVPS-Admissions-Open-2026-27-1024x595.png 1024w, https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2026\/03\/JVPS-Admissions-Open-2026-27-768x446.png 768w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-10d2c83 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"10d2c83\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;],&quot;background_motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3bc9e6a\" data-id=\"3bc9e6a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-566ed02 elementor-widget elementor-widget-spacer\" data-id=\"566ed02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5b7598b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b7598b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-df6070b\" data-id=\"df6070b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-2,&quot;sizes&quot;:[]},&quot;background_motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;background_motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;background_motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2658834 elementor-widget elementor-widget-heading\" data-id=\"2658834\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;motion_fx_scale_direction&quot;:&quot;in-out&quot;,&quot;motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:30}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Our<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46c6897 elementor-widget elementor-widget-heading\" data-id=\"46c6897\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">admissions team looks forward to learning about you and your family.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9e59d5 elementor-widget elementor-widget-text-editor\" data-id=\"c9e59d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Jamuna Valley Public School is a welcoming community that offers a continuous education for age 3 from playgroup to Grade 8. We seek to admit students from a variety of backgrounds and families who will add richness and diversity to our community.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-70325f8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"70325f8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-5d06177\" data-id=\"5d06177\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-818462b elementor-view-stacked animated-fast elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"818462b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"240\" height=\"160\" viewBox=\"0 0 240 160\"><path d=\"M79.84 136.52c11.04 0 20.94-2.31 29.7-6.93 8.76-4.62 15.6-11.04 20.52-19.26 4.92-8.22 7.38-17.49 7.38-27.81 0-10.08-2.46-19.14-7.38-27.18s-11.76-14.31-20.52-18.81c-8.76-4.5-18.6-6.75-29.52-6.75-10.92 0-20.76 2.28-29.52 6.84-8.76 4.56-15.6 10.89-20.52 18.99-4.92 8.1-7.38 17.19-7.38 27.27 0 10.2 2.46 19.38 7.38 27.54s11.73 14.55 20.43 19.17c8.7 4.62 18.51 6.93 29.43 6.93zm.18-26.64c-6.84 0-12.48-2.58-16.92-7.74-4.44-5.16-6.66-11.76-6.66-19.8 0-7.56 2.22-13.77 6.66-18.63 4.44-4.86 10.02-7.29 16.74-7.29 6.96 0 12.66 2.49 17.1 7.47 4.44 4.98 6.66 11.37 6.66 19.17 0 7.8-2.22 14.22-6.66 19.26-4.44 5.04-10.08 7.56-16.92 7.56zM209.26 134V32.12h-21.78l-44.64 19.26 12.78 26.28 20.88-9V134h32.76z\" fill=\"#FFF\" fill-rule=\"nonzero\" opacity=\".5\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFirst step\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tVisit School during\nan Open House.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-3cf8fa2 elementor-hidden-phone elementor-hidden-tablet\" data-id=\"3cf8fa2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-253d8a5 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"253d8a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"485\" height=\"114\" src=\"https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2020\/02\/just_stroke.svg\" class=\"attachment-large size-large wp-image-2777\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-9af615f\" data-id=\"9af615f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-39eec59 elementor-view-stacked animated-fast elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"39eec59\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"240\" height=\"160\" viewBox=\"0 0 240 160\"><path d=\"M74.84 136.52c11.04 0 20.94-2.31 29.7-6.93 8.76-4.62 15.6-11.04 20.52-19.26 4.92-8.22 7.38-17.49 7.38-27.81 0-10.08-2.46-19.14-7.38-27.18s-11.76-14.31-20.52-18.81c-8.76-4.5-18.6-6.75-29.52-6.75-10.92 0-20.76 2.28-29.52 6.84-8.76 4.56-15.6 10.89-20.52 18.99-4.92 8.1-7.38 17.19-7.38 27.27 0 10.2 2.46 19.38 7.38 27.54s11.73 14.55 20.43 19.17c8.7 4.62 18.51 6.93 29.43 6.93zm.18-26.64c-6.84 0-12.48-2.58-16.92-7.74-4.44-5.16-6.66-11.76-6.66-19.8 0-7.56 2.22-13.77 6.66-18.63 4.44-4.86 10.02-7.29 16.74-7.29 6.96 0 12.66 2.49 17.1 7.47 4.44 4.98 6.66 11.37 6.66 19.17 0 7.8-2.22 14.22-6.66 19.26-4.44 5.04-10.08 7.56-16.92 7.56zM221.9 134l-2.16-25.74h-32.76l7.38-6.3c9-7.56 15.63-14.43 19.89-20.61s6.39-12.81 6.39-19.89c0-10.92-3.81-18.93-11.43-24.03-7.62-5.1-18.15-7.65-31.59-7.65-12.72 0-24.3 3.12-34.74 9.36l4.14 26.64c4.08-2.28 8.82-4.38 14.22-6.3s10.5-2.88 15.3-2.88c4.68 0 8.34.72 10.98 2.16 2.64 1.44 3.96 3.6 3.96 6.48 0 2.52-1.05 5.01-3.15 7.47-2.1 2.46-5.31 5.55-9.63 9.27-1.92 1.44-3.3 2.58-4.14 3.42l-34.02 29.52V134h81.36z\" fill=\"#FFF\" fill-rule=\"nonzero\" opacity=\".5\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSecond step\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSubmit an application along with the appropriate fee.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-0eb26f5 elementor-hidden-phone elementor-hidden-tablet\" data-id=\"0eb26f5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c0e52e2 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"c0e52e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"485\" height=\"114\" src=\"https:\/\/jamunavalleypublicschool.org\/wp-content\/uploads\/2020\/02\/just_stroke.svg\" class=\"attachment-large size-large wp-image-2777\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-064e072\" data-id=\"064e072\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a7d9cf0 elementor-view-stacked animated-fast elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-invisible elementor-widget elementor-widget-icon-box\" data-id=\"a7d9cf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon elementor-animation-grow\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"240\" height=\"160\" viewBox=\"0 0 240 160\"><path d=\"M71.84 136.52c11.04 0 20.94-2.31 29.7-6.93 8.76-4.62 15.6-11.04 20.52-19.26 4.92-8.22 7.38-17.49 7.38-27.81 0-10.08-2.46-19.14-7.38-27.18s-11.76-14.31-20.52-18.81c-8.76-4.5-18.6-6.75-29.52-6.75-10.92 0-20.76 2.28-29.52 6.84-8.76 4.56-15.6 10.89-20.52 18.99-4.92 8.1-7.38 17.19-7.38 27.27 0 10.2 2.46 19.38 7.38 27.54s11.73 14.55 20.43 19.17c8.7 4.62 18.51 6.93 29.43 6.93zm.18-26.64c-6.84 0-12.48-2.58-16.92-7.74-4.44-5.16-6.66-11.76-6.66-19.8 0-7.56 2.22-13.77 6.66-18.63 4.44-4.86 10.02-7.29 16.74-7.29 6.96 0 12.66 2.49 17.1 7.47 4.44 4.98 6.66 11.37 6.66 19.17 0 7.8-2.22 14.22-6.66 19.26-4.44 5.04-10.08 7.56-16.92 7.56zm104.76 38.16c9.48 0 17.88-1.53 25.2-4.59 7.32-3.06 12.99-7.29 17.01-12.69 4.02-5.4 6.03-11.58 6.03-18.54 0-5.16-1.5-10.35-4.5-15.57-3-5.22-6.66-9.09-10.98-11.61 3.36-1.8 6.45-5.1 9.27-9.9 2.82-4.8 4.23-9.3 4.23-13.5 0-6.24-1.83-11.76-5.49-16.56-3.66-4.8-8.82-8.55-15.48-11.25-6.66-2.7-14.37-4.05-23.13-4.05-16.8 0-30.84 4.44-42.12 13.32l15.66 22.14c8.64-5.88 16.38-8.82 23.22-8.82 4.44 0 7.8.75 10.08 2.25 2.28 1.5 3.42 3.45 3.42 5.85 0 3-1.56 5.43-4.68 7.29-3.12 1.86-7.2 2.79-12.24 2.79h-14.76l2.7 25.74h18.54c3.72 0 6.72.96 9 2.88 2.28 1.92 3.42 4.62 3.42 8.1 0 3.12-1.35 5.61-4.05 7.47-2.7 1.86-6.09 2.79-10.17 2.79-4.32 0-8.55-.69-12.69-2.07-4.14-1.38-8.73-3.69-13.77-6.93l-17.46 21.78c6.72 4.32 14.01 7.68 21.87 10.08 7.86 2.4 15.15 3.6 21.87 3.6z\" fill=\"#FFF\" fill-rule=\"nonzero\" opacity=\".5\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tThird step\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSchedule a process with the Admissions Department.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>We are gonna help you &#8211; Just read the information down below. School Admission Form Admissions Open 2026\u201327 Select ClassPlaywayNurseryKGClass 1Class 2Class 3Class 4Class 5Class 6Class 7Class 8 Apply for Admission Our admissions team looks forward to learning about you and your family. Jamuna Valley Public School is a welcoming community that offers a continuous&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2461","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/pages\/2461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/comments?post=2461"}],"version-history":[{"count":60,"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/pages\/2461\/revisions"}],"predecessor-version":[{"id":989023,"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/pages\/2461\/revisions\/989023"}],"wp:attachment":[{"href":"https:\/\/jamunavalleypublicschool.org\/index.php\/wp-json\/wp\/v2\/media?parent=2461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}