Documentation in progress
|-- root
|-- index.html
|-- README.md
|-- css/
| |-- index.css
| |-- timeControl.css
| |-- components/
| | |-- AnimatedText.css
| | |-- Carousel.css
| | |-- Navbar.css
| | |-- SVG.css
|-- images/
| |-- credits.txt
| |-- desert.jpg
| |-- fog.png
| |-- carousel/
| | |-- expedition.webp
| | |-- f150.png
| | |-- ford.png
| | |-- jeep.png
| | |-- pathfinder.png
| | |-- toyota.png
| |-- masks/
| | |-- mask1.png
| | |-- mask2.png
| | |-- maskOverlayL.png
| | |-- maskOverlayR.png
|-- js/
| |-- index.js
| |-- components/
| | |-- AnimatedText.js
| | |-- Carousel.js
| | |-- CircleObject.js
| | |-- Path.js
| |-- helpers/
| | |-- Helpers.js