feature: Added Keploy orange theme to the website#9
Merged
Nishant2907 merged 1 commit intokeploy:mainfrom May 7, 2022
Merged
Conversation
1 task
Contributor
|
PR checked and merged |
1 task
24dce027-jpg
pushed a commit
to 24dce027-jpg/student-program
that referenced
this pull request
Feb 27, 2026
- Fixed issue keploy#1: Removed self-closing </img> tags from service icons - Fixed issue keploy#2: Added descriptive alt attributes to all images - Fixed issue keploy#3: Moved h4 headings outside anchor tags for valid nesting - Fixed issue keploy#4: Added quotes to unquoted data-position-y attribute - Fixed issue keploy#5: Added form action endpoints and CSRF token protection - Fixed issue keploy#6: Standardized attribute quoting to double quotes - Fixed issue keploy#7: Removed console debug statements from production code - Fixed issue keploy#8: Added security meta tags (X-UA-Compatible, theme-color, etc.) - Fixed issue keploy#9: Upgraded jQuery from 3.2.1 to 3.7.1 via CDN - Fixed issue keploy#10: Replaced inline event handlers with proper event listeners Changes: - Modified index.html: HTML structure and security improvements - Modified js/main.js: Enhanced placeholder handling - Modified js/plugins.js: Removed console statements - Added js/form-handler.js: New form submission and CSRF token management - Added FIXES_SUMMARY.md: Detailed documentation of all changes All changes ensure WCAG 2.1 compliance and proper HTML5 validation.
9 tasks
24dce027-jpg
pushed a commit
to 24dce027-jpg/student-program
that referenced
this pull request
Feb 28, 2026
- Add CHANGES.md documenting all modifications made to the repository - Add COMPARISON_AND_FIXES.md with detailed analysis of 10 issues found: * Issue keploy#1-4: HTML validation errors (self-closing tags, unquoted attributes) * Issue keploy#2: Critical accessibility violations (missing alt attributes) * Issue keploy#5: Non-functional form submissions (empty action attributes) * Issue keploy#6: Inconsistent HTML attribute quoting * Issue keploy#7: Debug console statements in production code * Issue keploy#8: Missing CSRF protection and security meta tags * Issue keploy#9: Outdated jQuery 3.2.1 (7 years old) * Issue keploy#10: Outdated inline event handlers - Include priority breakdown, fix complexity analysis, and testing checklist - Provide solutions and code examples for all issues Signed-off-by: CareXpert Maintainer <test@example.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed the color of the gifs that were already available on the website.