Skip to content
Snippets Groups Projects
Commit bf843774 authored by MEKHININI ELIES's avatar MEKHININI ELIES :speech_balloon:
Browse files

:twisted_rightwards_arrows: merge :twisted_rightwards_arrows: fix deleted divs

Merge branch 'fix/52-fix-css-profile' into 'develop'
parents 67793024 98662ca6
1 merge request!51🔀 fix deleted divs
Pipeline #303462 passed with stages
in 59 seconds
......@@ -6,22 +6,21 @@
<div class="container">
<div class="grid-profile">
<div class="profile_info">
<img
src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_1280.png"
alt="profile picture"
/>
<img src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_1280.png"
alt="profile picture" />
<h3>User Name</h3>
</div>
<hr />
<div class="profile_stats">
<img
src="https://img.uxcel.com/tags/key-performance-indicator-kpi-1698250709411-2x.jpg"
alt="stats"
/>
<img src="https://img.uxcel.com/tags/key-performance-indicator-kpi-1698250709411-2x.jpg"
alt="stats" />
</div>
</div>
</div>
<app-sign *ngIf="!isLogged"></app-sign>
<h3 *ngIf="!isLogged">Not Logged in</h3>
<div *ngIf="!isLogged" class="grid">
<app-sign *ngIf="!isLogged"></app-sign>
</div>
<div *ngIf="isLogged">
<h3>Your quizzes</h3>
<div class="grid">
......@@ -42,4 +41,4 @@
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment