BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
đ¤ Upload
đ New File
đ New Folder
Close
Editing: contact-us.php
<?php include('header.php'); include('dbconfig.php'); require_once('PHPMailer/PHPMailerAutoload.php'); if(isset($_POST["submit"])){ // echo "<pre>"; print_r($_POST); die(); $insert = mysqli_query($conn,"INSERT INTO contact_us_form (`name`,`phone`,`subject`,`message`) VALUES ('".$_POST["full_name"]."','".$_POST["mobile_no"]."','".$_POST["subject"]."','".$_POST["message"]."')"); //header("Location: http://vssraipur.com/success.php"); $mail_text = '<table style="border-collapse:collapse;width:100%;border: 1px solid #ddd;width:600px;" border="1"> <thed> <tr> <th colspan="2" style="padding:10px;text-align:left;font-weight:900;font-size:20px;background:#de292d;color:white;">Vssraipur Contact Form</th> </tr> </thead> <tbody> <tr> <td style="padding:8px;text-align:left;"><strong>Name:</strong></td> <td style="padding:8px;text-align:left;">'.$_POST["full_name"].'</td> </tr> <tr> <td style="padding:8px;text-align:left;"><strong>Mobile Number:</strong></td> <td style="padding:8px;text-align:left;">'.$_POST["mobile_no"].'</td> </tr> <tr> <td style="padding:8px;text-align:left;"><strong>Subject:</strong></td> <td style="padding:8px;text-align:left;">'.$_POST["subject"].'</td> </tr> <tr> <td style="padding:8px;text-align:left;"><strong>Message:</strong></td> <td style="padding:8px;text-align:left;">'.$_POST["message"].'</td> </tr> </tbody> </table>'; include "PHPMailer/class.phpmailer.php"; $host = 'mail.skoolroom.in'; $port = 465; // $to = 'lalitrao75@gmail.com'; $to = 'venkateshwarsignatureschool@gmail.com'; $username = "hr@vssraipur.com"; $from = "vssraipur.com"; $fromname= 'Venkateshwar Signature School'; $reply = "hr@vssraipur.com"; $replyname = "hr@vssraipur.com"; $password = "Vssfppp@12345!"; $subject = 'Venkateshwar Signature School'; $mail = new PHPMailer; $mail->isSMTP(); $mail->SMTPAuth = true; $mail->Host = $host; $mail->Username = $username; $mail->Password = $password; $mail->SMTPSecure = 'ssl'; $mail->Port = $port; $mail->IsHTML(true); $mail->setFrom($reply, $fromname); $mail->addReplyTo($reply, $replyname); $mail->addAddress($to, $toname); $mail->Subject = $subject; $mail->Body = $mail_text; if($mail->Send()){ // echo 'done'; }else{ // echo 'error'; } ?> <script type="text/javascript"> window.location = "http://vssraipur.com/success"; </script> <?php } ?> <link rel="stylesheet" href="css/contact.css"> <div class="page-title parallax parallax1"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-title-heading"> <h1 class="title">Contact Us</h1> <div class="breadcrumbs"> <ul> <li><a href="#">Venkateshwar Signature School</a></li> <li>Contact Us</li> </ul> </div> </div> </div> </div> </div> </div> <section class="flat-row pad-top0px pad-bottom85px section-contact" style="padding-top: 90px;"> <div class="container"> <div class="row"> <div class="col-md-7 col-sm-12 col-xs-12"> <div class="row"> <div class="col-md-6 col-sm-6 col-xs-6 width-full-100 column-pd"> <div class="flat-information-box equal-heigth1"> <div class="vcenters"> <span class="icon"> <i class="icon-Smartphone-4"></i> </span> <div class="content"> <div class="title">Admission Desk</div> <a href="tel:7998144444">7998144444</a> <a href="tel:7998244444">7998244444</a> </div> </div> </div> </div> <!-- <div class="col-md-6 col-sm-6 col-xs-6 width-full-100 column-pd"> <div class="flat-information-box equal-heigth1"> <div class="vcenters"> <span class="icon"> <i class="icon-Smartphone-4"></i> </span> <div class="content"> <div class="title">Admission Counsellor</div> <a href="tel:7998244444">7998244444</a> <a href="mailto:piyush@vssraipur.com">piyush@vssraipur.com</a> </div> </div> </div> </div> --> <div class="col-md-6 col-sm-6 col-xs-6 width-full-100 column-pd"> <div class="flat-information-box equal-heigth1"> <div class="vcenters"> <span class="icon"> <i class="icon-Email"></i> </span> <div class="content"> <div class="title">Email</div> <a href="mailto:admin@vssraipur.com">admin@vssraipur.com</a> <a href="mailto:venkateshwarsignatureschool@gmail.com">venkateshwarsignatureschool@gmail.com</a> </div> </div> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12 width-full-100 column-pd"> <div class="flat-information-box equal-heigth1"> <div class="vcenters"> <span class="icon"> <i class="icon-Edit-Map"></i> </span> <div class="content"> <div class="title">Address</div> <p>NH 06, Near International Cricket Stadium, Raipur, Chhattisgarh - 493441 </p> </div> </div> </div> </div> </div> </div> <div class="col-md-5 col-sm-12 col-xs-12"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3719.527473626282!2d81.8511334148231!3d21.21092218691069!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a28c11ab83d28f1%3A0x5f4e64d935bd6389!2sVenkateshwar%20Signature%20School%20%7C%20Best%20School%20in%20Raipur!5e0!3m2!1sen!2sin!4v1623060864353!5m2!1sen!2sin" width="100%" height="368" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </div> </div> </div> </section> <section class="flat-row pad-bottom90px iml-section"> <div class="container"> <div class="bs-example bs-example-tabs" data-example-id="togglable-tabs"> <ul class="nav nav-tabs with-arrow lined flex-column flex-sm-row text-center" id="myTabs" role="tablist"> <li role="presentation" class="nav-item"> <a class="nav-link text-uppercase font-weight-bold mr-sm-3 rounded-0 active" href="#home" id="home-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="false">FAQ</a> </li> <li role="presentation" class=""> <a class="nav-link text-uppercase font-weight-bold mr-sm-3 rounded-0" href="#profile" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile" aria-expanded="true">Contact Form</a> </li> </ul> <div class="tab-content" id="myTab2Content"> <div class="tab-pane fade active in" role="tabpanel" id="home" aria-labelledby="home-tab"> <div class="title-style title-center"> <h2>FAQ</h2> </div> <div class="clearfix"> <div class="panel-group" id="accordion" role="tablist"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne"> Q: What are your hours of operation in Venkateshwar Signature School? </a> </h4> </div> <div id="collapseOne" class="panel-collapse show" role="tabpanel" aria-labelledby="headingOne"> <div class="panel-body"> A: We are open <!-- Monday through Sunday --> Monday to Saturday from 8:00 a.m. to 4:00 p.m. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingTwo"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"> Q: What is Venkateshwar Signature Schoolâs educational philosophy? </a> </h4> </div> <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"> <div class="panel-body"> A: We believe that children are better able to explore new areas of learning and engage more fully with the world around them when they have positive feelings of self-worth and are able to express, understand, and cope with their own emotions and those of others. We focus on instilling the love of learning in each child, allowing the seeds of curiosity and wonder to take root, blossom, and continue to grow for a lifetime. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingThree"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree"> Q: Does Venkateshwar Signature School provides meals? </a> </h4> </div> <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"> <div class="panel-body"> A: We have an aesthetically designed dining area where children are offered nutritious meals. However, a child has the liberty of carrying his/her own lunch. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading4"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse4"> Q: How many children can the school accommodate? </a> </h4> </div> <div id="collapse4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading4"> <div class="panel-body"> A: We have Ninety well ventilated and air conditioned classroom, each with the seating capacity of thirty students. However in line with the social-distancing factor due to the pandemic, strength in each classroom shall not exceed 10. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading5"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse5"> Q: Does Venkateshwar Signature Schoolâs building have secured entrances? </a> </h4> </div> <div id="collapse5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading5"> <div class="panel-body"> A: Yes. We take security very seriously. There are over 500 cameras all over the campus. The surveillance room is watched 24x7 ensuring studentsâ safety. Each classroom has two cameras that provide a 360o vision. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading6"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse6"> Q: What is the enrollment process? </a> </h4> </div> <div id="collapse6" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading6"> <div class="panel-body"> A: Parents may apply online through our website https://vssraipur.com/admission or click on the link (direct link to be attached) to enroll their child. They can also choose to fill out an enrollment form after touring the school and meeting with the admission officer, who will answer questions and discuss availability of openings. Parents can also choose to meet with the Head of School as well as request an online session with the Director of the school. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading7"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse7"> Q: Is there a specific enrollment period? </a> </h4> </div> <div id="collapse7" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading7"> <div class="panel-body"> A: A child is generally enrolled in Venkateshwar Signature School at the beginning of the session. However, we also offer rolling admissions. This allows children to join a classroom at any point during the year if space is available. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading8"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse8"> Q: What is the educational level of Venkateshwar Signature Schoolâs teachers? </a> </h4> </div> <div id="collapse8" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading8"> <div class="panel-body"> A: At Venkateshwar Signature Schools, we hire only the most experienced, qualified, and well-educated teachers. Our hiring requirements surpass those set by the state. All of our teachers have masterâs degrees or higher. After they are hired, teachers undergo an in-depth training, and receive ongoing professional development. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading9"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse9"> Q: How are parents made aware of their childrenâs progress at Venkateshwar Signature School? </a> </h4> </div> <div id="collapse9" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading9"> <div class="panel-body"> A: Teachers and Parents stay connected via technology. Teachers report about the childâs progress on a weekly basis. Parents and teachers are also connected over the telephone. There is a calling time assigned for parents to reach out to the school. Parents can also choose to seek a meeting with the Head of School as well as the Director. Regular Parent-Teacher sessions ensure that communication is in continuum. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="heading10"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse10"> Q: Subjects offered in Grade 11 & 12 at Venkateshwar Signature Schoolsâ? </a> </h4> </div> <div id="collapse10" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading10"> <div class="panel-body"> A: Students have a choice of CBSE and the Cambridge/CAIE. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse11"> Q: Can my child do both CBSE and Cambridge in Grade 11 at Venkateshwar Signature Schoolsâ? </a> </h4> </div> <div id="collapse11" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: No, as the content of the two curriculums is vast and different from each other in many ways, it is impossible for a scholar to appear for both the Examinations simultaneously. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse12"> Q: What are the languages taught in the school, other than Hindi and English in Venkateshwar Signature Schoolsâ? </a> </h4> </div> <div id="collapse12" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Grade 6 onwards students have the option to choose from French, German and Sanskrit besides Hindi. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse13"> Q: How do you take care of students who are weak in a particular subject? </a> </h4> </div> <div id="collapse13" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Venkateshwar Signature Schoolâs Students are asked to stay back at times for remedial classes to provide them extra support, whenever required. A regular feedback regarding the homework and progress of students keeps parents well-informed and ensures a closely monitored development programme for their children. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse14"> Q: How is Venkateshwar Signature Schools dealing with the Covid-19 crisis? </a> </h4> </div> <div id="collapse14" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Due to the current pandemic, online classes are being held regularly via Microsoft Teams. This includes extra-curricular as well as co-curricular activities.<br>In case a child needs extra support, required sessions are planned by the teacher. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse15"> Q: What are the choices of sports and activities offered at Venkateshwar Signature School? </a> </h4> </div> <div id="collapse15" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Physical activity through sports and games is an essential ingredient of the personality development of every scholar. We believe that academics, sports and co-curricular activities are compatible and complimentary in realizing a childâs full potential. Venkateshwar Signature School offers an array of extra and co-curricular activities to choose from Extreme Physical and Skill Based, Greater Skill, Mental, Athletics, Badminton, Fencing, Chess, Basketball, Cricket, Golf, Shooting, Gymnastics, Horse riding, Table tennis, Yoga, Football, Tennis, Martial arts, Field Hockey, Squash Wings, Swimming, Wall climbing, Adventure Zone <br>Activities: Animation, Art and Craft, Astronomy, Career Counseling, Cinematography, Computer Club, Creative Writing, Dance, Design and Technology, Dramatics, English Debating, Hindi Debating, Hindi Dramatics Music Club (Indian Vocal, Indian Instrumental) Music Club (Western Vocal, Western Instrumental) Photography Club, English Language Club, Robotics, Science Club, Social Development/ Community Service, Waste Management </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse16"> Q: How can parents help students adjust to Venkateshwar Signature Schoolsâ? </a> </h4> </div> <div id="collapse16" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Many parents were concerned about whether they will need to provide additional support to students who will be beginning anew at Venkateshwar Signature School. We would like everyone to be rest assured that all the incoming students are in very good hands, though our curriculum and learning environment may be very different from their previous schools, there is absolutely no need to worry about students being able to cope up. We are well aware of the differences in students' abilities and speed of learning. One of the things that make our practices different is that there will be no pressure on students for being able to recite facts or regurgitate their knowledge. Since our educational philosophy is focused on learning, the best way for parents to support students is to ask them something like "What did you learn today?" </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse17"> Q: Will you teach Indian culture and history? How will you ensure that students don't lose their Indian culture? </a> </h4> </div> <div id="collapse17" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Students will learn Indian culture and history through an inquiry model, asking and answering questions. Students will also be made aware of Indian history and culture in their other subjects. For example, in their Mathematics classes they might learn about Brahmagupta's calculations. In their Arts classes, they might learn about Indian Classical Dances. In their Humanities classes, they might be asked "How does Mumbai address water treatment and sewage?"Indian history will be explicitly taught through units of inquiry in the primary years and Humanities classes, but the approach will be different than the traditional approach of board exams. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse18"> Q: How will technology be utilized, and how will you create a safe and productive online environment where children are not distracted by gadgets and surfing the web unsupervised? </a> </h4> </div> <div id="collapse18" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Information and communications technology is here to stay, and there is no doubt that the ability to utilize Computer Technology effectively is an immense advantage to students, job-seekers, and businesses today. We will teach children how we use technology safely and effectively. The most important point is that we must proactively teach children to use the internet properly. There will be regularly scheduled lessons, at least once a week from Grade 3, about internet safety and security, appropriate use, and netiquette. Children will be closely supervised and every teacher is trained in how to use. Students will not be left unsupervised to surf the web but they will be closely supervised by teachers who have been trained in issues of cyber-safety. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse19"> Q. How will you ensure that Venkateshwar Signature School stays true to its vision of a holistic education, creativity and lifelong learning? How can you prevent students from being pressurized into home tuitions and short-sighted competitions for marks? </a> </h4> </div> <div id="collapse9" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: We will use a lot of vigilance and the sustained commitment of a creative and well-educated teaching staff and leadership team. We need to develop a school culture of creativity, holistic education, and lifelong learning. We at VSS, create safe stress-free classrooms and spaces where students and teachers can enthusiastically pursue and develop their ideas without fear of failure or the pressures of short-sighted competitions for marks and results. It is important to recognize the role that parents must play in developing such exciting and creative spaces. Like teachers, parents must model creativity and lifelong learning by shifting focus to âlearning outcomesâ than marks. If a student is passionate and creative about what she is learning, and if she feels supported by her teachers and her parents, then the good marks will certainly come. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse20"> Q: How does Venkateshwar Signature School incorporate second languages? </a> </h4> </div> <div id="collapse20" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading10"> <div class="panel-body"> A: Venkateshwar Signature School supports "language choice and multilingualism." Choices offered include Hindi, French and Spanish. The reason for introducing a second language is to ensure that students first develop a basic level of fluency and competence in English, the primary language of instruction at, and then formally study an additional language. We realize that most students and families that come to Venkateshwar Signature School are already multilingual and we want to encourage all students to develop their multilingualism. We also realize that families often have particular needs for pursuing certain languages, and we want to assist families in pursuing their own languages rather than telling them which languages to study. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse21"> Q: How does assessment and grading work in the Middle Years? </a> </h4> </div> <div id="collapse21" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Assessment is a natural part of learning, and the purpose of assessment is to help children improve as they are learning. In the middle years, feedback and assessment form a continuous process whereby teachers help students improve. We use rubrics to inform the students and parents of the exact descriptors for each level of achievement. We use both formative and summative assessment. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse22"> Q: What makes Venkateshwar Signature School different from other international schools? </a> </h4> </div> <div id="collapse22" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Venkateshwar Signature School offers an inclusive and collaborative learning environment, which focuses on all round development of the child by providing state-of-the-art learning facilities and fully espousing the Learner Profile and its core philosophy. Venkateshwar Signature School enables students to pursue well-rounded academic excellence and recognizes that besides academics, good learning is also about enjoying the experience of life as a whole through arts, athletics, outreach and much more </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse23"> Q: Is there a deadline in applying for admissions? </a> </h4> </div> <div id="collapse23" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: No, Venkateshwar Signature School does not have any application deadlines for student admissions. We have a rolling admissions policy, and we will accept applications around the year as long as places are available. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse24"> Q: Is there an admissions test or a screening process? </a> </h4> </div> <div id="collapse24" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: We meet with every family who applies to ensure that Venkateshwar Signature School is a good fit for the child, the family, and the school. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse25"> Q: What is the fee structure? </a> </h4> </div> <div id="collapse25" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: The fee structure is available to any parents who visit the website or the school campus. We are proud of our school and we want parents to visit and get a feel for the place before they make decisions based on finances. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse26"> Q: Is there a Bus or transportation system? </a> </h4> </div> <div id="collapse26" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Yes, Venkateshwar Signature School owns a fleet of buses that will pick up students from designated spots. The bus services are provided to parents at reasonable cost. We carefully screen drivers and equip buses with all the latest safety equipment, such as rear-view cameras, speed governors, cameras inside the buses, and lady attendants. We prefer that families use the school buses, but the bus service is not compulsory. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse27"> Q: What is your Curriculum? </a> </h4> </div> <div id="collapse27" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: Venkateshwar Signature School is a fully authorized CBSE school and as well offers Cambridge curriculum. The primary years are grounded in inquiry, literacy, numeracy, and open-mindedness. The middle years uses an interdisciplinary approach that emphasizes communication, intercultural awareness, and holistic education. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab"> <h4 class="panel-title"> <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse28"> Q: Is the Cambridge recognized in India? Which Indian universities recognize the IGCSE Diploma? </a> </h4> </div> <div id="collapse28" class="panel-collapse collapse" role="tabpanel"> <div class="panel-body"> A: The association of Indian Universities, the organization that awards equivalence to foreign degrees in India, has granted equivalence to Cambridge international A levels, Cambridge IGCSE and Cambridge O levels. All Indian boards and universities accept IGCSE. </div> </div> </div> </div> </div> </div> <div class="tab-pane fade" role="tabpanel" id="profile" aria-labelledby="profile-tab"> <div class="title-style title-center"> <h2>Contact Form</h2> </div> <div class="clearfix"> <div class="wrap-contactform-home1"> <form id="form_Study_newzealand" method="post" enctype="multipart/form-data" autocomplete="off" class="flat-contact-form border-radius field-large text-large"> <div class="field clearfix"> <div class="wrap-type-input"> <div class="input-wrap name"> <input type="text" class="form-control" value="" id="full_name" name="full_name" required="" placeholder="Name"> </div> <div class="input-wrap last"> <input type="number" class="form-control" value="" id="mobile_no" name="mobile_no" required="" placeholder="Mobile No"> </div> <div class="input-wrap email Subject"> <input type="text" class="form-control" value="" id="subject" name="subject" required="" placeholder="Subject"> </div> </div> <div class="textarea-wrap"> <textarea name="message" id="message" cols="30" rows="10" placeholder="Your Message"></textarea> </div> <div class="submit-wrap"> <input type="submit" name="submit" value="submit" id="submit" class="btn btn-primary" style="text-align: center !important;"> </div> </div> </form> </div> </div> </div> </div> </div> </div> </section> <?php include('footer.php'); ?>
Save
Cancel