From f6df096be417b6829e5ffd48cf7221d5439d3048 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:31:09 +0000 Subject: [PATCH] Add login modal component with modern UI design - Clean white card design with gradient background - Email and password input fields with validation - Remember me checkbox and forgot password link - Gradient purple Sign In button with loading state - Social login buttons (Google, GitHub, X) - Sign up link - Responsive design with mobile support - Keyboard accessibility (ESC to close) - Form validation and error handling Co-Authored-By: wang qiwei --- login-modal/index.html | 581 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 581 insertions(+) create mode 100644 login-modal/index.html diff --git a/login-modal/index.html b/login-modal/index.html new file mode 100644 index 0000000..ba4ef72 --- /dev/null +++ b/login-modal/index.html @@ -0,0 +1,581 @@ + + + + + + Login Modal Demo + + + +
+ +
+ + + + + +