Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
807
Merge Requests
53
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
95efda66
Commit
95efda66
authored
2 hours ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Update footer
parent
8669b85d
goal/product-pages-update-1
1 merge request
!608
Product pages update
Pipeline
#93608543
passed with stages
in 50 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
32 deletions
+19
-32
src/app/common/components/marketing/footer.component.html
View file @
95efda66
...
...
@@ -3,9 +3,7 @@
<div
class=
"m-grid__column-4 m-grid__column-12--mobile m-marketingFooter__column m-marketingFooter__brandColumn"
>
<div
class=
"m-marketingFooter__mindsLogo"
>
<img
[src]=
"cdnAssetsUrl + 'assets/logos/bulb.svg'"
/>
</div>
<div
class=
"m-marketingFooter__mindsLogo"
></div>
<h4
class=
"m-marketingFooter__sloganText"
i18n
>
Take back control of your social media
...
...
@@ -20,12 +18,6 @@
<h4
i18n
>
About
</h4>
<ul>
<li
hidden
>
<a
href=
"#"
i18n
>
Mission
</a>
</li>
<li>
<a
routerLink=
"/mobile"
i18n
>
Mobile
...
...
@@ -99,20 +91,20 @@
</li>
<li>
<a
routerLink=
"/
nodes
"
i18n
>
Nodes
<a
routerLink=
"/
pay
"
i18n
>
Pay
</a>
</li>
<li>
<a
routerLink=
"/
boost
"
i18n
>
Boost
<a
routerLink=
"/
nodes
"
i18n
>
Nodes
</a>
</li>
<li>
<a
routerLink=
"/
pay
"
i18n
>
Pay
<a
routerLink=
"/
boost
"
i18n
>
Boost
</a>
</li>
...
...
@@ -197,18 +189,6 @@
Status
</a>
</li>
<li>
<a
href=
"#"
i18n
>
Contact
</a>
</li>
<li>
<a
href=
"#"
i18n
>
Donate
</a>
</li>
</ul>
</div>
</div>
...
...
This diff is collapsed.
src/app/common/components/marketing/footer.component.scss
View file @
95efda66
...
...
@@ -80,10 +80,17 @@ m-marketing__footer {
}
.m-marketingFooter__mindsLogo
{
margin
:
0
0
20px
;
>
img
{
height
:
45px
;
width
:
116px
;
height
:
43px
;
margin
:
0
0
35px
;
background
:
url('<%= APP_CDN %>/assets/logos/logo.svg')
no-repeat
center
left
;
background-size
:
contain
;
@include
m-on-theme
(
dark
)
{
background
:
url('<%= APP_CDN %>/assets/logos/logo-white.svg')
no-repeat
center
left
;
background-size
:
contain
;
}
}
...
...
@@ -119,7 +126,7 @@ m-marketing__footer {
a
{
color
:
inherit
;
font-weight
:
300
;
font-weight
:
normal
;
text-decoration
:
none
;
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment