Skip to content

Commit

Permalink
Update Menu: Add jade logo and green logo (#414)
Browse files Browse the repository at this point in the history
Remove assets-minimal-json file

Co-authored-by: Adebayo Oriyomi <[email protected]>
  • Loading branch information
adebayooriyomi and Adebayo Oriyomi authored Oct 24, 2022
1 parent 00097a0 commit ce72674
Show file tree
Hide file tree
Showing 14 changed files with 763 additions and 29 deletions.
28 changes: 22 additions & 6 deletions client/src/views/nav-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,28 @@ export default (t, theme, page) =>
<div className="section1">
<h4 className="menu-title">Wallets</h4>
<div className="wallets-link">
<p>Blockstream Green</p>
<div>
<a href="https://apps.apple.com/us/app/green-bitcoin-wallet/id1402243590" target="_blank"><img src={`${staticRoot}img/icons/apple.png`} /><span>App Store</span></a>
<a href="https://play.google.com/store/apps/details?id=com.greenaddress.greenbits_android_wallet" target="_blank"><img src={`${staticRoot}img/icons/google-play.png`} /><span>Google Play</span></a>
<a href="https://github.com/Blockstream/green_qt/releases/download/release_0.1.5/BlockstreamGreen-x86_64.AppImage"><img src={`${staticRoot}img/icons/linux.png`} /><span>Linux</span></a>
<div className="wallets-logo">
<a href="https://store.blockstream.com/product/blockstream-jade/?utm_source=Blockstream_Explorer&utm_medium=referral&utm_campaign=Blockstream_Explorer_Banner" className="darkmode" target="_blank"><img src={`${staticRoot}img/icons/jade_logo.svg`} alt="jade logo"/></a>
<a href="https://blockstream.com/green/" className="darkmode" target="_blank"><img className="green-logo" src={`${staticRoot}img/icons/green_logo.svg`} alt="green logo"/></a>
<a href="https://store.blockstream.com/product/blockstream-jade/?utm_source=Blockstream_Explorer&utm_medium=referral&utm_campaign=Blockstream_Explorer_Banner" className="lightmode" target="_blank"><img src={`${staticRoot}img/icons/jade_logo_light.svg`} alt="jade logo"/></a>
<a href="https://blockstream.com/green/" className="lightmode" target="_blank"><img className="green-logo" src={`${staticRoot}img/icons/green_logo_light.svg`} alt="green logo"/></a>
</div>
<div className="store-icons">
<a href="https://apps.apple.com/us/app/green-bitcoin-wallet/id1402243590" target="_blank">
<img className="darkmode" src={`${staticRoot}img/icons/apple.png`} />
<img className="lightmode" src={`${staticRoot}img/icons/apple_dark.png`} />
<span>App Store</span>
</a>
<a href="https://play.google.com/store/apps/details?id=com.greenaddress.greenbits_android_wallet" target="_blank">
<img className="darkmode" src={`${staticRoot}img/icons/google-play.png`} />
<img className="lightmode" src={`${staticRoot}img/icons/google-play_dark.png`} />
<span>Google Play</span>
</a>
<a href="https://github.com/Blockstream/green_qt/releases/download/release_0.1.5/BlockstreamGreen-x86_64.AppImage">
<img className="darkmode" src={`${staticRoot}img/icons/linux.png`} />
<img className="lightmode" src={`${staticRoot}img/icons/linux_dark.png`} />
<span>Linux</span>
</a>
<a href="https://blockstream.com/green/" target="_blank">+4 more</a>
</div>
</div>
Expand Down Expand Up @@ -55,7 +72,6 @@ export default (t, theme, page) =>
<li><a href="https://blockstream.com/liquid/" target="_blank">Liquid Network</a></li>
<li><a href="https://blockstream.com/mining/" target="_blank">Blockstream Mining</a></li>
<li><a href="https://blockstream.com/amp/" target="_blank">Blockstream AMP</a></li>
<li><a href="https://blockstream.com/jade/" target="_blank">Blockstream Jade</a></li>
<li><a href="https://blockstream.com/satellite/" target="_blank">Blockstream Satellite</a></li>
<li><a href="https://blockstream.com/cryptofeed/" target="_blank">Crypto Data Feed</a></li>
<li><a href="https://blockstream.com/lightning/" target="_blank">Core Lightning</a></li>
Expand Down
6 changes: 5 additions & 1 deletion flavors/blockstream/extras.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
.navbar-brand::before {
background: url(img/icons/blockstream-logo-text.svg);
background: url(img/icons/explorer_logo.svg);
background-size: cover;
width: 240px;
margin: 0;
background-repeat: no-repeat;
}

.theme-light .navbar-brand::before {
background: url(img/icons/explorer_dark_logo.svg);
}

.footer-logo::before {
width: 220px;
height: 93px;
Expand Down
119 changes: 119 additions & 0 deletions flavors/blockstream/www/img/icons/explorer_dark_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ce72674

Please sign in to comment.