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
3eac0c05
Commit
3eac0c05
authored
Nov 16, 2025
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding 3 icon buttons to About page - promo component.
parent
85b7eba6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
About.vue
src/views/About.vue
+19
-9
No files found.
src/views/About.vue
View file @
3eac0c05
...
...
@@ -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
>
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