Website Updated - New Look!
Our website has finally been updated, and the frontend is now no longer just a placeholder! We’ve switched from the Javascript-based blog template to a lightweight and modern bootstrap frontend, complete with comprehensive mobile support. This update required us to completely re-write all the HTML and CSS for the frontend, as well as make many changes to the underlying Python/Flask backend. However, the new website makes effective use of Jinja2 ′s in-HTML python interpreter, which allows us to extend the layout easily and create new pages quickly, as well as control the content inside a single HTML document. The backend was also overhauled to make management easier, with essential text controlled by the database rather than baked inside the HTML, allowing admins to make changes easily and quickly. ...