Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

[FIX] add GateHub logo (RT-3516) #2599

Merged
merged 1 commit into from
Sep 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/gateway_logos/gw_gatehub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions img/gateway_logos/gw_gatehub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/templates/client/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ div#wrapper
a(href="https://www.ripplesingapore.com/", target="_blank", l10n)
img.img-responsive.gateway(src="img/gateway_logos/gw_ripplesingapore.svg")
.col-xs-6.col-sm-2.gatewayExample
a(href="https://snapswap.us/", target="_blank", l10n)
img.img-responsive.gateway(src="img/gateway_logos/gw_snapswap.svg")
a(href="https://gatehub.net/", target="_blank", l10n)
img.img-responsive.gateway(src="img/gateway_logos/gw_gatehub.svg")

// Footer
footer.container(ng-hide="pageLoading", ng-class="{ 'loggedOut': !loginStatus }")
Expand Down