diff --git a/apps/website/public/assets/images/logo.svg b/apps/website/public/assets/images/logo.svg new file mode 100644 index 0000000..5bea54d --- /dev/null +++ b/apps/website/public/assets/images/logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/website/public/assets/images/valerymelou.jpg b/apps/website/public/assets/images/valerymelou.jpg index 1d83c30..99ba323 100644 Binary files a/apps/website/public/assets/images/valerymelou.jpg and b/apps/website/public/assets/images/valerymelou.jpg differ diff --git a/apps/website/public/favicon.ico b/apps/website/public/favicon.ico index 317ebcb..8c01fc2 100644 Binary files a/apps/website/public/favicon.ico and b/apps/website/public/favicon.ico differ diff --git a/libs/blog/feature-article/src/lib/blog-article.component.html b/libs/blog/feature-article/src/lib/blog-article.component.html index 6b770c1..8b031e5 100644 --- a/libs/blog/feature-article/src/lib/blog-article.component.html +++ b/libs/blog/feature-article/src/lib/blog-article.component.html @@ -1,4 +1,4 @@ -
+
Articles diff --git a/libs/blog/feature-home/src/lib/blog-home.component.html b/libs/blog/feature-home/src/lib/blog-home.component.html index 7273072..c07dced 100644 --- a/libs/blog/feature-home/src/lib/blog-home.component.html +++ b/libs/blog/feature-home/src/lib/blog-home.component.html @@ -2,11 +2,11 @@

- Inside my head + Tech thoughts

- I talk about Django, Angular... Web Development in general and many other - topics. These are just a few of the things in my head. + Diving into the world of Django, Angular, and programming in general. Expect + a mix of technical deep dives, project showcases, and industry insights.

+
+

+ The code of this website is available on + GitHub. +

+

+ All the content is from me and edited in + Contentful. +

+

© {{ date | date: 'yyyy' }} Valery Melou.

+

Coded in @@ -35,23 +54,5 @@ >.

-
-

- The code of this website is available on - GitHub. -

-

- All the content is from me and saved on - Contentful. -

-
diff --git a/libs/shared/layout/src/lib/footer/footer.component.ts b/libs/shared/layout/src/lib/footer/footer.component.ts index 88b7c03..f6cf631 100644 --- a/libs/shared/layout/src/lib/footer/footer.component.ts +++ b/libs/shared/layout/src/lib/footer/footer.component.ts @@ -8,4 +8,6 @@ import { LinkComponent } from '@valerymelou/shared/ui'; imports: [CommonModule, LinkComponent], templateUrl: './footer.component.html', }) -export class FooterComponent {} +export class FooterComponent { + date = new Date(); +} diff --git a/libs/shared/layout/src/lib/logo/logo.component.html b/libs/shared/layout/src/lib/logo/logo.component.html index 4f9f083..b5a192d 100644 --- a/libs/shared/layout/src/lib/logo/logo.component.html +++ b/libs/shared/layout/src/lib/logo/logo.component.html @@ -4,7 +4,7 @@ }