From 9b9500d8d00f3e206e8fba0e3ddb98d1a995b3b8 Mon Sep 17 00:00:00 2001 From: PalavalasaSaiJoshitha Date: Mon, 14 Oct 2024 21:03:18 +0530 Subject: [PATCH 01/44] I have modified footer section, added css to the social media icons, enabled the dark-light mode, formatted buttons in the header section for home, about us and all that stuff I have added proper css for footer, social media icons, enabled the light-dark mode button and formatted the buttons for all navigation links present near the header.Also I removed unnecessary message boc at the bottom, which was repeated twice , once in the form and the other below it. So, I removed the message box present below the form to avoid confusion. A total of 5 issues solved. --- index.html | 106 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 66 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index 2b6fc56..5d36b32 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,12 @@ - --> @@ -129,9 +132,12 @@ background-image: linear-gradient(120deg, #fbccff, #d8f9ff, #d4c6ff); } - } + /* }*/ + +/*background-image: linear-gradient(120deg, #fbccff, #d8f9ff, #d4c6ff); }*/ + - background-image: linear-gradient(120deg, #fbccff, #d8f9ff, #d4c6ff); } + /*background-image: linear-gradient(120deg, #fbccff, #d8f9ff, #d4c6ff); */ .header { width: 100%; @@ -213,8 +219,8 @@ .footer { width: 100%; - background-color: #ff8686d1; - color: #c23e3e; + background-color: black; + color: #3e8dc2; text-align: center; border-start-start-radius: 5px; padding: 35px 350px; @@ -293,7 +299,7 @@ /* Thumb color */ border-radius: 10px; /* Rounded corners */ - transition: background 0.3s ease, height 0.3s ease; + transition: 0.3s ease, height 0.3s ease; } body::-webkit-scrollbar-thumb:hover { @@ -311,7 +317,7 @@ .footer { width: 100%; - background-color: #ff8686d1; + background-color: rgb(195, 226, 237); color: #c23e3e; text-align: center; border-start-start-radius: 5px; @@ -482,45 +488,65 @@

Home - Home + - - - Testimonial + - - - - - Sign Up - + - + + + -
-

Welcome to the Canvas Editor!

-

Unleash your creativity with our powerful and easy-to-use canvas editor. +

Welcome to the Canvas Editor!

+

Unleash your creativity with our powerful and easy-to-use canvas editor.

@@ -699,17 +725,17 @@

Contact Us

- - -
+ + + Submit Button
@@ -717,7 +743,7 @@

Contact Us

-
+
-->
@@ -819,15 +845,15 @@

Thank You!

- -
- -
-
-

Welcome to the Canvas Editor!

-

Unleash your creativity with our powerful and easy-to-use canvas editor.

-
-
- - - -

Creative Canvas Tool - -

-

Design and create stunning visuals effortlessly!

- -
- -
- -
-
-

Welcome to the Canvas Editor!

-

Unleash your creativity with our powerful and easy-to-use canvas editor.

- -
  • -
    - - -
  • - - -
    - -
    - -

    Welcome to the Canvas Editor!

    - -

    Unleash your creativity with our powerful and easy-to-use canvas editor.

    - -
    -< main - - - - -

    Welcome to the Canvas Editor!

    -

    Unleash your creativity with our powerful and easy-to-use canvas editor.

    -> main - - - - - -
    Draw Here
    - /* Animation for welcome text */ - - - - -
    - - -

    Draw Here !!!

    - - - - -
    - - -
    -
    -
    - -
    - - -
    -
    - - -
    - - - -
    -
    -
    - - -
    -
    - - -
    -
    -
    - - - - - -
    -
    -
    -
    - -
    -
    - - - - - -
    - -
    - - - - - - -
    - - - - - - - - - - -
    - -
    -
    - - - - - - - -
    - - -
    - -
    - - -
    - -
    + +
    + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    - - - -
    - - -
    - Twitter Icon - Facebook Icon - Google Icon - Instagram Icon -
    - -

    Contact Us

    - -
    - -
    -
    - - -
    -
    -
    -
    -
    - -
    - - -
    -

    Contact Us

    - - - -
    -
    - - -
    -
    - -
    -
    - - -
    -
    - -
    -
    - - -
    - -
    -
    - -
    -
    - - -
    -
    - -
    -
    - - -
    - -
    - - - -
    -
    - -
    -
    - - -
    -
    - - - -
    -
    - - -
    - - -
    --> -
    -
    - - -
    - -
    - - - - - - -
    -

    Contact Us

    - -
    - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    - -
    -
    -
    - - - +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    - - - -
    - - - - - -
    - - - - -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - -

    - - -
    -
    Visitor
    -
    -
    - - - - - - - - - // When the user clicks on the button, scroll to the top of the document - function goToTop() { - document.body.scrollTop = 0; - document.documentElement.scrollTop = 0; - } - - - - - - - - - - - -

    - - -
    -
    Visitor
    -
    -
    - - - + + +
    + + - \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b2368a8..63a49b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,13 @@ { - "name": "Canvas-Editor", + "name": "canvas-editor", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, - "packages": {} + "packages": { + "": { + "name": "canvas-editor", + "version": "1.0.0", + "license": "ISC" + } + } } From af2d53384a93aac99532fd29a02b64baae47406a Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Tue, 29 Oct 2024 00:47:09 +0530 Subject: [PATCH 11/44] changed the sign up page to enhance the UI / UX better --- signup.html | 506 +++++++++++----------------------------------------- 1 file changed, 106 insertions(+), 400 deletions(-) diff --git a/signup.html b/signup.html index d5fa570..0057336 100644 --- a/signup.html +++ b/signup.html @@ -14,68 +14,68 @@ - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - - - -
    - -
    - - - -
    - -
    - - - -
    - - - -
    - -
    -
    -

    CREATE YOUR ACCOUNT

    -
    - -
    - -
    -

    CREATE YOUR ACCOUNT

    - -
    -
    - - -
    -
    - - -
    - -
    - - -
    - - - -
    - - -
    - - - - - - - - - - - -
    -
    - OR -
    -
    - - - - +
    +

    CREATE YOUR ACCOUNT

    +
    +
    + +
    - -

    Already have an account?
    Log in

    -
    - - - - - - - - - - - + - - - + return true; + } + + + + From 5bce3d2b14ebeceb1fb5009394c02a0b85250acf Mon Sep 17 00:00:00 2001 From: tanmaysrivastava45 Date: Tue, 29 Oct 2024 00:53:56 +0530 Subject: [PATCH 12/44] added link of home page --- signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup.html b/signup.html index 0057336..e2711fa 100644 --- a/signup.html +++ b/signup.html @@ -146,7 +146,7 @@