pull/2/head
dev2 siliconpin 2024-07-01 07:44:37 +00:00
parent 43ae68b359
commit c60ddab259
9 changed files with 74 additions and 4 deletions

Binary file not shown.

BIN
public/img/codevalue1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
public/img/codevalue2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
public/img/codevalue3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
public/img/codevalue4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
public/img/codevalue5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
public/img/codevalue6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -96,6 +96,70 @@ import ContactForm from "../components/ContactForm.vue";
<img src="https://modelviewer.dev/shared-assets/icons/hand.png">
</div>
</model-viewer> -->
<section class="container">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mt-6">
<h2 class="text-3xl font-extrabold text-center mb-8">Our Core Values</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="text-center">
<div class="flex justify-center mb-4">
<div class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400">
<img src="public/img/codevalue3.png" alt="" />
</div>
</div>
<h3 class="text-xl font-semibold ">Respect</h3>
<p class=" mt-2">We teach our children to value and appreciate the diversity
and uniqueness of everyone around them.</p>
</div>
<div class="text-center">
<div class="flex justify-center mb-4">
<div class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400">
<img src="public/img/codevalue4.png" alt="" />
</div>
</div>
<h3 class="text-xl font-semibold">Responsibility</h3>
<p class=" mt-2">We guide our children to take ownership of their actions and
learn the importance of making positive choices.</p>
</div>
<div class="text-center">
<div class="flex justify-center mb-4">
<div class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400">
<img src="public/img/codevalue5.png" alt="" />
</div>
</div>
<h3 class="text-xl font-semibold">Resilience</h3>
<p class="mt-2">We support our children in developing strong emotional
health, teaching them to cope with challenges and setbacks.</p>
</div>
<div class="text-center">
<div class="flex justify-center mb-4">
<div class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400">
<img src="public/img/codevalue1.png" alt="" />
</div>
</div>
<h3 class="text-xl font-semibold">Creativity</h3>
<p class="mt-2">We nurture imaginative and innovative thinking, encouraging children to explore new ideas and solutions.</p>
</div>
<div class="text-center">
<div class="flex justify-center mb-4">
<div class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400">
<img src="public/img/codevalue2.png" alt="" />
</div>
</div>
<h3 class="text-xl font-semibold">Quality</h3>
<p class="mt-2">Our curriculum is designed to provide high-quality education, ensuring each child reaches their full potential.</p>
</div>
<div class="text-center">
<div class="flex justify-center mb-4">
<div class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400">
<img src="public/img/codevalue6.png" alt="" />
</div>
</div>
<h3 class="text-xl font-semibold">Teamwork</h3>
<p class="mt-2">We emphasize the importance of working together, helping children develop strong collaboration and communication skills.</p>
</div>
</div>
</div>
</section>
@ -122,8 +186,9 @@ import ContactForm from "../components/ContactForm.vue";
<p class="text-justify">Montessori Materials and Environments: Our classrooms are equipped with specially designed Montessori materials, inspired by Vidyasagar's dedication to innovative education. These materials, combined with thoughtfully crafted environments, inspire joy and curiosity in learning.</p>
<h1 class="text-2xl pt-4">Our Dedicated Educators</h1>
<p class="text-justify">Passionate and Trained Staff: Our team of educators is passionate about early childhood education and is trained in the Montessori philosophy. They guide, support, and observe each child's journey, fostering a love for learning that lasts a lifetime.</p>
<h1 class="text-2xl pt-4">Core Values</h1>
<p class="text-justify">Respect, Responsibility, and Resilience: Holy Wisdom instills core values of respect, responsibility, and resilience in every child. Through practical life activities, sensorial experiences, and collaborative play, we build the foundation for future success.</p>
<!-- <h1 class="text-2xl pt-4">Core Values</h1>
<p class="text-justify">Respect, Responsibility, and Resilience: Holy Wisdom instills core values of respect, responsibility, and resilience in every child. Through practical life activities, sensorial experiences, and collaborative play, we build the foundation for future success.</p> -->
<h1 class="text-2xl pt-4">Community Engagement</h1>
<p class="text-justify">A Community of Learners: We believe in the power of community. Holy Wisdom encourages parental involvement, creating a collaborative learning experience. Regular communication, events, and workshops ensure a strong partnership between school and family.</p>
<h1 class="text-2xl pt-4">Visit Us Today</h1>

View File

@ -44,9 +44,9 @@ import ContactForm from "../components/ContactForm.vue";
>
<p class="text-base xl:text-lg font-bold">Or</p>
<a
href="/about"
href="/assets/admission-form.pdf" download
class="text-sm xl:text-lg rounded-lg text-white shadow-2xl px-4 md:px-8 p-3 bg-[#3084b5] te border-2 border-[#3084b5] transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 duration-300"
>Let's Check</a
>Download Form</a
>
</div>
</div>
@ -326,6 +326,11 @@ import ContactForm from "../components/ContactForm.vue";
</tr>
</tbody>
</table> -->
<div class="my-6 flex flex-row">
<p class="animate-bounce text-4xl font-bold">&#10551;</p>
<p class="text-2xl font-bold"><a target="_blank" class="text-blue-700" href="/assets/admission-form.pdf" download>Click Here</a> to download admission form</p>
</div>
</section>
<section class="container mx-auto">
<div>