Added file structure for sections about | hero | header | projects, picked the fonts and colors

This commit is contained in:
AdamBtech
2025-05-20 10:44:59 +02:00
parent 28089215f2
commit 4517ca0201
19 changed files with 141 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-hero-display',
imports: [],
templateUrl: './hero-display.component.html',
styleUrl: './hero-display.component.css'
})
export class HeroDisplayComponent {
}