https://github.com/bchoubert/amp-example
https://github.com/bchoubert/amp-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bchoubert/amp-example
- Owner: bchoubert
- Created: 2017-01-17T19:36:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T12:12:47.000Z (over 8 years ago)
- Last Synced: 2025-03-11T13:53:00.380Z (3 months ago)
- Language: HTML
- Homepage: https://bchoubert.github.io/amp-example/
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amp-example
This repo is an example of an AMP Project.
AMP (Accelerated Media Pages) is a JS library that limits voluntailry HTML, CSS and JS functionalities to get websites simpler, lighter and bandwidth-friendly.
For example, it limits CSS animations, brings new HTML tags (amp-img permits to load pictures asynchronously), and limits JS DOM selection to the Qwery Selector.
This project is a responsive picture gallery with an image viewer.
The chosen pictures are pretty large to see the asynchronous mode of Amp.