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 @@
<p>about-display works!</p>

View File

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

View File

@@ -1 +1 @@
<p class="!bg-red-500">Adam Logo</p>
<p class="font-terminal-nier text-xl">AB</p>

View File

@@ -0,0 +1,4 @@
<section>
<article><p>HERO SECTION</p></article>
<article><p>CREATIVE DEVELOPER</p></article>
</section>

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 {
}

View File

@@ -1 +1,4 @@
<p>projects-list works!</p>
<section>
<article><p>PROJECT LIST</p></article>
</section>