Closed kartikey369-ind closed 1 month ago
Name | Link |
---|---|
Latest commit | 83fd122f5313bbda93a7395fcd2e369157d939a1 |
Latest deploy log | https://app.netlify.com/sites/incredible-faloodeh-f6df18/deploys/66fd0475b0631400082504d3 |
Name | Link |
---|---|
Latest commit | 83fd122f5313bbda93a7395fcd2e369157d939a1 |
Latest deploy log | https://app.netlify.com/sites/twitter-landing-page-by-abhrajit/deploys/66fd047591067500081b7b08 |
Name | Link |
---|---|
Latest commit | 83fd122f5313bbda93a7395fcd2e369157d939a1 |
Latest deploy log | https://app.netlify.com/sites/bejewelled-tiramisu-07dd5f/deploys/66fd04764de77700084d8fde |
Name | Link |
---|---|
Latest commit | 83fd122f5313bbda93a7395fcd2e369157d939a1 |
Latest deploy log | https://app.netlify.com/sites/melodic-squirrel-5146fe/deploys/66fd0476a7347900084f7910 |
Name | Link |
---|---|
Latest commit | 83fd122f5313bbda93a7395fcd2e369157d939a1 |
Latest deploy log | https://app.netlify.com/sites/twitter-landing-page-for-developers/deploys/66fd0476a7347900084f7912 |
Deploy Preview | https://deploy-preview-13--twitter-landing-page-for-developers.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Implement Light/Dark Theme Toggle
This pull request introduces a light/dark theme toggle feature to the website. The main enhancements include:
Theme Switching: Added functionality to toggle between a black background with white text (dark mode) and a white background with black text (light mode).
Custom Toggle Switch: Implemented a visually appealing toggle switch with smooth transitions. The switch changes its background color and moves when toggled.
Responsive Design: Ensured the toggle switch is positioned on the right side of the page for easy access while maintaining the overall layout integrity.
Accessibility Considerations: The button text changes based on the active theme, providing clear feedback to users. Testing:
Verified that the theme switch works correctly on various screen sizes. Confirmed that the toggle switch behaves as expected when clicked, with smooth transitions.