unbrand a bit

deepcrayon
jebba 2021-04-05 11:41:26 -06:00
parent 8ef0a2a3d5
commit 0ce520d1d5
1 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,8 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/main.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Trezor {{.CoinLabel}} Explorer">
<title>Trezor {{.CoinLabel}} Explorer</title>
<meta name="description" content="{{.CoinLabel}} Explorer">
<title>{{.CoinLabel}} Explorer</title>
</head>
<body>
@ -16,7 +16,7 @@
<div class="container">
<nav class="navbar navbar-expand-md navbar-dark bg-trezor">
<a class="navbar-brand" href="/" title="Home">
<div alt="Trezor Wallet" style="margin-top: 3px;">
<div alt="Wallet" style="margin-top: 3px;">
<svg width="100" version="1.1" id="logotyp" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 163.7 41.9" space="preserve">
<polygon points="101.1,12.8 118.2,12.8 118.2,17.3 108.9,29.9 118.2,29.9 118.2,35.2 101.1,35.2 101.1,30.7 110.4,18.1 101.1,18.1"></polygon>
<path d="M158.8,26.9c2.1-0.8,4.3-2.9,4.3-6.6c0-4.5-3.1-7.4-7.7-7.4h-10.5v22.3h5.8v-7.5h2.2l4.1,7.5h6.7L158.8,26.9z M154.7,22.5h-4V18h4c1.5,0,2.5,0.9,2.5,2.2C157.2,21.6,156.2,22.5,154.7,22.5z"></path>
@ -50,6 +50,7 @@
</form>
</span>
{{- end -}}
<!--
<ul class="navbar-nav ml-md-auto">
<li class="nav-item">
<a href="https://trezor.io/" class="nav-link">Trezor</a>
@ -61,6 +62,7 @@
<a href="https://trezor.io/support" class="nav-link">Support</a>
</li>
</ul>
-->
</div>
</nav>
</div>
@ -73,6 +75,7 @@
<footer id="footer" class="footer">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark bg-trezor">
<!--
<span class="navbar-nav">
<a class="nav-link" href="https://satoshilabs.com/" target="_blank" rel="noopener noreferrer">© 2021 SatoshiLabs</a>
</span>
@ -82,10 +85,8 @@
<span class="navbar-nav ml-md-auto">
<a href="/sendtx" class="nav-link">Send Transaction</a>
</span>
<span class="navbar-nav ml-md-auto d-md-flex d-none">
<a class="nav-link active" rel="noopener noreferrer" href="http://shop.trezor.io">Don't have a Trezor? Get one!</a>
</span>
</nav>
-->
</div>
</footer>
</body>