generated from dwd/boilarplate-astro-tailwind
commit
f063c6efc9
|
@ -41,4 +41,16 @@
|
||||||
<url>
|
<url>
|
||||||
<loc>https://akadmyapp.com/blogs/preschool-activity-plans-that-make-learning-fun</loc>
|
<loc>https://akadmyapp.com/blogs/preschool-activity-plans-that-make-learning-fun</loc>
|
||||||
</url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://akadmyapp.com/blogs/how-to-plan-fun-summer-activities-for-preschoolers-at-home</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://akadmyapp.com/blogs/assessment-in-preschool-a-complete-guide-for-educators</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://akadmyapp.com/blogs/how-to-create-a-curriculum-plan-for-a-preschool</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://akadmyapp.com/blogs/teacher-parent-communication-a-guide-for-stronger-bonds</loc>
|
||||||
|
</url>
|
||||||
</urlset>
|
</urlset>
|
|
@ -57,7 +57,7 @@ export default function BannerLearningSolutionTab({
|
||||||
<div className={style.image_box}></div>
|
<div className={style.image_box}></div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: `url("./assets/wave.webp")`,
|
backgroundImage: `url("/assets/wave.webp")`,
|
||||||
width: "100%",
|
width: "100%",
|
||||||
backgroundRepeat: "no-repeat",
|
backgroundRepeat: "no-repeat",
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
|
@ -94,14 +94,14 @@ export default function BannerLearningSolutionTab({
|
||||||
className={getActiveClass(1, style.active_content)}
|
className={getActiveClass(1, style.active_content)}
|
||||||
onClick={() => toggleTab(1)}
|
onClick={() => toggleTab(1)}
|
||||||
>
|
>
|
||||||
<img src="./assets/menu_book.png" />
|
<img src="/assets/menu_book.png" />
|
||||||
FOR SCHOOL
|
FOR SCHOOL
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
className={getActiveClass(2, style.active_content)}
|
className={getActiveClass(2, style.active_content)}
|
||||||
onClick={() => toggleTab(2)}
|
onClick={() => toggleTab(2)}
|
||||||
>
|
>
|
||||||
<img src="./assets/audio_file.png" />
|
<img src="/assets/audio_file.png" />
|
||||||
FOR TUTORS
|
FOR TUTORS
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -121,7 +121,7 @@ export default function BannerLearningSolutionTab({
|
||||||
<div className={style.image_box}></div>
|
<div className={style.image_box}></div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: `url("./assets/wave-2.webp")`,
|
backgroundImage: `url("/assets/wave-2.webp")`,
|
||||||
width: "100%",
|
width: "100%",
|
||||||
backgroundRepeat: "no-repeat",
|
backgroundRepeat: "no-repeat",
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
|
@ -158,14 +158,14 @@ export default function BannerLearningSolutionTab({
|
||||||
className={getActiveClass(1, style.active_content)}
|
className={getActiveClass(1, style.active_content)}
|
||||||
onClick={() => toggleTab(1)}
|
onClick={() => toggleTab(1)}
|
||||||
>
|
>
|
||||||
<img src="./assets/menu_book-blue.png" />
|
<img src="/assets/menu_book-blue.png" />
|
||||||
FOR SCHOOL
|
FOR SCHOOL
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
className={getActiveClass(2, style.active_content)}
|
className={getActiveClass(2, style.active_content)}
|
||||||
onClick={() => toggleTab(2)}
|
onClick={() => toggleTab(2)}
|
||||||
>
|
>
|
||||||
<img src="./assets/audio-book-white.png" />
|
<img src="/assets/audio-book-white.png" />
|
||||||
FOR TUTORS
|
FOR TUTORS
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -29,7 +29,7 @@ export default function BannerProduct() {
|
||||||
</div>
|
</div>
|
||||||
<div className={style.banner_img_align}>
|
<div className={style.banner_img_align}>
|
||||||
<img
|
<img
|
||||||
src="./assets/home_platform.png"
|
src="/assets/home_platform.png"
|
||||||
className={style.banner_img}
|
className={style.banner_img}
|
||||||
alt="Preschool Management Solutions | Streamline Operations with aKadmy"
|
alt="Preschool Management Solutions | Streamline Operations with aKadmy"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -200,7 +200,7 @@ function Footer({
|
||||||
<a href="/about-us">About Us</a>
|
<a href="/about-us">About Us</a>
|
||||||
<a href="/contact-us">Contact us </a>
|
<a href="/contact-us">Contact us </a>
|
||||||
<a href="/pricing/akadmy-platform-pricing">Plans</a>
|
<a href="/pricing/akadmy-platform-pricing">Plans</a>
|
||||||
<a href="/Blogs">Blogs</a>
|
<a href="/blogs">Blogs</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -11,7 +11,7 @@ const LeftTab = ({ ToggleState, index, title, info, img }) => {
|
||||||
{ToggleState === index ? (
|
{ToggleState === index ? (
|
||||||
<img
|
<img
|
||||||
className={style.mb}
|
className={style.mb}
|
||||||
src="./assets/book-icon.png"
|
src="/assets/book-icon.png"
|
||||||
alt="Preschool Management Solutions | Streamline Operations with aKadmy"
|
alt="Preschool Management Solutions | Streamline Operations with aKadmy"
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Reference in New Issue