spaceconcordia / spaceconcordia.github.io

Contains the static website for the Space Concordia society
6 stars 5 forks source link

Html code repetition #17

Open PeterGhimself opened 7 years ago

PeterGhimself commented 7 years ago

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).