Skip to content

SSADC-at-york/yorku-dev

Repository files navigation

banner

⚠️ This is a work in progress


👨‍💻 Note to contributors

Using a proper folder structure along side TODO: with doing, done... speeds up collaboration!

# Folder Structure
├── index.html
├── css
│   └── css files for index.html
├── js
│   └── js files for index.html
└── pages
│   └── newpage
│        └── newpage.html
│         ├── css
│         │   └── css files for newpage.html
│         ├── js
│         │   └── js files for newpage.html
│   └── newpage2
│         ├── css
│         │   └── css files for newpage2.html
│         ├── js
│         │   └── js files for newpage2.html

# Use this as a guideline to prevent merge errors