typescript/ionic/angular front end project

1234567891011121314151617181920
  1. <ion-view title="Redeemed Page" id="page4">
  2. <ion-content padding="true" class="has-header">
  3. <div class="list card" id="redeemedPage-card26">
  4. <ion-item class="item-thumbnail-left" id="redeemedPage-list-item14">
  5. <h2>One Time Promotion 2</h2>
  6. <p>$50 for new checking account</p>
  7. </ion-item>
  8. <div class="item item-body" id="redeemedPage-list-item-container7">
  9. <div id="redeemedPage-markdown7" class="show-list-numbers-and-dots">
  10. <p style="margin-top:0px;color:#000000;">
  11. <strong>Alice's Bank</strong>
  12. <br>
  13. <strong>Details</strong> Open a checking account and get $50 deposited
  14. <br>
  15. <strong>Redeemed on</strong> 01/01/2018</p>
  16. </div>
  17. </div>
  18. </div>
  19. </ion-content>
  20. </ion-view>