mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-22 16:04:08 +01:00
home page
This commit is contained in:
parent
dd1b2763d8
commit
5608fa4184
18 changed files with 546 additions and 103 deletions
|
|
@ -1,3 +1,35 @@
|
|||
<div class="row">
|
||||
Home
|
||||
<div class="col-12">
|
||||
<ngx-home-banner></ngx-home-banner>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="category">
|
||||
<a href="" *ngFor="let category of categories">
|
||||
<div class="text-container">
|
||||
<nb-icon [icon]="category.icon" pack="eva"></nb-icon>
|
||||
<span class="title">{{category.name}}</span>
|
||||
<i class="line"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-12 ad-row">
|
||||
<div class="ad-container">
|
||||
<div class="ad"><p>Publicidade</p></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<div class="d-flex flex-col">
|
||||
<h2>Anúncios patrocinados</h2>
|
||||
</div>
|
||||
<div class="d-flex flex-row flex-nowrap overflow-auto">
|
||||
<div *ngFor="let product of products" class="card-col">
|
||||
<ngx-home-product></ngx-home-product>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue