├── css └── titanic.css ├── data └── titanic_data.csv ├── images └── ship_image.png ├── index.html └── js ├── scroller.js └── sections.js /css/titanic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BMPMS/Titanic_scroll/HEAD/css/titanic.css -------------------------------------------------------------------------------- /data/titanic_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BMPMS/Titanic_scroll/HEAD/data/titanic_data.csv -------------------------------------------------------------------------------- /images/ship_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BMPMS/Titanic_scroll/HEAD/images/ship_image.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BMPMS/Titanic_scroll/HEAD/index.html -------------------------------------------------------------------------------- /js/scroller.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BMPMS/Titanic_scroll/HEAD/js/scroller.js -------------------------------------------------------------------------------- /js/sections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BMPMS/Titanic_scroll/HEAD/js/sections.js --------------------------------------------------------------------------------