diff --git a/.github/workflows/PRValidator.yml b/.github/workflows/PRValidator.yml index cd771f5f..7764525f 100644 --- a/.github/workflows/PRValidator.yml +++ b/.github/workflows/PRValidator.yml @@ -20,7 +20,7 @@ jobs: id: check_issue_number run: | description="${{ github.event.pull_request.body }}" - if [[ ! "$description" =~ (Fixes #[0-9]+|Fixes #NEW) ]]; then + if [[ ! "$description" =~ (Fixes #[0-9])]]; then echo "::error::PR description must contain an issue number or 'Fixes #NEW'" exit 1 - fi \ No newline at end of file + fi diff --git a/Scroll_and_progressbar.css b/Scroll_and_progressbar.css index 7d41f244..771f3cf1 100644 --- a/Scroll_and_progressbar.css +++ b/Scroll_and_progressbar.css @@ -45,7 +45,7 @@ background-color: #f8b5b5; /* Background color matching scrollbar track */ border-radius: 10px; /* Rounded corners */ box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for container */ - position: fixed; + /* position: fixed; */ overflow: hidden; } diff --git a/about.html b/about.html index 0427574d..8f10bf86 100644 --- a/about.html +++ b/about.html @@ -79,6 +79,7 @@ + - + -
+

About Us

WordWise is a responsive, user-friendly blogging platform designed to enrich vocabulary and engage diff --git a/blog.html b/blog.html index a9e7a378..5d3b702e 100644 --- a/blog.html +++ b/blog.html @@ -25,6 +25,7 @@ +

@@ -333,11 +334,12 @@

Forgot Password

+ -
+
@@ -686,41 +688,48 @@
${comment.name}
max-width: 48rem; margin: 0 auto; } - + .section-title { - font-size: 2.25rem; - font-weight: 800; - text-align: center; - color: #111827; - margin-bottom: 48px; -} + font-size: 2.25rem; + font-weight: 800; + text-align: center; + color: #111827; + margin-bottom: 48px; + +} + .title-text { background-clip: text; -webkit-background-clip: text; color: #f4978e; /* background-image: linear-gradient(to right, #f4978e); */ } - + .comment-form { - margin-bottom: 64px; - background-color: white; - padding: 24px; - border-radius: 0.75rem; - box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); - transition: all 0.3s; -} + margin: 64px auto; + background-color: transparent; + padding: 24px; + border-radius: 0.75rem; + box-shadow: 0 10px 20px var(--text-color); + transition: all 0.3s; + +} + .comment-form:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } - + .form-title { - font-size: 1.5rem; - font-weight: 700; - color: #1f2937; - margin-bottom: 24px; + + font-size: 1.5rem; + font-weight: 700; + color: #3498db; + margin-bottom: 24px; + } + .form-content { display: flex; @@ -732,6 +741,17 @@
${comment.name}
position: relative; } +.input-field { + + width: 100%; + padding: 12px 16px; + border: 2px solid #d1d5db; + border-radius: 0.5rem; + transition: border-color 0.3s; + margin-top: 7px; + +} + .input-field { width: 100%; padding: 12px 16px; @@ -760,18 +780,21 @@
${comment.name}
top: -10px; color: #f4978e; } - + .submit-button { - width: 100%; - color: #f4978e; - font-weight: 600; - padding: 12px 24px; - border-radius: 0.5rem; - border: none; - cursor: pointer; - transition: all 0.3s; -} + width: 100%; + color: #ffffff; + font-weight: 600; + padding: 12px 24px; + border-radius: 0.5rem; + border: none; + cursor: pointer; + transition: all 0.3s; + background-color: #3498db; + +} + .submit-button:hover { color: #f4978e; transform: scale(1.05); diff --git a/category.html b/category.html index 4f2809c6..992b4888 100644 --- a/category.html +++ b/category.html @@ -38,6 +38,7 @@ +
+ -
+
diff --git a/contact_us.html b/contact_us.html index 81a2d369..ac1788d4 100644 --- a/contact_us.html +++ b/contact_us.html @@ -84,314 +84,317 @@ -
-
-
-
- -
- - - - -
- - - -
- - - - - - - - -
-
- × -

Login

-
- - -
-
- - - -
- - - - -
-
- - - -
-
- × -

Signup

-
- - -
-
- - -
-
- - - -
-
- -
- - - +
+
+
-
-
-
- -
- - - - - - - - - -
-
- × -

Login

-
- - -
-
- - - -
- - - - -
-
- - - -
-
- × -

Signup

-
- - -
-
- - -
-
- - - -
-
- -
- - - +
+
+
--> - + + - - + + + + + + + + + + + - - - - - -
-
+ + +
+ + -
+
diff --git a/start_writing.html b/start_writing.html index 3db0e531..23fd278b 100644 --- a/start_writing.html +++ b/start_writing.html @@ -56,314 +56,316 @@ -
-
-
- -
- -
- - - - -
- - - -
-
-
+ } + + .forgot { + text-align: right; + margin-left: 50px; + font-size: 10px; + margin-top: -40px; + + } + + .btn { + margin-top: 10px; + border-radius: 5px; + } + + .eye-icon { + position: absolute; + right: 15px; + top: 38px; + cursor: pointer; + color: #007bff; + } + + .close-icon { + font-size: 24px; + cursor: pointer; + float: right; + } + + .position-relative { + position: relative; + } + + /* Login button jumping issue fix */ + .btn-primary { + transition: all 0.3s ease; /* Smooth transition */ + } + + .btn-primary:hover { + background-color: #0056b3; + } + + .google-btn { + display: flex; + align-items: center; + justify-content: center; + } + + .google-logo { + width: 20px; + height: 20px; + margin-right: 10px; + } + + .btn-primary:hover { + background-color: #0056b3; + } + + /* Styles for collaborative writing feature */ + #collaborators { + margin-bottom: 15px; + } + + #collaboratorsList { + list-style-type: none; + padding: 0; + } + + #collaboratorsList li { + display: inline-block; + margin-right: 10px; + padding: 5px 10px; + background-color: #f0f0f0; + border-radius: 15px; + } + + #addCollaborator { + margin-top: 10px; + } + + #collaborativeSection { + border: 1px solid #ccc; + padding: 15px; + margin-bottom: 15px; + border-radius: 5px; + } + + #collaborativeContent { + width: 100%; + min-height: 200px; + margin-bottom: 10px; + } + + + + + + + + +
+ + +      +
+ +
+ -
+

Start Writing

diff --git a/style.css b/style.css index 9866c753..6dd55ea3 100644 --- a/style.css +++ b/style.css @@ -1021,9 +1021,9 @@ button { justify-content: center; align-items: center; background-color: #f8b5b5; - top: 0; - position: sticky; - z-index: 899; + top: 0 !important; + position: sticky !important; + z-index: 899 !important; } @@ -2242,6 +2242,7 @@ a { .overflow-img img { width: 100%; height: auto; + object-fit: cover; } .overflow-img:hover { @@ -2838,14 +2839,7 @@ for facebook transform:scale(1.1); } */ -/* for dribble -.flex-wrap .fa-dribbble { - transition: color 0.3s ease, transform 0.3s ease; -} -.flex-wrap .fa-dribbble:hover{ - color:#ea4c89; - transform:scale(1.1); -} */ + .flex-wrap a{ margin-right: 10px; transition: all .38s ease-in-out; @@ -3321,3 +3315,11 @@ text-align: center; .star-rating label:hover ~ label { color: #ffca28; } +nav{ + width: 100%; + position: fixed; + top:0; + margin-bottom: 4rem; + z-index: 999; + +} \ No newline at end of file