- FlippyUI - Modal Carousel uses the Flickr API to pull in pictures: Recent Uploads tagged nature.
- It primarily uses CSS to display dialog boxes and show one item or the next& previous, and the Carousel is also accessible via the arrow keys.
- JavaScript is applied to load the data from the API and provide some extra click watching for more clickable areas to close the dialog and looping the previous & next buttons.
- The template also tries to be friendly to all screens and reflow as needed.
-
The section headers are collapsible for ease of use, especially on mobile.
- Uses the <details> and <summary> tags.
- Uses a small generic JS Polyfill for browsers that don't support those tags very well yet.
- Flickr images are uploaded by public users and I am not responsible for their content.
- Flickr response can be a bit slow at times, so please be patient. Check the NET tab if you don't believe me ;c)