master
Suvodip Ghosh 2023-02-21 20:45:40 +05:30
parent c988711c4d
commit 44e721c97e
20 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<section class="container mx-auto px-4 xl:px-24"> <section class="container mx-auto px-4 xl:px-24">
<h1 class="text-color-3 text-5xl text-center py-16">Teacher's License </h1> <h1 class="text-color-3 text-5xl text-center py-16 font-bold">Teacher's License </h1>
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<h1 class="justify-center">Teacher Accounts: &nbsp;</h1> <h1 class="justify-center">Teacher Accounts: &nbsp;</h1>
<input class="flex slider mt-3" type="range" min="0" max="100" step="1" v-model="sliderValue"> &nbsp; <input class="flex slider mt-3" type="range" min="0" max="100" step="1" v-model="sliderValue"> &nbsp;
@ -84,7 +84,7 @@
<input type="checkbox" value="whatsapp" class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer"> <input type="checkbox" value="whatsapp" class="form-check-input appearance-none h-4 w-4 border border-gray-300 rounded-sm bg-white checked:bg-blue-600 checked:border-blue-600 focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left mr-2 cursor-pointer">
<label class="form-check-label inline-block text-gray-800" >Keep me updated on WhatsApp</label> <label class="form-check-label inline-block text-gray-800" >Keep me updated on WhatsApp</label>
</div> </div>
<button @click="" class="px-6 py-2.5 bg-blue-600 text-white font-medium text-lg leading-tight uppercase rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out">Contact us</button> <button @click="" class="px-6 py-2.5 bg-blue-600 text-white font-medium text-lg leading-tight rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out">Contact Us</button>
</div> </div>
</div> </div>
</div> </div>

View File

@ -5,7 +5,7 @@ import AdministratorsHeroButton from "../components/AdministratorsHeroButton.vue
import Administrators from "../components/Administrators.vue"; import Administrators from "../components/Administrators.vue";
import Footer from "../components/Footer.vue"; import Footer from "../components/Footer.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Complete Preschool Business Solutions for Smart Operation" description="Discover the best preschool solution for managing your preschool and digitizing the teaching process. Contact us for further assistance." ogImg="" schema="">
<Menu/> <Menu/>
<AdministratorsHeroButton client:visible/> <AdministratorsHeroButton client:visible/>
<Administrators client:visible/> <Administrators client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import AudioBooks from "../../components/Audio-books.vue"; import AudioBooks from "../../components/Audio-books.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Engaging & Educational Preschool Audiobooks for Preschoolers" description="Our audiobooks for preschoolers help kids develop their imagination, listening, pronunciation, and comprehension skills. Start learning with us." ogImg="" schema="">
<Menu/> <Menu/>
<AudioBooks client:visible/> <AudioBooks client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import AudioLiteracy from "../../components/Audio-literacy.vue"; import AudioLiteracy from "../../components/Audio-literacy.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Engaging Audio Books for Preschoolers' Literacy Development" description="Improve your child's reading, vocabulary, and comprehension skills with our vast collection of audiobooks. Visit Teeny Beans Preschool Curriculum now." ogImg="" schema="">
<Menu/> <Menu/>
<AudioLiteracy client:visible/> <AudioLiteracy client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import AudioMathematics from "../../components/Audio-mathematics.vue"; import AudioMathematics from "../../components/Audio-mathematics.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Interactive Audio Books for Teaching Math to Preschoolers" description="Experience the joy of learning math with our interactive audiobooks for preschoolers. Start their academic journey with our premium resources." ogImg="" schema="">
<Menu/> <Menu/>
<AudioMathematics client:visible/> <AudioMathematics client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import AudioWorlds from "../../components/Audio-worlds.vue"; import AudioWorlds from "../../components/Audio-worlds.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Audiobooks for Understanding the World: Engage Preschoolers" description="Discover a new way of teaching about the world to preschoolers with Teeny Beans Preschool Curriculum's audiobooks. Get started today!" ogImg="" schema="">
<Menu/> <Menu/>
<AudioWorlds client:visible/> <AudioWorlds client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -5,7 +5,7 @@ import EducatorsHeroButton from "../components/EducatorsHeroButton.vue";
import Educators from "../components/Educators.vue"; import Educators from "../components/Educators.vue";
import Footer from "../components/Footer.vue"; import Footer from "../components/Footer.vue";
--- ---
<Layout title="Welcome"> <Layout title="" metaTitle="Teaching resources for Parents and Educators - Explore more" description="Get access to a wide range of preschool resources for parents and educators for education, support, and assistance with your child's learning needs." ogImg="" schema="">
<Menu clint:visible/> <Menu clint:visible/>
<EducatorsHeroButton client:visible/> <EducatorsHeroButton client:visible/>
<Educators client:visible/> <Educators client:visible/>

View File

@ -10,7 +10,7 @@ const faqRespJson = await faqResp.json();
const faqRespData = faqRespJson.data; const faqRespData = faqRespJson.data;
import Footer from "../components/Footer.vue"; import Footer from "../components/Footer.vue";
--- ---
<Layout title="Welcome to Teenybeans"> <Layout title="" metaTitle="metaTiPreschooling with #1 Preschool Curriculum and Lesson Planstle" description="Preschool curriculum and lesson plans are essential for developing children's abilities. Check out our digital curriculum for smart preschool management." ogImg="" schema="" >
<Menu/> <Menu/>
<main> <main>
<div class="" style="font-family: quicksand;"> <div class="" style="font-family: quicksand;">

View File

@ -39,7 +39,7 @@ const faqRespData = faqRespJson.data;
import SubmitCelebration from "../../components/SubmitCelebration.vue"; import SubmitCelebration from "../../components/SubmitCelebration.vue";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
--- ---
<Layout title="TeenyBeans Occassion"> <Layout title="" metaTitle="Fun and Memorable Preschool Celebration Ideas and Activities " description="Children adore parties and celebrations. Use our digital and engaging resources to educate your preschoolers with these Preschool celebration ideas." ogImg="" schema="">
<Menu/> <Menu/>
<main> <main>
<!-- hero section --> <!-- hero section -->

View File

@ -50,7 +50,7 @@ const faq = faqdata.data;
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Best Preschool Themes for making Learning fun and worthwhile" description="The most popular preschool themes around the world. Choose the best theme for your preschooler or preschool class from a variety of options." ogImg="" schema="">
<Menu clint:visible/> <Menu clint:visible/>
<main> <main>
<div> <div>

View File

@ -40,7 +40,7 @@ const faq = faqdata.data;
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
--- ---
<Layout title="" metaTitle="metaTitle" description="description" ogImg="https://teenybeanspreschoolcurriculum.com/img/tb-logo.png" schema="" > <Layout title="" metaTitle="Best Preschool Themes for making Learning fun and worthwhile" description="The most popular preschool themes around the world. Choose the best theme for your preschooler or preschool class from a variety of options." ogImg="" schema="" >
<Menu clint:visible/> <Menu clint:visible/>
<main> <main>
<div> <div>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import Videos from "../../components/Videos.vue"; import Videos from "../../components/Videos.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Premium Educational Videos for Preschoolers - Watch & Learn" description="Our Preschool Educational Videos provide fun and stimulating learning lessons for Preschoolers of all ages, enhancing their academic abilities!" ogImg="" schema="">
<Menu/> <Menu/>
<Videos client:visible/> <Videos client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import VideoLiteracy from "../../components/Video-literacy.vue"; import VideoLiteracy from "../../components/Video-literacy.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Teach Preschool Literacy concepts with Premium Videos" description="Encourage preschoolers to engage in Videos - Understanding the World or any of our fantastic learning resources. Enquire now!" ogImg="" schema="">
<Menu/> <Menu/>
<VideoLiteracy client:visible/> <VideoLiteracy client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import VideoMathematics from "../../components/Video-mathematics.vue"; import VideoMathematics from "../../components/Video-mathematics.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Math videos for kids: Teeny Beans Preschool Curriculum" description="Encourage preschoolers to engage in Videos - Mathematic or any of our fantastic learning resources. Enquire now!" ogImg="" schema="">
<Menu/> <Menu/>
<VideoMathematics client:visible/> <VideoMathematics client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../../components/Menu.astro";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import VideoWorld from "../../components/Video-world.vue"; import VideoWorld from "../../components/Video-world.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Learning videos for understanding the world: EYFS Curriculum" description="Encourage preschoolers to engage in Videos - Understanding the world or any of our fantastic learning resources. Enquire now!" ogImg="" schema="">
<Menu/> <Menu/>
<VideoWorld client:visible/> <VideoWorld client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -4,7 +4,7 @@ import Menu from "../components/Menu.astro";
import Worksheets from "../components/Worksheets.vue"; import Worksheets from "../components/Worksheets.vue";
import Footer from "../components/Footer.vue"; import Footer from "../components/Footer.vue";
--- ---
<Layout title="Worksheets"> <Layout title="" metaTitle="Free Printable Worksheets for Preschoolers- Download & Learn" description="Browse our collection of Free Printable Worksheets for Preschoolers. Globally used educational materials designed to help children succeed. Explore now." ogImg="" schema="">
<Menu/> <Menu/>
<Worksheets client:visible/> <Worksheets client:visible/>
<Footer/> <Footer/>

View File

@ -5,7 +5,7 @@ import Header from "../../components/Header.vue";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import Worksheets from "../../components/Worksheets.vue"; import Worksheets from "../../components/Worksheets.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Free Printable Worksheets for Preschoolers- Download & Learn" description="Browse our collection of Free Printable Worksheets for Preschoolers. Globally used educational materials designed to help children succeed. Explore now." ogImg="" schema="">
<Menu/> <Menu/>
<Worksheets client:visible/> <Worksheets client:visible/>
<Footer client:visible/> <Footer client:visible/>

View File

@ -5,7 +5,7 @@ import Header from "../../components/Header.vue";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import WorksheetsLiteracy from "../../components/Worksheets-literacy.vue"; import WorksheetsLiteracy from "../../components/Worksheets-literacy.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Free Printable Kindergarten Literacy Worksheets -Start learning " description="Young children are naturally curious and eager to learn; use these printable literacy worksheets for kindergarten to help them engage in early learning." ogImg="" schema="">
<Menu/> <Menu/>
<WorksheetsLiteracy client:visible/> <WorksheetsLiteracy client:visible/>
<Footer/> <Footer/>

View File

@ -6,7 +6,7 @@ import Footer from "../../components/Footer.vue";
import WorksheetsLiteracy from "../../components/Worksheets-mathematics.vue"; import WorksheetsLiteracy from "../../components/Worksheets-mathematics.vue";
import WorksheetsMathematics from "../../components/Worksheets-mathematics.vue"; import WorksheetsMathematics from "../../components/Worksheets-mathematics.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Printable Math Worksheets for Kindergarten - Start to Learn" description="Your preschoolers can reinforce math skills and concepts with our specially built math worksheets based on the British EYFS framework." ogImg="" schema="">
<Menu/> <Menu/>
<WorksheetsMathematics client:visible/> <WorksheetsMathematics client:visible/>
<Footer/> <Footer/>

View File

@ -5,7 +5,7 @@ import Header from "../../components/Header.vue";
import Footer from "../../components/Footer.vue"; import Footer from "../../components/Footer.vue";
import WorksheetsWorld from "../../components/Worksheets-world.vue"; import WorksheetsWorld from "../../components/Worksheets-world.vue";
--- ---
<Layout title=""> <Layout title="" metaTitle="Worksheets for Understanding the World: EYFS Curriculum" description="Teach your preschoolers about Understanding the World with premium worksheets and a digital learning environment. Try these worksheets!" ogImg="" schema="">
<Menu/> <Menu/>
<WorksheetsWorld client:visible/> <WorksheetsWorld client:visible/>
<Footer/> <Footer/>