Commit bfbebdf0 by Jonathan Thomas

Updating formatting and text of About page to be more clear

parent d0bc9d3f
<template>
<!-- About OpenShot Cloud API header w/buttons -->
<div class="row">
<div class="col-md-12 m-5 text-center">
<div class="call-to-action-content" style="width: 50%; float: left;">
<h3><strong>simple-editor</strong></h3>
<p>Free & Open-Source Cloud Video Editor</p>
</div>
<div class="col-md-12 m-5 ps-5 pe-5 text-center">
<div class="row">
<div class="col-sm-12 col-md-5">
<div class="call-to-action-content">
<h3><strong>simple-editor</strong></h3>
<p>Free & Open-Source Cloud Video Editor</p>
</div>
</div>
<div class="col-sm-12 col-md-7">
<!-- Learn more buttons -->
<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>
<!-- Learn more buttons -->
<div class="call-to-action-btn animated tada">
<a class="btn btn-lg btn-primary" href="http://gitlab.openshot.org/public-projects/simple-editor/" target="_blank" style="margin: 5px;"><i class="fa fa-compass"></i>
<strong>Learn More</strong>
</a>
</div>
<a class="btn btn-lg btn-primary launch-instance" href="http://gitlab.openshot.org/public-projects/simple-editor/" target="_blank" style="margin: 5px; background-color: #ffffff;" title="Source Code"><img src="//gitlab.openshot.org/assets/favicon-075eba76312e8421991a0c1f89a89ee81678bcde72319dd3e8047e2a47cd3a42.ico"></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>
......@@ -31,12 +36,6 @@
This is a demo application for OpenShot Cloud API. You can log-in, upload files,
create/edit clips, move clips (up/down), export, and download a video.
</p>
<p class="lead">
You can check out the hosted version of this app:
<a href="https://cloud.openshot.org/apps/simple-editor/">https://cloud.openshot.org/apps/simple-editor/</a><br/>
You can also clone the source code (MIT license), or contribute to this project:
<a href="http://gitlab.openshot.org/public-projects/simple-editor">http://gitlab.openshot.org/public-projects/simple-editor/</a>
</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