-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beautify Code #292
Comments
Yes sure go ahead. Organize the code properly, organize the files, make separate files for particular sections if necessary, and properly comment the code. |
Since the header and footer are the same on every page. Make separate CSS files for the header and footer as well. |
@Albert-Jokelin any updates? |
Can I work on this issue under LGMSoC? @QAZIMAAZARSHAD |
Check the task description. |
UPDATE: I have separate and ordered all the code for CSS and js. I need to change the path being used in script tag. Have some more errors.. I will try to submit as soon as possible. Busy with cllg stuff at the moment.. |
Fine try to resolve it as soon as possible. |
Make separate CSS and JS files for every page.
Make separate CSS files for the header and footer.
Put all the CSS files in the CSS folder.
Put all the JS files in the JS folder.
Put all the HTML files in the HTML folder except index.html.
Put all the images in the images folder.
Remove unnecessary and commented code from every file.
Properly comment the code in all files.
The text was updated successfully, but these errors were encountered: