aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/home/home.component.html
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-23 18:59:27 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-23 18:59:27 +0200
commitc71ced076e4e0b713d428eca304f541f02c8ee6f (patch)
tree8d5a40d1d08355cfe1fa51d42fa0105949d845f4 /frontend/src/app/_pages/home/home.component.html
parent2cf5c882b130b00ea906cfaafc7fef2e4eeefa6c (diff)
Doterao stil za playlist komponentu, i tabelu podataka. Dodao arhivu u navbar i obrisao neke stare rute.
Diffstat (limited to 'frontend/src/app/_pages/home/home.component.html')
-rw-r--r--frontend/src/app/_pages/home/home.component.html57
1 files changed, 1 insertions, 56 deletions
diff --git a/frontend/src/app/_pages/home/home.component.html b/frontend/src/app/_pages/home/home.component.html
index b673d074..f73e7571 100644
--- a/frontend/src/app/_pages/home/home.component.html
+++ b/frontend/src/app/_pages/home/home.component.html
@@ -3,7 +3,7 @@
<img src="../../../assets/images/logo_igrannonica_temp.png" class="bi me-2" width="256" height="256" role="img">
</div>
- <div *ngIf="shared.loggedIn" class="d-flex flex-column align-items-center">
+ <div class="d-flex flex-column align-items-center">
<div class="rounded-pill bg-light px-4 m-4 shadow-accent position-relative">
<a routerLink="experiment" class="stretched-link">
@@ -13,62 +13,7 @@
</a>
</div>
- <div id="cards" class="row align-items-view align-items-stretch justify-content-center">
- <div class="card shadowed bg-light text-light col-3 m-3" style="width: 18rem;">
- <div class="card-body">
- <mat-icon width="48px" height="48px" style="font-size: 48px; margin-left: 50%; transform: translateX(-100%);">storage</mat-icon>
- <h3 class="card-title my-2">Moji izvori podataka</h3>
- <p class="card-text">
- <a class="stretched-link" routerLink="my-datasets">Preuredite</a> vaše izvore podataka, ili dodajte novi.
- </p>
- </div>
- </div>
- <div class="card shadowed bg-light text-light col-3 m-3" style="width: 18rem;">
- <div class="card-body">
- <mat-icon width="48px" height="48px" style="font-size: 48px; margin-left: 50%; transform: translateX(-100%);">model_training
- </mat-icon>
- <h3 class="card-title my-2">Moji modeli</h3>
- <p class="card-text">
- <a class="stretched-link" routerLink="my-models">Pregledajte</a> vaše modele, menjajte ih, napravite nove modele, ili ih obrišite.
- </p>
- </div>
- </div>
- <div class="card shadowed bg-light text-light col-3 m-3" style="width: 18rem;">
- <div class="card-body">
- <mat-icon width="48px" height="48px" style="font-size: 48px; margin-left: 50%; transform: translateX(-100%);">batch_prediction
- </mat-icon>
- <h3 class="card-title my-2">Rezultati treniranja</h3>
- <p class="card-text">
- <a class="stretched-link" routerLink="my-predictors">Pregledajte</a> sve vaše trenirane modele, koristite ih da predvidite vrednosti za red ili skup podataka, ili ih obrišite.
- </p>
- </div>
- </div>
- </div>
- </div>
- <div *ngIf="publicDatasets.length > 0" class="my-5">
- <!--<div class="rounded-pill bg-light px-4 m-2 mt-5 text-center">
- <h2 class="my-2">Pogledajte javne izvore podataka!</h2>
- </div>
- <app-carousel [items]="publicDatasets" [type]="'Dataset'">
- </app-carousel>-->
- <app-playlist [datasets]="publicDatasets"></app-playlist>
-
- <div class="rounded-pill bg-light p-4 m-2 text-center position-relative">
- <a routerLink="browse-datasets" class="stretched-link">Pogledaj sve javne izvore podataka...</a>
- </div>
</div>
-
- <!--<div *ngIf="publicPredictors.length > 0">
- <div class="rounded-pill bg-light px-4 m-2 mt-5 text-center">
- <h2 class="my-2">Iskoristite već trenirane modele!</h2>
- </div>
- <app-carousel [items]="publicPredictors" [type]="'Predictor'">
- </app-carousel>
-
- <div class="rounded-pill bg-light p-4 m-2 text-center position-relative">
- <a routerLink="browse-predictors" class="stretched-link">Pogledaj sve javne trenirane modele...</a>
- </div>
- </div>-->
</div> \ No newline at end of file