apoorvaron / Shorty

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

Optimize Code Structure: Externalize CSS for 404, Index, Privacy, and successDelete PHP Pages πŸ“„πŸŽ¨ #336

Closed Nishitbaria closed 1 year ago

Nishitbaria commented 1 year ago

Description

Presently, the 404, index, privacy, and successDelete PHP pages have embedded and inline CSS, potentially leading to code redundancy and maintenance challenges. To elevate code organization, bolster maintainability, and adhere to best practices, our goal is to externalize all internal and inline CSS on these pages. By relocating the CSS to dedicated external files, we can attain better modularity and cultivate a more streamlined development workflow.

Key Changes:

  1. Migrate embedded CSS to distinct external CSS files for the 404, index, privacy, and successDelete PHP pages. πŸ”—πŸ“‚
  2. Revise the respective PHP pages to incorporate references to the newly externalized CSS files. πŸ”„

Externalizing the CSS will cultivate a more orderly and maintainable codebase, contributing to overall performance enhancement.

We welcome your collaboration and insights as we endeavor to amplify our codebase and refine 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

apoorvaron commented 1 year ago

@Nishitbaria Assigned