Template:ReportCard

Revision as of 08:36, 18 July 2023 by RAP (talk | contribs) (Created page with "<div class="report-card"> <div class="img-container"> <img class="comp-img" src="{{{companyImageUrl}}}" alt="" /> </div> <div class="card-body"> <div class="card-title"> <div style="display: flex; align-items: center; justify-content: center"> <div class="logo-container"> <img src="{{{companyLogoUrl}}}" class="logo zoom" alt="logo" /> </div> <div style="vertical-align: middle; margin: auto; flex: 5"> <b>{{ r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
   <img class="comp-img" src="{{{companyImageUrl}}}" alt="" />
         <img src="{{{companyLogoUrl}}}" class="logo zoom" alt="logo" />
     
     {{{summary}}}
   <button
     *ngIf="mode == 'investor'"
     type="button"
     class="learn-more"
     (click)="openReportPreview(report)"
   >
     Learn More
   </button>
       <button
         type="button"
         class="view-more"
         (click)="openReportPreview(report)"
       >
         ⛶ View More
       </button>
       <button type="button" class="edit" (click)="openEditReport(report)">
         🖉 Edit
       </button>