Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simple-editor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Public
simple-editor
Commits
bfbebdf0
Commit
bfbebdf0
authored
Jan 20, 2022
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating formatting and text of About page to be more clear
parent
d0bc9d3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
20 deletions
+19
-20
About.vue
src/views/About.vue
+19
-20
No files found.
src/views/About.vue
View file @
bfbebdf0
<
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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment