hugo/docs/static
Anthony Fok 68b424c233 docs: Clean up and align Showcase thumbnail images
Some of the thumbnails in Showcase were out of place
because of several irregularly sized thumbnails,
and some of them almost 300KB in filesize.

Resize them all to 600x400 (pixels), and use the `-tn.png`
suffix.

When necessary, the website snapshot is re-captured using
gnome-web-photo.  Then, the following commands (or a combination
thereof) are used to crop and resize the image into a thumbnail,
and to reduce its filesize:

    $ convert example.png -crop 900x600+0+0 \
                          -filter Lanczos2Sharp -distort Resize 600x400 \
                          example-tn.png
    $ pngquant --nofs -v --speed 1 --quality 65-80 example-tn.png
    $ optipng -o7 -zm1-9 example-tn-or8.png
    $ mv example-tn-or8.png example-tn.png
2015-08-08 14:22:48 -06:00
..
assets More doc site improvements. Added documentation's new layout 2014-05-28 01:37:33 -04:00
css Omit protocol from embedded font resources 2015-07-11 01:10:45 +02:00
fonts Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA 2014-08-20 14:10:36 -04:00
img docs: Clean up and align Showcase thumbnail images 2015-08-08 14:22:48 -06:00
js Adding a bunch of new quotes to the front page and switching to Owl Carousel 2014-09-01 10:00:06 -04:00
share More doc site improvements. Added documentation's new layout 2014-05-28 01:37:33 -04:00
apple-touch-icon.png Homepage update. New Logo. Minor site updates. 2014-03-20 21:51:14 -04:00
favicon.ico Homepage update. New Logo. Minor site updates. 2014-03-20 21:51:14 -04:00