|
|
|
|
@ -17,17 +17,17 @@
|
|
|
|
|
<div class="profileDiv">
|
|
|
|
|
<!-- <ion-img class="imgCircle" src="{{src}}"></ion-img> -->
|
|
|
|
|
<!-- <ion-img class="imgCircle" src="../assets/imgs/HMG.png"></ion-img> -->
|
|
|
|
|
<ion-img style="width: 60%" [src]="src" class="imgCircle" ></ion-img>
|
|
|
|
|
<ion-img [src]="src" class="imgCircle" ></ion-img>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<page-trailer [small]="true"></page-trailer>
|
|
|
|
|
|
|
|
|
|
<!-- <ion-footer> -->
|
|
|
|
|
<ion-footer>
|
|
|
|
|
<div class="centerDiv">
|
|
|
|
|
<app-file-uploder-profile (onimgLoad)="showImg($event)"></app-file-uploder-profile>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- </ion-footer> -->
|
|
|
|
|
</ion-footer>
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
|
|
|
|
|
|