Showcase

<div id="cards-list">

  <div class="card">
    <div
      class="card-image"
      style={{ backgroundImage: "url('http://blog.bitfinex.com/wp-content/uploads/2016/12/bfxdata.jpg')" }}
    ></div>
    <div class="card-link">
      <a href="https://bfxdata.com/" target="_blank">Bfxdata.com</a>
    </div>
  </div>

  <div class="card">
    <div
      class="card-image"
      style={{ backgroundImage: "url('http://blog.bitfinex.com/wp-content/uploads/2016/12/mobile-app.jpg')" }}
    ></div>
    <div class="card-link">
      <a href="https://www.bitfinex.com/app" target="_blank">Bitfinex Mobile app</a>
    </div>
  </div>

  <div class="card">
    <div
      class="card-image"
      style={{ background: "azure", fontSize: "6rem", textAlign: "center" }}
    >
      php
    </div>
    <div class="card-link">
      <a href="https://github.com/mariodian/bitfinex-auto-lend" target="_blank">Bitfinex Autolend Bot</a>
    </div>
  </div>

  <div class="card">
    <div
      class="card-image"
      style={{ backgroundImage: "url('https://cdn-std.dprcdn.net/files/acc_572093/D88Zeo')" }}
    ></div>
    <div class="card-link">
      <a href="https://cryptolend.net/" target="_blank">CryptoLend</a>
    </div>
  </div>

  <div class="card">
    <div
      class="card-image"
      style={{ backgroundImage: "url('https://cdn-std.dprcdn.net/files/acc_572093/A83wbt')" }}
    ></div>
    <div class="card-link">
      <a href="https://coinlend.org/" target="_blank">CoinLend</a>
    </div>
  </div>

  <div class="card">
    <div
      class="card-image"
      style={{ background: "grey", fontSize: "6rem", textAlign: "center" }}
    >
      ...
    </div>
    <div class="card-link">
      <a href="mailto:[email protected]" target="_blank">Submit your showcase!</a>
    </div>
  </div>

</div>

<strong>Want to add your app here? Contact us at <a href="mailto:[email protected]">[email protected]</a> to submit your showcase!</strong>