├── README ├── images └── structure │ └── bg-body.png ├── index.htm ├── scripts ├── global.js ├── jquery.js ├── jquery.presentation-full.js └── jquery.presentation.js └── stylesheets ├── .DS_Store └── screen.css /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/README -------------------------------------------------------------------------------- /images/structure/bg-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/images/structure/bg-body.png -------------------------------------------------------------------------------- /index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/index.htm -------------------------------------------------------------------------------- /scripts/global.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/scripts/global.js -------------------------------------------------------------------------------- /scripts/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/scripts/jquery.js -------------------------------------------------------------------------------- /scripts/jquery.presentation-full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/scripts/jquery.presentation-full.js -------------------------------------------------------------------------------- /scripts/jquery.presentation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/scripts/jquery.presentation.js -------------------------------------------------------------------------------- /stylesheets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/stylesheets/.DS_Store -------------------------------------------------------------------------------- /stylesheets/screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davist11/jQuery-Presentation/HEAD/stylesheets/screen.css --------------------------------------------------------------------------------