Commit 3eac0c05 by Jonathan Thomas

Adding 3 icon buttons to About page - promo component.

parent 85b7eba6
......@@ -27,8 +27,8 @@
</div>
<!-- Description of OpenShot Cloud API -->
<div class="row">
<div class="col-md-12 ms-5 me-5">
<div class="row ms-5 me-5 g-4 align-items-stretch">
<div class="col-12 col-lg-7">
<p class="lead">
A simple video editor built with JavaScript, Node.js, and Vue 3 (powered by
<a href="https://www.openshot.org/cloud-api/">OpenShot Cloud API</a>).
......@@ -44,18 +44,29 @@
as a quick and affordable starting point, to accelerate your own custom software development.
</p>
</div>
<div class="col-12 col-lg-5">
<CloudInstancePromo
label="Unlock the full experience"
title="Launch your own instance"
subtitle="Deploy on AWS, Azure, or Google Cloud for persistent storage, longer exports, and full scalability."
/>
</div>
</div>
</template>
<script>
export default {
data() {
return {
}
}
import CloudInstancePromo from '../components/CloudInstancePromo.vue'
export default {
components: {
CloudInstancePromo
},
data() {
return {}
}
}
</script>
<style scoped>
</style>
\ No newline at end of file
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment