OgImage
parent
5b21ee2864
commit
04b5887ff7
|
@ -9,7 +9,7 @@
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"push": "rsync -azP dist/ ns7@ns7.siliconpin.com:/home/ns7/domains/teeny-astro.siliconpin.com/public_html"
|
"push": "rsync -azP dist/ preschoolcurriculum@143.110.177.50:/home/preschoolcurriculum/public_html"
|
||||||
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB |
|
@ -132,7 +132,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid bg-color-2">
|
<div class="container-fluid bg-color-2">
|
||||||
<div class="container mx-auto flex md:flex-row flex-col p-2 justify-between px-8">
|
<div class="container mx-auto flex md:flex-row flex-col py-2 justify-between px-8">
|
||||||
<div class="flex">© 2021 Teeny Beans | All Rights Reserved</div>
|
<div class="flex">© 2021 Teeny Beans | All Rights Reserved</div>
|
||||||
<div class="flex">Terms & Conditions</div>
|
<div class="flex">Terms & Conditions</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,12 +28,12 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style>
|
<style>
|
||||||
.text-color-1 {
|
.text-color-1 {
|
||||||
color: #7C4C23;
|
color: #7C4C23;
|
||||||
font-family: 'Quicksand';
|
font-family: 'Quicksand';
|
||||||
}
|
}
|
||||||
.slider-width {
|
.slider-width {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1500px) {
|
@media screen and (min-width: 1500px) {
|
||||||
.hero-text {
|
.hero-text {
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
isLoading: true,
|
isLoading: true,
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
fetch('https://curriculum-app-api.beanstalkedu.com/items/lesson_plan')
|
fetch('https://curriculum-app-api.beanstalkedu.com/items/lesson_plan')
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
|
@ -110,5 +110,5 @@
|
||||||
// return this.page[0].id
|
// return this.page[0].id
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
|
@ -226,7 +226,7 @@ import Footer from "../components/Footer.vue";
|
||||||
</details>
|
</details>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div class="grid place-items-center"><img src="/img/frequently.png" alt=""></div>
|
<div class="grid place-items-center"><img src="/img/frequentlycc.png" alt=""></div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue