Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
828
Issues
828
List
Boards
Labels
Service Desk
Milestones
Merge Requests
45
Merge Requests
45
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
534f8f6a
Commit
534f8f6a
authored
18 minutes ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): Pro marketing page
parent
865d2f4b
epic/minds-pro
1 merge request
!528
WIP: (feat): Minds Pro
Pipeline
#82813470
failed with stages
in 7 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
3 deletions
+32
-3
marketing.component.html
src/app/modules/pro/marketing.component.html
+13
-3
marketing.component.scss
src/app/modules/pro/marketing.component.scss
+19
-0
No files found.
src/app/modules/pro/marketing.component.html
View file @
534f8f6a
<div
class=
"m-marketing"
>
<div
class=
"m-marketing
m-marketing__Pro
"
>
<div
class=
"m-marketing--hero"
>
<div
class=
"m-marketing--hero--video"
>
<img
[src]=
"minds.cdn_assets_url + 'assets/photos/fractal.jpg'"
/>
...
...
@@ -9,10 +9,20 @@
<div
class=
"m-marketing--hero--slogans"
>
<h1
i18n
>
Minds Pro
</h1>
<h3
i18n
>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consequatur
cumque illo, impedit molestias numquam saepe sint voluptate
.
The ultimate platform for independent content creators on the
Internet
.
</h3>
<ul>
<li
i18n
>
Unlimited HD video
</li>
<li
i18n
>
Custom domains
</li>
<li
i18n
>
Complete monetization
</li>
<li
i18n
>
Full analytics console
</li>
<li
i18n
>
Access to every Minds user
</li>
<li
i18n
>
Custom branding
</li>
</ul>
</div>
<div
class=
"m-marketing--hero--actions m-marketing--action-button"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/marketing.component.scss
View file @
534f8f6a
.m-marketing__Pro
{
.m-marketing--hero--slogans
ul
{
font-size
:
20px
;
padding
:
0
0
0
16px
;
margin
:
32px
0
;
@include
m-theme
()
{
color
:
themed
(
$m-white
);
}
li
{
margin-bottom
:
8px
;
&
:last-child
{
margin-bottom
:
0
;
}
}
}
}
This diff is collapsed.
Click to expand it.
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