From 2b2397e8a57415b5696a944111cb5f7c01abb041 Mon Sep 17 00:00:00 2001 From: AdamBtech <60339324+AdamBtech@users.noreply.github.com> Date: Tue, 20 May 2025 15:55:02 +0200 Subject: [PATCH] Added extra fonts, started button reusable component --- angular.json | 3 +- .../about-display.component.html | 4 +- .../contact-display.component.html | 15 +++++- .../footer-display.component.html | 4 +- .../header-logo/header-logo.component.html | 2 +- .../header-nav-links.component.html | 12 ++--- .../hero-display/hero-display.component.html | 4 +- .../projects-list.component.html | 2 +- .../sidebar-display.component.html | 3 +- .../main-layout/main-layout.component.html | 2 +- src/app/shared/ui/button/button.component.css | 4 ++ .../shared/ui/button/button.component.html | 8 +++- src/app/shared/ui/button/button.component.ts | 15 ------ src/styles.css | 48 +++---------------- tailwind.config.js | 1 + 15 files changed, 49 insertions(+), 78 deletions(-) diff --git a/angular.json b/angular.json index c3b32aa..63f4226 100644 --- a/angular.json +++ b/angular.json @@ -86,8 +86,7 @@ } ], "styles": [ - "src/styles.css", - "./node_modules/tailwindcss-primeui/v4/index.css" + "src/styles.css" ], "scripts": [] } diff --git a/src/app/features/about-display/about-display.component.html b/src/app/features/about-display/about-display.component.html index d759943..09b500c 100644 --- a/src/app/features/about-display/about-display.component.html +++ b/src/app/features/about-display/about-display.component.html @@ -1,3 +1,3 @@ -
-

ABOUT SECTION

+
+

ABOUT SECTION

diff --git a/src/app/features/contact-display/contact-display.component.html b/src/app/features/contact-display/contact-display.component.html index 66159c9..2917da1 100644 --- a/src/app/features/contact-display/contact-display.component.html +++ b/src/app/features/contact-display/contact-display.component.html @@ -1,3 +1,14 @@ -
-

CONTACT FORM AND LINKS

+
+ +

+ CONTACT FORM AND LINKS +

+ +

+ CONTACT FORM AND LINKS +

+ +

+ CONTACT FORM AND LINKS +

diff --git a/src/app/features/footer-display/footer-display.component.html b/src/app/features/footer-display/footer-display.component.html index 8da4d90..1765f09 100644 --- a/src/app/features/footer-display/footer-display.component.html +++ b/src/app/features/footer-display/footer-display.component.html @@ -1,3 +1,3 @@ -