You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
853 B
HTML
26 lines
853 B
HTML
<div class="team-member-container">
|
|
<ion-row>
|
|
<ion-col [size]="3">
|
|
<div class="user-image-container present">
|
|
<div class="user-image">
|
|
<img [src]="employeeImage" alt="Team Member Image"/>
|
|
</div>
|
|
</div>
|
|
</ion-col>
|
|
<ion-col [size]="9" style="padding: 8px 15px 0;">
|
|
<div>
|
|
<span class="employee-name">
|
|
<h2 class="name">{{name}}</h2>
|
|
<span class="title">{{title}}</span>
|
|
</span>
|
|
<span class="image-container">
|
|
<img src="../assets/imgs/green_call_icon.png" >
|
|
</span>
|
|
</div>
|
|
<div class="swipe-information">
|
|
<span class="check-in"><strong>Check-In:</strong> {{checkIn}}</span>
|
|
<span><strong>Check-Out:</strong> {{checkOut}}</span>
|
|
</div>
|
|
</ion-col>
|
|
</ion-row>
|
|
</div> |