|
|
@ -3,11 +3,13 @@
|
|
|
|
<!--on small screen-->
|
|
|
|
<!--on small screen-->
|
|
|
|
<mat-toolbar color="primary" id="toolbar" fxShow="true" fxHide.gt-sm="true">
|
|
|
|
<mat-toolbar color="primary" id="toolbar" fxShow="true" fxHide.gt-sm="true">
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<div class="hover-box">
|
|
|
|
<div class="hover-box" matTooltip="upload new picture" *ngIf="ownProfile">
|
|
|
|
<img class="profile-picture" src="https://material.angular.io/assets/img/examples/shiba1.jpg"/>
|
|
|
|
<img class="profile-picture" src="https://material.angular.io/assets/img/examples/shiba1.jpg"/>
|
|
|
|
<mat-icon id="icon">camera_alt</mat-icon>
|
|
|
|
<mat-icon id="icon">camera_alt</mat-icon>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div *ngIf="!ownProfile">
|
|
|
|
|
|
|
|
<img class="profile-picture" src="https://material.angular.io/assets/img/examples/shiba1.jpg"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<span id="username">{{userProfile.username}}</span>
|
|
|
|
<span id="username">{{userProfile.username}}</span>
|
|
|
|
<button mat-icon-button
|
|
|
|
<button mat-icon-button
|
|
|
@ -42,7 +44,13 @@
|
|
|
|
<!--on big screen-->
|
|
|
|
<!--on big screen-->
|
|
|
|
<mat-toolbar color="primary" id="toolbar" fxShow="true" fxHide.lt-md="true">
|
|
|
|
<mat-toolbar color="primary" id="toolbar" fxShow="true" fxHide.lt-md="true">
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<mat-toolbar-row>
|
|
|
|
<div class="profile-picture"></div>
|
|
|
|
<div class="hover-box" matTooltip="upload new picture" *ngIf="ownProfile">
|
|
|
|
|
|
|
|
<img class="profile-picture" src="https://material.angular.io/assets/img/examples/shiba1.jpg"/>
|
|
|
|
|
|
|
|
<mat-icon id="icon">camera_alt</mat-icon>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div *ngIf="!ownProfile">
|
|
|
|
|
|
|
|
<img class="profile-picture" src="https://material.angular.io/assets/img/examples/shiba1.jpg"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<span id="username">{{userProfile.username}}</span>
|
|
|
|
<span id="username">{{userProfile.username}}</span>
|
|
|
|
<span id="handle">@{{userProfile.handle}}</span>
|
|
|
|
<span id="handle">@{{userProfile.handle}}</span>
|
|
|
|
<button mat-icon-button
|
|
|
|
<button mat-icon-button
|
|
|
|