pull/7/head
Suvodip 2024-10-28 18:52:30 +05:30
parent efb4a5b83f
commit ec28fbcb92
5 changed files with 23 additions and 23 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -87,7 +87,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<img <img
class="w-24 h-24 rounded-full mb-4" class="w-24 h-24 rounded-full mb-4"
src="public/img/goal.png" src="/img/goal.png"
alt="" alt=""
/> />
<h3 class="text-lg font-bold">Mission</h3> <h3 class="text-lg font-bold">Mission</h3>
@ -105,7 +105,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<img <img
class="w-24 h-24 rounded-full mb-4" class="w-24 h-24 rounded-full mb-4"
src="public/img/rocket.png" src="/img/rocket.png"
alt="" alt=""
/> />
<h3 class="text-lg font-bold">Vision</h3> <h3 class="text-lg font-bold">Vision</h3>
@ -124,7 +124,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<img <img
class="w-24 h-24 rounded-full mb-4" class="w-24 h-24 rounded-full mb-4"
src="public/img/commitee.png" src="/img/commitee.png"
alt="" alt=""
/> />
<h3 class="text-lg font-bold">Ethics</h3> <h3 class="text-lg font-bold">Ethics</h3>
@ -141,7 +141,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<img <img
class="w-24 h-24 rounded-full mb-4" class="w-24 h-24 rounded-full mb-4"
src="public/img/philosophy.png" src="/img/philosophy.png"
alt="" alt=""
/> />
<h3 class="text-lg font-bold">Philosophy</h3> <h3 class="text-lg font-bold">Philosophy</h3>
@ -223,7 +223,7 @@ import ContactForm from "../components/ContactForm.vue";
class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400" class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400"
> >
<img <img
src="public/img/codevalue3.png" src="/img/codevalue3.png"
alt="" alt=""
/> />
</div> </div>
@ -243,7 +243,7 @@ import ContactForm from "../components/ContactForm.vue";
class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400" class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400"
> >
<img <img
src="public/img/codevalue4.png" src="/img/codevalue4.png"
alt="" alt=""
/> />
</div> </div>
@ -263,7 +263,7 @@ import ContactForm from "../components/ContactForm.vue";
class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400" class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400"
> >
<img <img
src="public/img/codevalue5.png" src="/img/codevalue5.png"
alt="" alt=""
/> />
</div> </div>
@ -283,7 +283,7 @@ import ContactForm from "../components/ContactForm.vue";
class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400" class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400"
> >
<img <img
src="public/img/codevalue1.png" src="/img/codevalue1.png"
alt="" alt=""
/> />
</div> </div>
@ -303,7 +303,7 @@ import ContactForm from "../components/ContactForm.vue";
class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400" class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400"
> >
<img <img
src="public/img/codevalue2.png" src="/img/codevalue2.png"
alt="" alt=""
/> />
</div> </div>
@ -323,7 +323,7 @@ import ContactForm from "../components/ContactForm.vue";
class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400" class="w-24 h-24 flex items-center justify-center rounded-full border-2 border-yellow-400"
> >
<img <img
src="public/img/codevalue6.png" src="/img/codevalue6.png"
alt="" alt=""
/> />
</div> </div>
@ -398,7 +398,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="p-2"> <div class="p-2">
<img <img
class="rounded-lg shadow-lg" class="rounded-lg shadow-lg"
src="public/img/Objective.jpg" src="/img/Objective.jpg"
alt="objective" alt="objective"
/> />
</div> </div>
@ -443,7 +443,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="w-full md:w-1/2"> <div class="w-full md:w-1/2">
<img <img
class="rounded-lg shadow-lg" class="rounded-lg shadow-lg"
src="public/img/objective.jpg" src="/img/objective.jpg"
alt="objective" alt="objective"
/> />
</div> </div>

View File

@ -13,7 +13,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="w-full"> <div class="w-full">
<img <img
class="lg:max-w-3xl" class="lg:max-w-3xl"
src="public/img/school-image-3.png" src="/img/school-image-3.png"
alt="" alt=""
/> />
</div> </div>

View File

@ -367,7 +367,7 @@ import FAQ from "../components/FAQ.vue";
<div class="bg-card p-4 rounded-lg text-center"> <div class="bg-card p-4 rounded-lg text-center">
<img <img
class="w-full h-48 object-cover rounded-lg mb-4" class="w-full h-48 object-cover rounded-lg mb-4"
src="public/img/Priority3.jpg" src="/img/Priority3.jpg"
alt="" alt=""
/> />
<h3 class="text-lg font-semibold"> <h3 class="text-lg font-semibold">
@ -377,7 +377,7 @@ import FAQ from "../components/FAQ.vue";
<div class="bg-card p-4 rounded-lg text-center"> <div class="bg-card p-4 rounded-lg text-center">
<img <img
class="w-full h-48 object-cover rounded-lg mb-4" class="w-full h-48 object-cover rounded-lg mb-4"
src="public/img/Priority5.jpg" src="/img/Priority5.jpg"
alt="" alt=""
/> />
<h3 class="text-lg font-semibold"> <h3 class="text-lg font-semibold">
@ -387,7 +387,7 @@ import FAQ from "../components/FAQ.vue";
<div class="bg-card p-4 rounded-lg text-center"> <div class="bg-card p-4 rounded-lg text-center">
<img <img
class="w-full h-48 object-cover rounded-lg mb-4" class="w-full h-48 object-cover rounded-lg mb-4"
src="public/img/Priority6.jpg" src="/img/Priority6.jpg"
alt="" alt=""
/> />
<h3 class="text-lg font-semibold"> <h3 class="text-lg font-semibold">
@ -398,7 +398,7 @@ import FAQ from "../components/FAQ.vue";
<div class="bg-card p-4 rounded-lg text-center"> <div class="bg-card p-4 rounded-lg text-center">
<img <img
class="w-full h-48 object-cover rounded-lg mb-4" class="w-full h-48 object-cover rounded-lg mb-4"
src="public/img/Priority1.jpg" src="/img/Priority1.jpg"
alt="" alt=""
/> />
<h3 class="text-lg font-semibold"> <h3 class="text-lg font-semibold">
@ -408,7 +408,7 @@ import FAQ from "../components/FAQ.vue";
<!-- <div class="bg-card p-4 rounded-lg text-center"> <!-- <div class="bg-card p-4 rounded-lg text-center">
<img <img
class="w-full h-48 object-cover rounded-lg mb-4" class="w-full h-48 object-cover rounded-lg mb-4"
src="public/img/Priority4.jpg" src="/img/Priority4.jpg"
alt="" alt=""
/> />
<h3 class="text-lg font-semibold"> <h3 class="text-lg font-semibold">
@ -418,7 +418,7 @@ import FAQ from "../components/FAQ.vue";
<div class="bg-card p-4 rounded-lg text-center"> <div class="bg-card p-4 rounded-lg text-center">
<img <img
class="w-full h-48 object-cover rounded-lg mb-4" class="w-full h-48 object-cover rounded-lg mb-4"
src="public/img/Priority2.jpg" src="/img/Priority2.jpg"
alt="" alt=""
/> />
<h3 class="text-lg font-semibold"> <h3 class="text-lg font-semibold">

View File

@ -14,7 +14,7 @@ import ContactForm from "../components/ContactForm.vue";
<!-- <img class="lg:max-w-2xl" src="/img/image.png" alt=""> --> <!-- <img class="lg:max-w-2xl" src="/img/image.png" alt=""> -->
<img <img
class="lg:max-w-2xl" class="lg:max-w-2xl"
src="public/img/school-bus.png" src="/img/school-bus.png"
alt="" alt=""
/> />
</div> </div>
@ -187,7 +187,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<div class="w-full md:w-3/5 lg:w-1/2 px-4"> <div class="w-full md:w-3/5 lg:w-1/2 px-4">
<img <img
src="public/img/dream.jpg" src="/img/dream.jpg"
alt="" alt=""
class="inline-block rounded shadow-lg border border-merino-400" class="inline-block rounded shadow-lg border border-merino-400"
/> />
@ -222,7 +222,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<div class="w-full md:w-3/5 lg:w-1/2 px-4"> <div class="w-full md:w-3/5 lg:w-1/2 px-4">
<img <img
src="public/img/team.jpg" src="/img/team.jpg"
alt="" alt=""
class="inline-block rounded shadow-lg border border-merino-400" class="inline-block rounded shadow-lg border border-merino-400"
/> />
@ -717,7 +717,7 @@ import ContactForm from "../components/ContactForm.vue";
> >
<div class="md:w-1/2 flex justify-center mb-6 md:mb-0"> <div class="md:w-1/2 flex justify-center mb-6 md:mb-0">
<img <img
src="public/img/visit.png" src="/img/visit.png"
alt="location marker with buildings" alt="location marker with buildings"
class="rounded-full bg-muted p-4" class="rounded-full bg-muted p-4"
/> />