Skip to content

Latest commit

 

History

History
executable file
·
46 lines (39 loc) · 968 Bytes

README.md

File metadata and controls

executable file
·
46 lines (39 loc) · 968 Bytes

HAVING FUN

Usage

Create a virtual host and load the index file. Click on any thumbnail to udpate DOM. Click on arrows to go back and forth the thumbnail list

Requires

  • jQuery

Basic structure

A basic HTML5 Boilerplate site modified

.
├── css
│   ├── main.css
│   └── normalize.css
├── img
│   ├── backgrounds
│   ├── images
│   ├── sprites
│   └── thumb
├── js
│   └── core
│       └── services.js
│   └── ui
│       ├── controls.js
│       ├── talktitle.js
│       ├── talkView.js
│       └── thumbnails.js
│   ├── config.js
│   ├── main.js
│   ├── plugins.js
│   └── vendor
│       ├── jquery.min.js
│   └── sliderController.js
├── json
│   └── gallery.json
├── .htaccess
├── apple-touch-icon-precomposed.png
├── index.html
└── favicon.ico