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
781
Issues
781
List
Boards
Labels
Service Desk
Milestones
Merge Requests
50
Merge Requests
50
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
e787b240
Commit
e787b240
authored
13 minutes ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): Boost page contents and imagery
parent
acc30fa5
goal/product-pages-update-1
1 merge request
!608
WIP: Product pages update
Pipeline
#90728709
running with stages
Changes
11
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
215 additions
and
271 deletions
+215
-271
src/app/modules/boost/boost.module.ts
src/app/modules/boost/boost.module.ts
+1
-5
src/app/modules/boost/marketing.component.html
src/app/modules/boost/marketing.component.html
+185
-100
src/app/modules/boost/marketing.component.scss
src/app/modules/boost/marketing.component.scss
+0
-161
src/app/modules/boost/marketing.component.ts
src/app/modules/boost/marketing.component.ts
+29
-5
src/assets/product-pages/boost/boost-1.jpg
src/assets/product-pages/boost/boost-1.jpg
+0
-0
src/assets/product-pages/boost/boost-2-ux.png
src/assets/product-pages/boost/boost-2-ux.png
+0
-0
src/assets/product-pages/boost/boost-2.jpg
src/assets/product-pages/boost/boost-2.jpg
+0
-0
src/assets/product-pages/boost/boost-3-ux.png
src/assets/product-pages/boost/boost-3-ux.png
+0
-0
src/assets/product-pages/boost/boost-3.jpg
src/assets/product-pages/boost/boost-3.jpg
+0
-0
src/assets/product-pages/boost/boost-4-ux.png
src/assets/product-pages/boost/boost-4-ux.png
+0
-0
src/assets/product-pages/boost/boost-4.jpg
src/assets/product-pages/boost/boost-4.jpg
+0
-0
No files found.
src/app/modules/boost/boost.module.ts
View file @
e787b240
...
...
@@ -99,10 +99,6 @@ const boostRoutes: Routes = [
BoostConsoleCard
,
BoostConsoleBooster
,
],
entryComponents
:
[
BoostCreatorComponent
,
BoostConsoleComponent
,
BoostMarketingComponent
,
],
entryComponents
:
[
BoostCreatorComponent
,
BoostConsoleComponent
],
})
export
class
BoostModule
{}
This diff is collapsed.
Click to expand it.
src/app/modules/boost/marketing.component.html
View file @
e787b240
This diff is collapsed.
Click to expand it.
src/app/modules/boost/marketing.component.scss
View file @
e787b240
.m-boost--marketing-header
{
background
:
url('<%= APP_CDN %>/assets/photos/rocket.jpg')
center
;
width
:
100%
;
text-align
:
center
;
display
:
flex
;
align-content
:
center
;
flex-direction
:
column
;
padding
:
224px
36px
;
box-sizing
:
border-box
;
position
:
relative
;
@media
only
screen
and
(
max-width
:
400px
)
{
padding
:
110px
0
;
}
h1
,
h3
{
font-family
:
'Roboto'
,
Helvetica
,
sans-serif
;
@include
m-theme
()
{
color
:
themed
(
$m-white
);
text-shadow
:
0
0
3px
themed
(
$m-grey-900
);
}
@media
only
screen
and
(
max-width
:
400px
)
{
margin
:
0
;
}
z-index
:
1
;
}
h1
{
word-spacing
:
25px
;
letter-spacing
:
4px
;
text-transform
:
uppercase
;
@media
only
screen
and
(
max-width
:
400px
)
{
font-size
:
30px
;
}
}
h3
{
letter-spacing
:
2px
;
word-spacing
:
3px
;
font-weight
:
300
;
@media
only
screen
and
(
max-width
:
400px
)
{
font-size
:
14px
;
}
}
.m-boost--marketing-action-button
{
margin-bottom
:
-80px
;
margin-top
:
32px
;
button
{
letter-spacing
:
3px
;
font-size
:
18px
;
line-height
:
35px
;
height
:
53px
;
padding
:
0
24px
;
font-weight
:
300
;
font-family
:
'Roboto'
,
Helvetica
,
sans-serif
;
@include
m-theme
()
{
color
:
themed
(
$m-white
);
}
}
z-index
:
2
;
}
.m-boost--overlay
{
display
:
block
;
position
:
absolute
;
width
:
100%
;
height
:
100%
;
top
:
0
;
left
:
0
;
z-index
:
0
;
@include
m-theme
()
{
background-color
:
rgba
(
themed
(
$m-black
)
,
0
.5
);
}
}
}
.m-boost--marketing-contents
{
max-width
:
100%
;
padding
:
64px
0
0
!
important
;
justify-content
:
center
;
.mdl-cell
{
padding
:
32px
;
text-align
:
center
;
max-width
:
500px
;
&
:nth-of-type
(
1
)
{
@include
m-theme
()
{
border-right
:
1px
solid
rgba
(
themed
(
$m-white
)
,
0
.15
);
}
}
i
{
font-size
:
64px
;
}
h2
{
padding
:
0
;
margin
:
24px
0
;
text-transform
:
uppercase
;
font-family
:
'Roboto'
,
Helvetica
,
sans-serif
;
font-weight
:
300
;
letter-spacing
:
2px
;
font-size
:
30px
;
}
span
{
font-family
:
'Roboto'
,
Helvetica
,
sans-serif
;
letter-spacing
:
1px
;
font-weight
:
300
;
}
}
}
.m-boost--marketing-contents--breakdown
{
padding
:
0
0
64px
!
important
;
}
.m-boost--marketing
m-boost--onboarding
{
margin
:
-115px
auto
0
;
display
:
block
;
position
:
relative
;
max-width
:
990px
;
form
{
padding
:
16px
;
}
}
.m-boost--marketing-faq
{
max-width
:
900px
;
margin
:
auto
;
padding
:
16px
;
}
.m-boost--marketing
m-boost--terms
{
max-width
:
600px
;
margin
:
16px
auto
;
display
:
block
;
padding
:
16px
;
max-height
:
600px
;
overflow
:
scroll
;
@include
m-theme
()
{
background-color
:
themed
(
$m-white
);
}
}
m-boost--marketing
{
.m-marketing--hero--action-button
{
white-space
:
nowrap
;
}
.m-layout--row
{
@media
screen
and
(
max-width
:
$max-mobile
)
{
flex-wrap
:
wrap
;
}
}
}
This diff is collapsed.
Click to expand it.
src/app/modules/boost/marketing.component.ts
View file @
e787b240
import
{
ChangeDetectionStrategy
,
Component
,
OnInit
}
from
'
@angular/core
'
;
import
{
ChangeDetectionStrategy
,
ChangeDetectorRef
,
Component
,
ElementRef
,
ViewChild
,
}
from
'
@angular/core
'
;
@
Component
({
moduleId
:
module
.
id
,
selector
:
'
m-boost--marketing
'
,
selector
:
'
m-boost__marketing
'
,
templateUrl
:
'
marketing.component.html
'
,
changeDetection
:
ChangeDetectionStrategy
.
OnPush
,
})
export
class
BoostMarketingComponent
{
minds
=
window
.
Minds
;
user
=
window
.
Minds
.
user
;
readonly
cdnAssetsUrl
:
string
=
window
.
Minds
.
cdn_assets_url
;
@
ViewChild
(
'
topAnchor
'
,
{
static
:
false
})
readonly
topAnchor
:
ElementRef
;
constructor
(
protected
cd
:
ChangeDetectorRef
)
{}
scrollToTop
()
{
if
(
this
.
topAnchor
.
nativeElement
)
{
this
.
topAnchor
.
nativeElement
.
scrollIntoView
({
behavior
:
'
smooth
'
,
block
:
'
start
'
,
inline
:
'
nearest
'
,
});
}
}
detectChanges
()
{
this
.
cd
.
markForCheck
();
this
.
cd
.
detectChanges
();
}
}
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-1.jpg
0 → 100644
View file @
e787b240
223 KB
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-2-ux.png
0 → 100644
View file @
e787b240
34.5 KB
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-2.jpg
0 → 100644
View file @
e787b240
146 KB
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-3-ux.png
0 → 100644
View file @
e787b240
20.8 KB
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-3.jpg
0 → 100644
View file @
e787b240
206 KB
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-4-ux.png
0 → 100644
View file @
e787b240
25.9 KB
This diff is collapsed.
Click to expand it.
src/assets/product-pages/boost/boost-4.jpg
0 → 100644
View file @
e787b240
135 KB
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