remove Status GmbH
This commit is contained in:
parent
4663c19239
commit
cbd9c6ac83
|
@ -22,7 +22,7 @@ deploy:
|
|||
repo: git@github.com:status-im/nimbus.status.im.git
|
||||
|
||||
theme_config:
|
||||
favicon: img/logo-32.png
|
||||
favicon: img/favicon.png
|
||||
|
||||
highlight:
|
||||
enable: true
|
||||
|
|
|
@ -22,7 +22,7 @@ deploy:
|
|||
repo: git@github.com:status-im/nimbus.status.im.git
|
||||
|
||||
theme_config:
|
||||
favicon: img/logo-32.png
|
||||
favicon: img/favicon.png
|
||||
|
||||
highlight:
|
||||
enable: true
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div class="footer-table">
|
||||
|
||||
<div class="footer-table__column">
|
||||
<div class="footer-table__column margin-top-15">
|
||||
<p class="footer-header">Social links</p>
|
||||
<ul class="footer-list">
|
||||
<li class="footer-link footer-link--gt"><a href="https://gitter.im/status-im/nimbus" target="_blank"><span class="footer-icon"></span><span class="footer-link-label">Gitter</span></a></li>
|
||||
|
@ -13,7 +13,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-table__column">
|
||||
<div class="footer-table__column margin-top-15">
|
||||
<p class="footer-header">More</p>
|
||||
<ul class="footer-list">
|
||||
<li class="footer-link"><a href="https://status.im/docs/" target="_blank">Docs</a></li>
|
||||
|
@ -24,19 +24,19 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-table__column">
|
||||
<p class="footer-header"> We are Part of the Status Network </p>
|
||||
<div class="footer-table__column mobile-margin extend-width">
|
||||
<p class="footer-header status-network"> The Status Network </p> <img src="/img/footer-logo.svg" width="30px" class="status-logo" alt="Status Logo">
|
||||
<ul class="footer-project">
|
||||
<li class="footer-link"><a href="https://status.im/" target="_blank">Status</a></li>
|
||||
<li class="footer-link"><a href="https://keycard.status.im/" target="_blank">Keycard</a></li>
|
||||
<li class="footer-link"><a href="https://dap.ps/" target="_blank">dap.ps</a></li>
|
||||
<li class="footer-link"><a href="https://embark.status.im/" class="margin-left" target="_blank">Embark</a></li>
|
||||
<li class="footer-link"><a href="https://subspace.status.im/" class="margin-left" target="_blank">Subspace</a></li>
|
||||
<li class="footer-link"><a href="https://vac.dev/" class="margin-left" target="_blank">Vac</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer-logo-wrap">
|
||||
<div class="footer-logo-wrap__inner">
|
||||
<a class="footer-logo" href="https://status.im" target="_blank"></a>
|
||||
<div class="footer-address secondary-text">Status Research & Development GmbH<br/>Baarerstrasse 10<br/>Zug, Switzerland</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
|
@ -104,7 +104,11 @@ a.footer-logo:hover {
|
|||
|
||||
.footer-table__column {
|
||||
box-sizing: border-box;
|
||||
padding: 32px 74px 64px
|
||||
padding: 15px 74px 64px
|
||||
}
|
||||
|
||||
.margin-top-15 {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.footer-header {
|
||||
|
@ -113,12 +117,22 @@ a.footer-logo:hover {
|
|||
margin: 0 0 40px 0;
|
||||
}
|
||||
|
||||
.footer-project {
|
||||
columns: 2;
|
||||
-webkit-columns: 2;
|
||||
-moz-columns: 2;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
.margin-left {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.footer-link a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -164,6 +178,19 @@ a.footer-logo:hover {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.status-network {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-logo {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
.footer-link a:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
@ -184,6 +211,11 @@ a.footer-logo:hover {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
@media (max-width: 960px) and (min-width: 767px) {
|
||||
.extend-width {
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1248px) {
|
||||
|
||||
|
@ -240,7 +272,7 @@ a.footer-logo:hover {
|
|||
}
|
||||
|
||||
.footer-header {
|
||||
margin: 0 0 16px 0;
|
||||
margin: 0 0 30px 0;
|
||||
}
|
||||
|
||||
.footer-table {
|
||||
|
@ -249,6 +281,10 @@ a.footer-logo:hover {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.mobile-margin {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.footer-table__column {
|
||||
text-align: center;
|
||||
padding: 16px 16px;
|
||||
|
|
Loading…
Reference in New Issue