aiotworkshop.github.io


This is an overview of the structure of the code for this webiste.


For each conference that the workshop is part of, the website is eventually archived into the folders named by the year the workshop occured.
For example, the workshop that happened in 2019 is in the folder named "2019".
At the time of writing this, the 2021 workshop has yet to be copied into a folder named "2021".
This way, users can view previous workshops through links in the website's navigation.
---------------------------------
The common page elements like the top navigation and footer are componentized with plain javascript and files from js/components.
---------------------------------
The styles for the homepage are in the files with the "main_" prefix and then the rest of the pages are in "page_" prefix.
---------------------------------