Commit 6971bfff by Jonathan Thomas

Added branding and About page

parent 8be13de4
<template>
<div class="container">
<div class="about">
<h1>This is an about page `{{ envVar }}`</h1>
<div class="row">
<div class="col-md-12 m-3 text-center">
<div class="call-to-action-content" style="width: 50%; float: left;">
<h3><strong>Powered</strong> by OpenShot Cloud API</h3>
<p>Fast, easy, and affordable cloud video editing!</p>
</div>
<div class="call-to-action-btn animated tada" style="width: auto;">
<a class="btn btn-lg btn-primary" href="//openshot.org/cloud-api/" target="_blank" style="margin: 5px;"><i class="fa fa-compass"></i>
<strong>Learn More</strong>
</a>
<a class="btn btn-lg btn-primary launch-instance" href="https://aws.amazon.com/marketplace/pp/B074H87FSJ/" target="_blank" style="margin: 5px; background-color: #ffffff;" title="Launch Instance: AWS"><img src="//cdn.openshot.org/static/img/icons/aws.png"></a>
<a class="btn btn-lg btn-primary launch-instance" href="https://azuremarketplace.microsoft.com/en-us/marketplace/apps/openshotstudiosllc.openshot-cloud-api" target="_blank" style="margin: 5px; background-color: #ffffff;" title="Launch Instance: Azure"><img src="//cdn.openshot.org/static/img/icons/azure.png">
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 ms-3 me-3">
<p class="lead">
Simple <strong>RESTful</strong> interface, <strong>pay-as-you-go</strong> pricing, and industry leading video
editing capabilities. Easily create video templates in <a href="//openshot.org" target="_blank">OpenShot Video Editor</a>, our
<strong>award-winning</strong> free, open-source desktop video editor, and modify them using our Cloud API.
Editing videos <strong>in the cloud</strong> has never been easier!
</p>
</div>
</div>
</template>
......
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