refont back express
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
<section class="text-gray-600 body-font">
|
||||
<div class="container px-5 py-24 mx-auto">
|
||||
<div class="flex flex-wrap -m-4">
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/420x260">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">The Catalyzer</h2>
|
||||
<p class="mt-1">$16.00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/421x261">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">Shooting Stars</h2>
|
||||
<p class="mt-1">$21.15</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/422x262">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">Neptune</h2>
|
||||
<p class="mt-1">$12.00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/423x263">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">The 400 Blows</h2>
|
||||
<p class="mt-1">$18.40</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/424x264">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">The Catalyzer</h2>
|
||||
<p class="mt-1">$16.00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/425x265">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">Shooting Stars</h2>
|
||||
<p class="mt-1">$21.15</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/427x267">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">Neptune</h2>
|
||||
<p class="mt-1">$12.00</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
|
||||
<a class="block relative h-48 rounded overflow-hidden">
|
||||
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="https://dummyimage.com/428x268">
|
||||
</a>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-gray-500 text-xs tracking-widest title-font mb-1">CATEGORY</h3>
|
||||
<h2 class="text-gray-900 title-font text-lg font-medium">The 400 Blows</h2>
|
||||
<p class="mt-1">$18.40</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
0
src/app/public/pages/search/search.component.css
Normal file
0
src/app/public/pages/search/search.component.css
Normal file
0
src/app/public/pages/search/search.component.html
Normal file
0
src/app/public/pages/search/search.component.html
Normal file
19
src/app/public/pages/search/search.component.ts
Normal file
19
src/app/public/pages/search/search.component.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {ReactiveFormsModule} from '@angular/forms';
|
||||
import {NgForOf, NgIf} from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-search',
|
||||
imports: [
|
||||
NgIf,
|
||||
NgForOf,
|
||||
ReactiveFormsModule
|
||||
],
|
||||
templateUrl: './search.component.html',
|
||||
styleUrl: './search.component.css'
|
||||
})
|
||||
export class SearchComponent {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user