blowfish/site/index.html

79 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blowfish</title>
<link rel="stylesheet" href="https://use.typekit.net/meh5rjc.css" />
<link rel="stylesheet" href="styles.css" />
<meta property="og:title" content="Blowfish" />
<meta
property="og:description"
content="Desktop app to retrieve and display your total Ocean Token balances."
/>
<meta property="og:image" content="https://getblow.fish/screens.png" />
<meta property="og:url" content="https://getblow.fish" />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div class="layout">
<header class="header">
<h1>Blowfish</h1>
<strong>
Desktop app to retrieve and display your total Ocean Token balances.
</strong>
</header>
<figure class="screen">
<img src="screens.png" />
</figure>
<main>
<ul class="downloads">
<li>
<a
class="button"
href="https://github.com/kremalicious/blowfish/releases"
>
Download
</a>
</li>
</ul>
<p class="release">
Latest release:
<a href="https://github.com/kremalicious/blowfish/releases">
<span class="release__tag">...</span>
</a>
<span class="release__date">...</span>
</p>
</main>
<footer class="footer">
<p class="credit">
Made with ♥ by
<a href="https://matthiaskretschmann.com">Matthias Kretschmann</a>
</p>
<p class="thanks">
<span>Say thanks with OCEAN or ETH</span>
<code>0xf50F267b5689b005FE107cfdb34619f24c014457</code>
</p>
<p class="thanks">
<span>Say thanks with BTC</span>
<code>3DiHNMt875UWa2j73qFpr3cVB9foFhYArc</code>
</p>
</footer>
</div>
<script src="scripts.js"></script>
<script
async
defer
data-website-id="59d4d771-8a0e-4d37-98cf-a8ba0c209a9f"
src="https://analytics.kretschmann.io/script.js"
></script>
</body>
</html>