stack-wallet-website/_includes/footer.html

41 lines
2.3 KiB
HTML

<footer>
<div class="pre-footer container">
<div class="row">
<div class="col">
<img src="/img/stack-logo-full.svg" class="logo-foot">
<div class="social">
<ul>
<li><a href="https://t.me/stackwallet" target="_blank"><i class="icon-telegram-arrow"></i></a></li>
<li><a href="https://discord.gg/RZMG3yUm" target="_blank"><i class="icon-discord"></i></a></li>
<li><a href="https://www.reddit.com/r/stackwallet/" target="_blank"><i class="icon-reddit"></i></a></li>
<li><a href="https://twitter.com/stack_wallet" target="_blank"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCqCtpXsLyNIle1uOO2DU7JA" target="_blank"><i class="icon-youtube"></i></a></li>
<li><a href="#github" target="_blank"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
<div class="col">
<div class="about-foot">
<p>Stack Wallet was put together because, despite many wallet options existing, none of them quite met the criteria we wanted for a crypto wallet. Some were open source, but had a terrible user experience, others were single coin only, and still others had good design, but the source code was closed, leading to very high trust involved.</p>
<p>Most wallets were some combination of the above, but never all of them at once. Enter Stack Wallet, the first multicoin, open-source wallet, that sticks to its ideals, and looks good doing it.</p>
</div>
</div>
</div>
</div>
<div class="bottom-row">
<div class="container">
<div class="row">
<div class="col">
<p>Copyright © 2022 Stack Wallet LLC</p>
</div>
<div class="col">
<p><a href="/terms-of-service.html">Terms of service</a></p>
<p><a href="/privacy-policy.html">Privacy policy</a></p>
<p><a href="#">Codebase</a></p>
</div>
</div>
</div>
</div>
</footer>