nautilus-cyberneering / secure-git-guide

A collections of articles about Git, GitHub and GPG focused on security.
https://secure-git.guide
8 stars 5 forks source link

Components and Images folders #83

Closed grmbyrn closed 10 months ago

grmbyrn commented 10 months ago

Changes Made:

Moved relevant components from the routes folder to a new components folder within the lib directory for better organisation.

Created an images folder in the static directory and updated references to images in the code to use relative paths instead of hardcoding image addresses in the src.

Details:

1. Component Organization:

Before: Components were scattered across the routes folder. After: Components are now organized in a dedicated components folder within the lib directory.

2. Image Handling:

Before: Image addresses were hardcoded in the src attribute, making it less maintainable. After: Images are now stored in the static/images folder, and references have been updated to use relative paths, improving maintainability and allowing for easier changes.

Additional Notes

The changes aim to enhance project structure, making it more modular and maintainable. Please review the updated code to ensure there are no regressions or issues.

josecelano commented 10 months ago

ACK ac9407e6f2bd2a6177bd182d7343f5f193a36fbd