-
Notifications
You must be signed in to change notification settings - Fork 1
Home
BEST Lisbon edited this page Jul 14, 2021
·
6 revisions
- Each event has its HTML file as well as an image folder (where are the images specific to that event) and a styles folder (where are the .scss files that are compiled into .css files).
- The root website has its HTML files and an image folder (that has images used in the root website as well as images common to all websites) and a styles folder (that has .scss files that are used for the root website as well as .scss files common to all websites).
- The _general.scss file has code that can be applied to all websites (for instance the code of the header, footer, etc... is equal in all websites because the header and footer are always the same except for the color).
- The _events.scss file has code that is common to all events.
- The _colors.scss file has the colors used in the root website.
- The main.scss file has code only specific to the root website.
This folder is very similar in other events' website
- The biv_main.scss has the code specific to the BIV
- The _biv_colors.scss has the colors of the BIV