There's a lot of code repetition within the html files.
We should try and abstract any sections that follow the same pattern of the UI into modules and inject that html dynamically with javascript, as I have implemented for the footer already (see src/js/footer.js).
There's a lot of code repetition within the html files. We should try and abstract any sections that follow the same pattern of the UI into modules and inject that html dynamically with javascript, as I have implemented for the footer already (see
src/js/footer.js
).