diff --git a/public/img/ownersb.png b/public/img/ownersb.png new file mode 100644 index 0000000..c94fe9f Binary files /dev/null and b/public/img/ownersb.png differ diff --git a/public/img/teacher2.png b/public/img/teacher2.png new file mode 100644 index 0000000..dd60a3f Binary files /dev/null and b/public/img/teacher2.png differ diff --git a/public/img/teacher3.png b/public/img/teacher3.png new file mode 100644 index 0000000..fc06a1e Binary files /dev/null and b/public/img/teacher3.png differ diff --git a/public/img/teacherb.png b/public/img/teacherb.png new file mode 100644 index 0000000..0eb4994 Binary files /dev/null and b/public/img/teacherb.png differ diff --git a/src/components/Administrators.vue b/src/components/Administrators.vue index db27a42..d5d1d72 100644 --- a/src/components/Administrators.vue +++ b/src/components/Administrators.vue @@ -251,7 +251,7 @@
-
+
Case Study
@@ -267,7 +267,7 @@
-
+
Thank you! @@ -275,25 +275,23 @@
-
+
Check Out Our Resources For Your Preschool
-
+
-
+

Frequently Asked Questions

-
-
-
-
+  {{ faqAdministrators.title }}
-
-

-
-
-
+
+
+ +
  {{ faqAdministrators.title }}
+
+
+
@@ -464,6 +462,30 @@ export default { \ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/Educators.vue b/src/components/Educators.vue index fb2f700..163e22f 100644 --- a/src/components/Educators.vue +++ b/src/components/Educators.vue @@ -1,37 +1,20 @@ - - \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 6874423..7ac7ce9 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -9,22 +9,19 @@ const { title } = Astro.props; - {title} + + + - - - + @@ -43,4 +40,7 @@ const { title } = Astro.props; font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace; } */ + body { + font-family: 'Quicksand', sans-serif; + } diff --git a/src/pages/blog/[id].astro b/src/pages/blog/[id].astro index 821f8f4..55ffc21 100644 --- a/src/pages/blog/[id].astro +++ b/src/pages/blog/[id].astro @@ -5,7 +5,7 @@ const imgPrefix='https://curriculum-app-api.beanstalkedu.com/assets/'; const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/blog'); const data = await response.json(); - const faq = await fetch('https://curriculum-app-api.beanstalkedu.com/items/blog'); + const faq = await fetch('https://management.beanstalkedu.com/items/FAQ?filter[property][_eq]=teenybeans_curriculum&filter[slug][_eq]=blog'); const faqJson = await faq.json(); export async function getStaticPaths() { const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/blog'); @@ -75,7 +75,23 @@ const mainImg='https://curriculum-app-api.beanstalkedu.com/assets/'+data.data[id
- + + @@ -84,6 +100,6 @@ const mainImg='https://curriculum-app-api.beanstalkedu.com/assets/'+data.data[id color: #7C4C23; } .text-color-2 { - color: #333333 + color: #33333; } \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 9f86ab5..60d02eb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,4 @@ import Homepage from "../components/Homepage.vue";