diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 2ba93ca..1f7c12a 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -1,31 +1,46 @@ import { Routes } from '@angular/router'; -import {AboutPage} from "./pages/about/about.page"; +import {BiographyPage} from "./pages/biography/biography.page"; import {BlogPage} from "./pages/blog/blog.page"; import {ProjectsPage} from "./pages/projects/projects.page"; import {HomePage} from "./pages/home/home.page"; import {PortfolioPage} from "./pages/portfolio/portfolio.page"; import {ContactMePage} from "./pages/contact-me/contact-me.page"; +import {PageComponent} from "./page/page.component"; +import {LikeDislikePage} from "./pages/like-dislike/like-dislike.page"; export const routes: Routes = [ - { path: '', component: HomePage }, { - path: 'about', - component: AboutPage, + path: '', + component: HomePage }, { - path : 'portfolio', - component: PortfolioPage, - }, - { - path : 'blog', - component: BlogPage, - }, - { - path: 'projects', - component: ProjectsPage, - }, - { - path: 'hello', - component: ContactMePage, + path: '', + component: PageComponent, + children: [ + { + path: 'biography', + component: BiographyPage, + }, + { + path : 'portfolio', + component: PortfolioPage, + }, + { + path: 'projects', + component: ProjectsPage, + }, + { + path: 'like-dislike', + component: LikeDislikePage, + }, + { + path : 'blog', + component: BlogPage, + }, + { + path: 'hello', + component: ContactMePage, + } + ] } ]; diff --git a/src/app/fish/fish.component.html b/src/app/fish/fish.component.html index d1f96fb..a5e5ac4 100644 --- a/src/app/fish/fish.component.html +++ b/src/app/fish/fish.component.html @@ -1,35 +1,37 @@ - +
+ class="h-[279px]"
+ alt="" height="300" width="300">
Since beginning my journey as a freelance designer over 11 years ago, I've done remote work for agencies, consulted for startups, and collaborated with talented people to create digital products for both business and consumer use. I'm quietly confident, naturally curious, and perpetually working on improving my chops one design problem at a time. - Designer - I value simple content structure, clean design patterns, and thoughtful interactions.
-
+ Greetings! I'm Lorenzo Iovino, and i hope that i would be something more that only a "Software Engineer" (that's my job and one of my passions)
+ I'm embarking on an exhilarating journey that began back in December 1988 and continues to evolve with each passing day.
+
+ Join me on this riveting expedition where technology meets creativity, thoughts are shared, and passions are pursued. That's my life.
+
like-dislike works!
+What i like and what i dislike in general, funny section diff --git a/src/app/pages/like-dislike/like-dislike.page.scss b/src/app/pages/like-dislike/like-dislike.page.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/pages/like-dislike/like-dislike.page.spec.ts b/src/app/pages/like-dislike/like-dislike.page.spec.ts new file mode 100644 index 0000000..1fc598f --- /dev/null +++ b/src/app/pages/like-dislike/like-dislike.page.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { LikeDislikePage } from './like-dislike.page'; + +describe('LikeDislikeComponent', () => { + let component: LikeDislikePage; + let fixture: ComponentFixtureIn the picturesque tranquility of Sicily, where time seems to gently sway with the olive groves, I've found not just a home but a canvas for my professional and personal growth. Balancing a thriving career with the joys of family life, Sicily offers a unique blend of serenity, culinary delights, and a pace of life that allows me to savor each moment. + + Let's continue this journey of innovation, where every line of code echoes the rich tapestry of experience and expertise. π
-My works
-My projects bla bla bla
-My projects bla bla bla
diff --git a/src/app/portfolio-card/portfolio-card.component.html b/src/app/portfolio-card/portfolio-card.component.html new file mode 100644 index 0000000..22dadff --- /dev/null +++ b/src/app/portfolio-card/portfolio-card.component.html @@ -0,0 +1,13 @@ +