Skip to content

Put together some code to simulate a gallery functionality.Tried to follow a modulish pattern to construct the widget

Notifications You must be signed in to change notification settings

victor-duarte/gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Put together some code to simulate a gallery functionality.Tried to follow a modulish pattern to construct the widget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published