You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
581 B

  1. <div class="container">
  2. <div class="row">
  3. <div class="col-sm-3">
  4. <div class="card" style="width: 18rem;">
  5. <img class="card-img-top" ng-src="http://localhost:8080/ipfs/QmUE6hhNsyUA5emj2dviVDNYK7mSbPeZmRKeCYthmtemeA" alt="Card image cap">
  6. <div class="card-body">
  7. <h5 class="card-title">Post1</h5>
  8. <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
  9. <a href="#" class="btn btn-primary">Go somewhere</a>
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. </div>