|
|
|
|
<ion-content dir="ltr" *ngIf="userInfo.company_type == 'CS'">
|
|
|
|
|
<ion-grid class="card-size">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col size='6'>
|
|
|
|
|
<img class="logo-img-style" [src]='userInfo.company_logo' alt="https://hmgwebservices.com/images/Moheem/CS.jpg"/>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col size='6'>
|
|
|
|
|
<img class="qr-style" [src]="userInfo.qr"/>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col size='12'>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h1 class='font-text-style' style="font-size: 20px !important; width: 200%;">{{userInfo.name_en}}</h1>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<!-- <ion-col size='6'>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h1 class='font-text-style name-ar-style'>{{userInfo.name_ar}}</h1>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col> -->
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.job_en}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style' style="position: relative; left: 398px; text-align: end;">{{userInfo.ar}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.mobile}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.email}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.company_url}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-grid>
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|
|
<!-- <ion-footer>
|
|
|
|
|
<div class="centerDiv" style="margin-top: 20px !important;">
|
|
|
|
|
<ion-button class="button-login" (click)="dismiss()"><b>{{ts.trPK('general','close')}}</b></ion-button>
|
|
|
|
|
</div>
|
|
|
|
|
</ion-footer> -->
|
|
|
|
|
|
|
|
|
|
<ion-content dir="ltr" *ngIf="userInfo.company_type != 'CS'">
|
|
|
|
|
<ion-grid class="cs-card-size">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col style="padding-left: 315px;">
|
|
|
|
|
<img class="logo-img-hmg-style" [alt]='userInfo.company_logo' src="../assets/icon/HMG_LOGO.png"/>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<img class="qr-img-hmg-style" [src]="userInfo.qr"/>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h1 class='font-text-style' style="font-size: 25px !important; width: 400px;">{{userInfo.name_en}}</h1>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row class="name-div">
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.job_en}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.mobile}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.email}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col>
|
|
|
|
|
<ion-label>
|
|
|
|
|
<h5 class='font-text-style'>{{userInfo.company_url}}</h5>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
</ion-grid>
|
|
|
|
|
</ion-content>
|