apoorvaron / Shorty

β€’ Shortens link and customize it according to user’s need.
http://shrty.rf.gd
MIT License
18 stars 70 forks source link

Externalizing CSS for forget-pass, footer, edit-profile, delete-link, and changepassword PHP Pages πŸŽ¨πŸ’‘ #365

Closed Nishitbaria closed 1 year ago

Nishitbaria commented 1 year ago

Description

The forget-pass, footer, edit-profile, delete-link, and changepassword PHP pages currently include embedded and inline CSS. This practice may introduce code redundancy and maintenance complexities over time. To enhance code organization, streamline development, and align with best practices, we propose the externalization of internal and inline CSS for these pages. This approach involves moving CSS code to dedicated external files to promote better modularity and support a more efficient development workflow.

Key Changes:

Transition embedded and inline CSS to dedicated external CSS files for the forget-pass, footer, edit-profile, delete-link, and changepassword PHP pages. πŸ”—πŸ“‚ Update the respective PHP pages to reference the newly externalized CSS files. πŸ”„ By externalizing CSS, we aim to establish a more structured and maintainable codebase, contributing to overall code quality and performance improvement.

We value your collaboration and insights as we work towards refining our codebase and advancing our development methodologies. πŸŒŸπŸ“πŸš€

Screenshots

No response

Additional information

No response

github-actions[bot] commented 1 year ago

Hello Nishitbaria, thanks for opening a issue, your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.

Nishitbaria commented 1 year ago

@apoorvaron Please review this issue and assign me this issue

apoorvaron commented 1 year ago

@Nishitbaria assigned

apoorvaron commented 1 year ago

Done