Browse Source

Changeto arm png and favicon

pull/32/merge
Luke Childs 2 years ago
parent
commit
afe6892f47
  1. BIN
      arm.png
  2. 4
      index.html
  3. 4
      style.css

BIN
arm.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

4
index.html

@ -1,7 +1,7 @@
<html>
<head>
<title>How Many Confs?</title>
<link rel="shortcut icon" href="node_modules/cryptocurrency-icons/128/color/btc.png">
<link rel="shortcut icon" href="arm.png">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="description" content="How many confirmations are equivalent to 6 Bitcoin confirmations?">
@ -18,7 +18,7 @@
<div class="wrapper">
<div class="icons">
<img class="bitcoin-logo" src="node_modules/cryptocurrency-icons/svg/color/btc.svg" alt="btc">
<span class="arm">💪</span>
<img class="arm" src="arm.png" />
</div>
<h1>How many confirmations are equivalent<sup><a rel="noopener noreferrer" target="_blank" href="//github.com/lukechilds/howmanyconfs.com/blob/master/README.md#how-are-these-values-calculated">*</a></sup> to 6 Bitcoin confirmations?</h1>
</div>

4
style.css

@ -32,9 +32,7 @@ header .bitcoin-logo {
}
header .arm {
font-size: 90px;
position: relative;
top: -10px;
width: 90px;
}
header h1 {

Loading…
Cancel
Save