Commit 95efda66 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Update footer

1 merge request!608Product pages update
Pipeline #93608543 passed with stages
in 50 minutes and 29 seconds
......@@ -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>
......
......@@ -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;
}
}
......
Please register or to comment