diff --git a/package.json b/package.json index 6e1c5c1..edc6d3e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "start": "astro dev --host --port 2011", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "push": "rsync -azP dist/ ns7@ns7.siliconpin.com:/home/ns7/domains/teeny-astro.siliconpin.com/public_html" + }, "dependencies": { "@astrojs/tailwind": "^2.1.3", diff --git a/src/components/Audio-books.vue b/src/components/Audio-books.vue index 87d3698..b752af0 100644 --- a/src/components/Audio-books.vue +++ b/src/components/Audio-books.vue @@ -11,21 +11,9 @@ - -
- - -
+ + -->

If you are looking for enchanting listening books for preschoolers, then this is the right platform, where you can find categorized best audio books for preschoolers that are the accurate components of a child’s preschool curriculum.

@@ -46,23 +34,14 @@
Literacy

Enhance ideas and learning power of children by stimulating their brain cells with the right understanding of mathematics that they need later in life. Make toddlers listen to the right concepts, numbers, etc. with our preschool audio books that prioritizes learning while entertaining.

-
+
-
-
-
@@ -109,62 +88,44 @@
Mathematics

Enhance ideas and learning power of children by stimulating their brain cells with the right understanding of mathematics that they need later in life. Make toddlers listen to the right concepts, numbers, etc. with our preschool audio books that prioritizes learning while entertaining.

-
+
-
-
-
- Understanding the Worlds + Understanding the World

Increase the imaginative power of young creative minds of children, speaking skills and provide them a better comprehension of the world with the listening books for preschoolers in the subject ‘Understanding of the World’ where you get all concepts in the audio form.

-
+
-
-
-
@@ -186,52 +147,66 @@
-->
-
-
-

Frequently Asked Questions

-
-
-
-
+  {{ faqAudio.title }}
-
-

-
+
+
+

Frequently Asked Questions

+
+
+
+
+  {{ faqAudio.title }}
+
+

-
-
+
+
+
+
+ +
\ No newline at end of file diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 417c78d..8ac175c 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -153,6 +153,7 @@ background-color: #C9D438; .bg-slider { background-color: #124BBD; } + diff --git a/src/components/Modal.astro b/src/components/Modal.astro deleted file mode 100644 index a2eb1f5..0000000 --- a/src/components/Modal.astro +++ /dev/null @@ -1,28 +0,0 @@ ---- -const {id, open} = Astro.props; ---- - - - - - - -
- - -
\ No newline at end of file diff --git a/src/components/Occassion.vue b/src/components/Occassion.vue index f013228..4b2155f 100644 --- a/src/components/Occassion.vue +++ b/src/components/Occassion.vue @@ -43,8 +43,8 @@
{{ occassionblog.date}}
-

{{ occassionblog.title}}

-
+

{{ occassionblog.title}}

+
Read More >>
@@ -165,20 +165,15 @@
Audio Books

{{page[0].audio_books_text}}

-
- - - +
+
+
+
+ +
+

{{aud.title}}

+
+
@@ -252,6 +247,15 @@
+
+ +
\ No newline at end of file diff --git a/src/pages/modal.astro b/src/pages/modal.astro deleted file mode 100644 index 7b9b0a4..0000000 --- a/src/pages/modal.astro +++ /dev/null @@ -1,7 +0,0 @@ ---- -import Layout from "../layouts/Layout.astro"; -import Modal from "../components/Modal.astro"; ---- - - - \ No newline at end of file diff --git a/src/pages/test-modal.astro b/src/pages/test-modal.astro index c61e13a..21b9e14 100644 --- a/src/pages/test-modal.astro +++ b/src/pages/test-modal.astro @@ -1,12 +1,8 @@ --- -// Component Imports -import Modal from '../components/Modal.astro'; +import Layout from '../layouts/Layout.astro'; +import AudioBookModal from '../components/AudioBookModal.vue'; --- + + + - -
-

Some extra content you would like here

-
-
- -
\ No newline at end of file