Skip to content

Commit

Permalink
Use .svg file for wallet qr code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Mar 16, 2020
1 parent 3be824f commit 7a02eaf
Show file tree
Hide file tree
Showing 5 changed files with 1,590 additions and 4 deletions.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,14 @@
<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-126660701-1">
</script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}
gtag('js',new Date());gtag('config','UA-126660701-1')</script>
<script>window.dataLayer = window.dataLayer || []

function gtag () {
dataLayer.push(arguments)
}

gtag('js', new Date())
gtag('config', 'UA-126660701-1')</script>
</head>
<body class="light">

Expand Down Expand Up @@ -149,7 +155,7 @@ <h2>Django Secret Key Generator</h2>
<div class="ui two column divided center aligned grid">
<div class=column>
<h4 class="ui header">Bitcoin</h4>
<img src="static/images/bitcoin-wallet-qr.png"
<img src="static/images/bitcoin-wallet-qr.svg"
width=80 height=80
class="ui centered tiny image"
title="Bitcoin Wallet" alt="Bitcoin Wallet">
Expand All @@ -159,7 +165,7 @@ <h4 class="ui header">Bitcoin</h4>
</div>
<div class=column>
<h4 class="ui header">Ethereum</h4>
<img src="static/images/ethereum-wallet-qr.png"
<img src="static/images/ethereum-wallet-qr.svg"
width=80 height=80
class="ui centered tiny image"
title="Ethereum Wallet" alt="Ethereum Wallet">
Expand Down
Binary file removed static/images/bitcoin-wallet-qr.png
Binary file not shown.
Loading

0 comments on commit 7a02eaf

Please sign in to comment.