Website/_includes/about.html
2021-01-26 16:38:24 +01:00

60 lines
3.1 KiB
HTML

<div class="uk-section">
<div class="uk-container">
<h2 class="uk-h2">About</h2>
<p class="uk-text-lead">The BlueWallet project born out of the ashes of the 2017 bull-run. With the frustration of not finding a wallet for our Bitcoin needs. Where we could have a Bitcoin only wallet and full control of the transactions. At the time, there wasn't a single Bitcoin wallet available for iOS that was bitcoin-only, supported Segwit and where we could have fee control. So we decided to build it.</p>
<br />
<p class="uk-text-lead">Our commitment is to build the best Bitcoin wallet we can. With strong focus on open source fundations, self-sovereign principles, decentralization and the Cypherpunk's Manifesto. We will iterate slowly, we will not build it in one day, but we will get there.</p>
</div>
</div>
<div class="uk-section">
<div class="uk-container">
<h2 class="uk-h2">Who are we</h2>
<p class="uk-text-lead">We are a collective of developers and designers focused on bringing tools to self-sovereignity, personal property security and privacy.</p><br />
<p class="uk-text-lead">Reach out, we will appreciate your feedback.</p>
<div class="uk-child-width-1-3@m uk-grid-match uk-text-center uk-margin-medium-top uk-grid-small" data-uk-grid>
<div>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium people">
<a href="https://twitter.com/overtorment" target="_blank">
<img class="uk-width-small" src="{{ site.uploads | absolute_url }}igor.png">
<h3 class="uk-card-title uk-margin">Igor Korsakov</h3>
<ul class="uk-list">
<li>London/Engineering</li>
</ul>
</a>
</div>
</div>
<div>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium people">
<a href="https://twitter.com/nvcoelho" target="_blank">
<img class="uk-width-small" src="{{ site.uploads | absolute_url }}nuno.png">
<h3 class="uk-card-title uk-margin">Nuno Coelho</h3>
<ul class="uk-list">
<li>Barcelona/Product & UX</li>
</ul>
</a>
</div>
</div>
<div>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium people">
<a href="https://twitter.com/marcosrdz" target="_blank">
<img class="uk-width-small" src="{{ site.uploads | absolute_url }}marcos.png">
<h3 class="uk-card-title uk-margin">Marcos Rodriguez</h3>
<ul class="uk-list">
<li>Miami/Engineering</li>
</ul>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="uk-section">
<div class="uk-container uk-text-center">
<h2 class="uk-h2">Contact us</h2>
<ul class="uk-list">
<li>bluewallet@bluewallet.io</li>
</ul>
</div>
</div>