├── img ├── logo.png ├── model-3.png ├── model-s.png ├── model-x.png ├── model-y.mp4 └── tesla.mp4 ├── index.html ├── scripts.js └── style.css /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/model-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/img/model-3.png -------------------------------------------------------------------------------- /img/model-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/img/model-s.png -------------------------------------------------------------------------------- /img/model-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/img/model-x.png -------------------------------------------------------------------------------- /img/model-y.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/img/model-y.mp4 -------------------------------------------------------------------------------- /img/tesla.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/img/tesla.mp4 -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/index.html -------------------------------------------------------------------------------- /scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/scripts.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodolfomori/tesla/HEAD/style.css --------------------------------------------------------------------------------