privatecoffee-website/assets
Kumi e77fc521bf
feat: introduce dynamic SVG icon functionality
Implemented a new template filter in Flask to dynamically render SVG icons, allowing for cleaner HTML templates and easier icon management. Added `coffee` and `envelope` SVG icons to the project's asset directory. This change not only streamlines the incorporation of new icons but also enhances the maintainability of the codebase by centralizing icon resources and reducing HTML clutter. Modified existing HTML templates to use this new dynamic icon rendering method, replacing hard-coded SVG and img tag icon implementations with the newly created template filter.

This update significantly improves the way icons are handled throughout the application, providing a more scalable and efficient approach to managing and displaying graphical elements.
2024-05-29 18:57:32 +02:00
..
css feat: introduce dynamic SVG icon functionality 2024-05-29 18:57:32 +02:00
dist feat: introduce dynamic SVG icon functionality 2024-05-29 18:57:32 +02:00
img Added cool logo .png. 2024-04-14 14:37:46 +02:00
js First draft of the website 2023-03-09 16:18:31 +00:00