Skip to content
Snippets Groups Projects
Commit 98662ca6 authored by D3B1RUM4N's avatar D3B1RUM4N
Browse files

fix: fix deleted divs

parent 67793024
1 merge request!51🔀 fix deleted divs
Pipeline #303460 passed with stages
in 40 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