From 8dcee604fa2ce3489845f4a7816a1dc52464c14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:01:49 +0000 Subject: [PATCH 1/3] chore(ci): bump docker/build-push-action from 6.9.0 to 6.10.0 in /.github/workflows (#724) --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c696cd55..781597f5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -188,7 +188,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 with: context: build/${{ matrix.docker_context }} push: ${{ github.event_name != 'pull_request_target' && github.repository == 'SaptarshiSarkar12/Drifty' && !contains(github.ref_name, 'dependabot') }} From 5d1035f271f93edcabd52a359b78abe69d5df64e Mon Sep 17 00:00:00 2001 From: Fabricio Jordan <39861923+FabrizioJordan@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:25:01 -0300 Subject: [PATCH 2/3] feat: Revamp the website with modern design (#721) * "Redesign of buttons, correction of bad practices. A more modern view of the website." Signed-off-by: FabrizioJordan * "Responsive size in mobile header buttons and minor changes" Signed-off-by: FabrizioJordan * "Completely removed scaling on hover" Signed-off-by: FabrizioJordan * chore(maven): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#722) Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(maven): bump org.openrewrite.recipe:rewrite-recommendations from 1.12.0 to 1.13.0 (#723) * Overflow-hidden corrected Signed-off-by: FabrizioJordan * Lint error corrected Signed-off-by: FabrizioJordan * "Updated styles and layout for Header and MainSection components" Signed-off-by: FabrizioJordan * chore: Formatted the files using prettier Signed-off-by: Saptarshi Sarkar --------- Signed-off-by: FabrizioJordan Signed-off-by: dependabot[bot] Signed-off-by: Saptarshi Sarkar Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saptarshi Sarkar Co-authored-by: FabrizioJordan --- Website/app/Contribute.js | 26 ++++++++++++------------- Website/app/Demo.js | 8 ++++---- Website/app/Footer.js | 20 +++++++++---------- Website/app/Header.js | 40 +++++++++++++++++++------------------- Website/app/MainSection.js | 6 +++--- Website/app/layout.js | 2 +- 6 files changed, 51 insertions(+), 51 deletions(-) diff --git a/Website/app/Contribute.js b/Website/app/Contribute.js index 7ad8eb99..34419260 100644 --- a/Website/app/Contribute.js +++ b/Website/app/Contribute.js @@ -19,13 +19,13 @@ export default function Contribute({ props }) { return (
-
-

+
+

More Information About Drifty

-

+

It is available both in CLI (Command Line Interface) and GUI (Graphical User Interface) mode for all the major platforms like Windows, Linux and MacOS. We believe in team work. Any contribution @@ -52,18 +52,18 @@ export default function Contribute({ props }) { and completed.

-
-

+
+

Be a part of Drifty Family!

-
+
{props.contrib.map((item, index) => { if (index < 7 && item.type === "User") { // We are using 7 instead of 6 because we are not counting the dependabot return ( - -
+
Contribute Stars : {values[0]} +

Demonstration of Drifty

-

+

Here is a quick demo of Drifty

@@ -25,10 +25,10 @@ export default function Demo() { classNames( "w-36 rounded-full py-2.5 font-extrabold text-blue-700", "ring-blue ring-opacity-60 ring-offset-2 ring-offset-bottom focus:outline-none focus:ring-2", - "hover:-translate-y-1 hover:scale-110 duration-200", + "hover:bg-[#004f6a] duration-200", selected ? "text-white bg-blue-600 shadow" - : "hover:bg-gray-700/[0.12]", + : "hover:bg-[#3741514f]", ) } key={tab} diff --git a/Website/app/Footer.js b/Website/app/Footer.js index 3a892229..d1703ef5 100644 --- a/Website/app/Footer.js +++ b/Website/app/Footer.js @@ -79,7 +79,7 @@ export default function Footer() { return (
-