Skip to content

Commit

Permalink
rework infobox again
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Sep 15, 2013
1 parent 22c875d commit 5f7b074
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
<body onload="coinmap()">
<div id="map"></div>
<div id="footer">
Click this <a href="http://www.youtube.com/watch?v=FLpe8YDf8P0" target="_blank">short instructional video</a> to see how to add a new venue!<br/>
Click this <a href="http://www.youtube.com/watch?v=FLpe8YDf8P0" target="_blank">short instructional video</a> to see how to add a new place that accepts Bitcoins ...<br/>

If you want to add a place, head to <a href="http://www.openstreetmap.org/edit" target="_blank">OpenStreetMap editor</a> and add <strong>payment:bitcoin=yes</strong> tag to your venue.<br/>
... or go directly to <a href="http://www.openstreetmap.org/edit" target="_blank">OpenStreetMap editor</a> and add <strong>payment:bitcoin=yes</strong> tag to your venue.<br/>

Venue data are updated every 15 minutes. Currently there are <span id="count"><b>0</b></span> places accepting Bitcoin on the map.<br/>
Donations are welcome at <a href="bitcoin:1BnpG4jddgNXsQBQjsU8BS3F1Ubm9XgVah">1BnpG4jddgNXsQBQjsU8BS3F1Ubm9XgVah</a><br/>

Donations are welcome at <a href="bitcoin:1BnpG4jddgNXsQBQjsU8BS3F1Ubm9XgVah">1BnpG4jddgNXsQBQjsU8BS3F1Ubm9XgVah</a> | Source code available from <a href="https://github.com/prusnak/coinmap" target="_blank">Github</a>
Venue data are updated every 15 minutes. Currently there are <span id="count"><b>0</b></span> places on the map.<br/>

Official <a href="https://bitcointalk.org/index.php?topic=175900">BitcoinTalk thread</a> | Source code available from <a href="https://github.com/prusnak/coinmap" target="_blank">Github</a><br/>
</div>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-15639638-7', 'coinmap.org');ga('send', 'pageview');</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
z-index: 7;
left: 0px;
bottom: 0px;
line-height: 150%;
line-height: 200%;
}

a {
Expand Down

0 comments on commit 5f7b074

Please sign in to comment.