mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-16 04:30:08 +00:00
Added file structure for sections about | hero | header | projects, picked the fonts and colors
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<p>about-display works!</p>
|
||||
11
src/app/features/about-display/about-display.component.ts
Normal file
11
src/app/features/about-display/about-display.component.ts
Normal 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 {
|
||||
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<p class="!bg-red-500">Adam Logo</p>
|
||||
<p class="font-terminal-nier text-xl">AB</p>
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<section>
|
||||
<article><p>HERO SECTION</p></article>
|
||||
<article><p>CREATIVE DEVELOPER</p></article>
|
||||
</section>
|
||||
11
src/app/features/hero-display/hero-display.component.ts
Normal file
11
src/app/features/hero-display/hero-display.component.ts
Normal 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 {
|
||||
|
||||
}
|
||||
@@ -1 +1,4 @@
|
||||
<p>projects-list works!</p>
|
||||
<section>
|
||||
<article><p>PROJECT LIST</p></article>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user