This commit is contained in:
2024-07-01 13:51:41 +00:00
parent a542f1933d
commit 659139f687
13 changed files with 84 additions and 27 deletions

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>