generated from dwd/boilarplate-astro-tailwind
pull/7/head
parent
2b361357ee
commit
7bda9dbf6d
Binary file not shown.
After Width: | Height: | Size: 297 KiB |
|
@ -37,17 +37,9 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
</h3>
|
||||
<div class="flex flex-row place-content-between">
|
||||
|
||||
<button
|
||||
onclick="formModal.showModal();"
|
||||
class="text-sm xl:text-lg rounded-lg shadow-2xl text-[#3084b5] px-4 md:px-8 p-3 border-2 border-[#3084b5] transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-110 duration-300"
|
||||
>Get in Touch</button
|
||||
>
|
||||
<p class="text-base xl:text-lg font-bold">Or</p>
|
||||
<a
|
||||
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"
|
||||
>Download Form</a
|
||||
>
|
||||
<button onclick="formModal.showModal();" 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" >Download Form</button>
|
||||
<!-- <p class="text-base xl:text-lg font-bold">Or</p> -->
|
||||
<!-- <a 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" >Download Form</a> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -400,11 +392,11 @@ import ContactForm from "../components/ContactForm.vue";
|
|||
</tr>
|
||||
</tbody>
|
||||
</table> -->
|
||||
<div class="my-6 flex flex-row">
|
||||
<!-- <div class="my-6 flex flex-row">
|
||||
<p class="animate-bounce text-4xl font-bold">⤷</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>
|
||||
</div> -->
|
||||
</section>
|
||||
<section class="container mx-auto">
|
||||
<div>
|
||||
|
|
|
@ -10,7 +10,21 @@ import FAQ from "../components/FAQ.vue";
|
|||
<main>
|
||||
<div class="pb-16">
|
||||
<div class="mx-auto">
|
||||
<img class="w-full" src="/img/new-bg4.png" alt="">
|
||||
<img class="w-full" src="/img/new-bg5.png" alt="">
|
||||
</div>
|
||||
<div class="container mx-auto px-4">
|
||||
<h2 class="text-2xl md:text-2xl text-[#3084b5] py-4">
|
||||
An ideal institution for Children’s Education in
|
||||
this area.
|
||||
</h2>
|
||||
<h3 class="text-xl text-justify pb-4">
|
||||
Carefully organized and tiered educational
|
||||
materials, inspired by the principles of Maria
|
||||
Montessori, designed to showcase your excellence as
|
||||
an instructor. Strategically crafted for effective
|
||||
implementation in both traditional classrooms and
|
||||
homeschool environments.
|
||||
</h3>
|
||||
</div>
|
||||
<!-- <section class="container-fluid gradintBack">
|
||||
<div class="container mx-auto px-4 flex flex-col-reverse xl:flex-row place-items-center gap-y-4">
|
||||
|
|
Loading…
Reference in New Issue