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.
15 lines
545 B
HTML
15 lines
545 B
HTML
<ion-content>
|
|
<div style="display: block; text-align: center;">
|
|
<p *ngIf="!gifStatus" style="font-size: 20px;">Detecting NFC for marking attendance</p>
|
|
<p *ngIf="gifStatus" style="font-size: 20px;">Swipe Attendance Done!</p>
|
|
</div>
|
|
|
|
<div *ngIf="!gifStatus" style="display: block; text-align: center;margin-top: -50px;">
|
|
<img src="../assets/imgs/rippleNFC.gif" />
|
|
</div>
|
|
|
|
<div *ngIf="gifStatus" style="display: block; text-align: center;margin-top: 25%;">
|
|
<img src="../assets/imgs/check.png" />
|
|
</div>
|
|
|
|
</ion-content> |