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
6971bfff
Commit
6971bfff
authored
Jan 07, 2022
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added branding and About page
parent
8be13de4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
3 deletions
+25
-3
About.vue
src/views/About.vue
+25
-3
No files found.
src/views/About.vue
View file @
6971bfff
<
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
>
...
...
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