From b0128cecfdec97a905d4fc7485a788854840e53a Mon Sep 17 00:00:00 2001 From: laylashb Date: Tue, 24 Mar 2026 14:53:37 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0200765861..2c6d740558 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,6 @@ You will find all the components used and you can edit your information accordin ### Show your support -Give a ⭐ if you like this website! +Give ⭐⭐⭐⭐⭐ if you like this website! Buy Me A Coffee From d1821d7f1536ae17411870f6a8760b631c18a9b7 Mon Sep 17 00:00:00 2001 From: laylashb Date: Tue, 24 Mar 2026 15:04:06 +0100 Subject: [PATCH 2/4] Update style.css --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index cd817efc52..080fd834c6 100644 --- a/src/style.css +++ b/src/style.css @@ -1,8 +1,8 @@ html { --section-background-color: linear-gradient( to bottom left, - rgba(17, 16, 16, 0.582), - rgba(12, 8, 24, 0.904) + rgba(255, 120, 150, 0.6), + rgba(255, 80, 50, 0.9) ); --image-gradient: linear-gradient( From 44bb47b05315c92775b6ab8669d2bf56131abe26 Mon Sep 17 00:00:00 2001 From: laylashb Date: Tue, 24 Mar 2026 15:04:34 +0100 Subject: [PATCH 3/4] Update style.css --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 080fd834c6..18aedde649 100644 --- a/src/style.css +++ b/src/style.css @@ -7,8 +7,8 @@ html { --image-gradient: linear-gradient( to bottom left, - rgba(17, 16, 16, 0.678), - rgba(12, 10, 22, 0.863) + rrgba(30, 30, 30, 0.6), + rgba(10, 10, 10, 0.95) ); --imp-text-color: #c770f0; From 4996861b09e9ef4b38ebe9a89ef9e8fde24a0afc Mon Sep 17 00:00:00 2001 From: laylashb Date: Tue, 24 Mar 2026 15:16:41 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6d740558..c21960df47 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This project was built using these technologies. **📱 Fully Responsive** -## Getting Started +## Getting Started Now ! Clone down this repository. You will need `node.js` and `git` installed globally on your machine.