pull/4/head
dev2 siliconpin 2024-07-01 13:51:41 +00:00
parent a542f1933d
commit 659139f687
13 changed files with 84 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -15,7 +15,7 @@
<section class="container-fluid back2">
<div class="container mx-auto px-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 p-4">
<div class="flex flex-col justify-center place-items-center border p-2 rounded-xl">
<img class="h-[100px]" src="public/img/logo(202).png" alt="Holywisdom Public School" />
<img class="h-[100px]" src="/img/logo(202).png" alt="Holywisdom Public School" />
<p class="text-[15px] text-justify">At <a href="/" class="text-[#3084b5]">Holywisdom Public School,</a> we proudly embrace the Montessori approach, championing Maria Montessori's vision. This child-centered method encourages independence, creativity, and a love for learning in a prepared environment.</p>
</div>
<div class="flex flex-col gap-y-4 border p-2 rounded-xl">

View File

@ -1,7 +1,7 @@
<div>
<nav>
<div class="logo">
<a href="/"><img src="public/img/logo(202).png" alt="Holywisdom Public School Logo" /></a>
<a href="/"><img src="/img/logo(202).png" alt="Holywisdom Public School Logo" /></a>
</div>
<div class="hamburger">
<div class="line1"></div>

View File

@ -2,8 +2,7 @@
import Layout from "../layouts/Layout.astro";
import ContactForm from "../components/ContactForm.vue";
---
<Layout title="">
<script is:inline type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
<Layout title="Holy Wisdom Public School - About Us">
<main>
<div>
<section class="container-fluid gradintBack">
@ -210,6 +209,7 @@ import ContactForm from "../components/ContactForm.vue";
</div>
</main>
</Layout>
<script is:inline type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
<style>
.gradintBack {
background: linear-gradient(0deg, rgb(71, 174, 106) 0%, rgba(255, 255, 255) 40%);

View File

@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
import ContactForm from "../components/ContactForm.vue";
---
<Layout title="">
<Layout title="Holy Wisdom Public School - Admission">
<main>
<div class="pb-16">
<section class="container-fluid gradintBack">

View File

@ -1,7 +1,7 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="">
<Layout title="Holy Wisdom Public School - Contact Us">
<main>
<div>
<section class="container-fluid gradintBack">

View File

@ -150,7 +150,7 @@ let inSportsData = [
]
---
<Layout title="">
<Layout title="Holy Wisdom Public School - Curriculum">
<main>
<div>
<section class="container-fluid gradintBack">

View File

@ -6,7 +6,7 @@ import FAQ from "../components/FAQ.vue";
---
<!-- An AI powered British Preschool Curriculum -->
<Layout title="Welcome to Astro.">
<Layout title="Holy Wisdom Public School">
<main>
<div class="pb-16">
<section class="container-fluid gradintBack">
@ -14,7 +14,7 @@ import FAQ from "../components/FAQ.vue";
class="container mx-auto px-4 flex flex-col-reverse xl:flex-row place-items-center gap-y-4"
>
<div class="w-full">
<img class="w-full xl:max-w-2xl" src="public/img/school-image-4.png" alt=""
<img class="w-full xl:max-w-2xl" src="/img/school-image-4.png" alt=""
/>
</div>
<div class="flex flex-col w-full">
@ -108,7 +108,7 @@ import FAQ from "../components/FAQ.vue";
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4 mt-8">
<div class="box w-full relative max-w-2xl mx-auto h-auto">
<div class="imgBx">
<img src="public/img/school10.jpg" alt="image" />
<img src="/img/school10.jpg" alt="image" />
</div>
<div class="content">
<h2>Nursery <hr></h2>
@ -117,7 +117,7 @@ import FAQ from "../components/FAQ.vue";
</div>
<div class="box w-full relative max-w-2xl mx-auto h-auto">
<div class="imgBx">
<img src="public/img/school9.jpg" alt="image" />
<img src="/img/school9.jpg" alt="image" />
</div>
<div class="content">
<h2>KG-1 <hr></h2>
@ -126,7 +126,7 @@ import FAQ from "../components/FAQ.vue";
</div>
<div class="box w-full relative max-w-2xl mx-auto h-auto">
<div class="imgBx">
<img src="public/img/school8.jpg" alt="image" />
<img src="/img/school8.jpg" alt="image" />
</div>
<div class="content">
<h2>KG-2 <hr></h2>
@ -135,7 +135,7 @@ import FAQ from "../components/FAQ.vue";
</div>
<div class="box w-full relative max-w-2xl mx-auto h-auto">
<div class="imgBx">
<img src="public/img/school 7.jpg" alt="image" />
<img src="/img/school_7.jpg" alt="image" />
</div>
<div class="content">
<h2>Standard 1-4 <hr></h2>

View File

@ -1,7 +1,7 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="">
<Layout title="Holy Wisdom Public School - Maria Montessori">
<main>
<div>
<section class="container-fluid gradintBack mb-16">

View File

@ -2,7 +2,7 @@
import Layout from "../layouts/Layout.astro";
import ContactForm from '../components/ContactForm.vue';
---
<Layout title="">
<Layout title="Holy Wisdom Public School - Overview">
<main>
<div class="mb-16">
<section class="container-fluid gradintBack">

View File

@ -1,7 +1,7 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="">
<Layout title="Holy Wisdom Public School - Iswar Chandra Vidyasagar">
<main>
<div>
<section class="container-fluid gradintBack mb-16">