From 779991754aedbc26b71d1410d258e44bf754ac23 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Nov 2014 19:55:20 -0500 Subject: Add screenshot gallery to main page. --- content/images/screenshots/calf_equalizer.jpg | Bin 0 -> 122074 bytes content/images/screenshots/calf_monosynth.jpg | Bin 0 -> 122363 bytes .../images/screenshots/calf_multiband_compressor.jpg | Bin 0 -> 171202 bytes content/images/screenshots/calf_organ.jpg | Bin 0 -> 185336 bytes content/images/screenshots/casynth.png | Bin 0 -> 243090 bytes content/images/screenshots/distrho_easyssp.png | Bin 0 -> 166899 bytes content/images/screenshots/distrho_obxd.png | Bin 0 -> 140338 bytes content/images/screenshots/distrho_tal_noisemaker.png | Bin 0 -> 184281 bytes content/images/screenshots/envfollower.png | Bin 0 -> 212071 bytes content/images/screenshots/hip2b.png | Bin 0 -> 118929 bytes content/images/screenshots/mod.png | Bin 0 -> 387240 bytes content/images/screenshots/powercut.png | Bin 0 -> 145432 bytes content/images/screenshots/stuck.png | Bin 0 -> 57833 bytes content/pages/index.md | 1 + 14 files changed, 1 insertion(+) create mode 100644 content/images/screenshots/calf_equalizer.jpg create mode 100644 content/images/screenshots/calf_monosynth.jpg create mode 100644 content/images/screenshots/calf_multiband_compressor.jpg create mode 100644 content/images/screenshots/calf_organ.jpg create mode 100644 content/images/screenshots/casynth.png create mode 100644 content/images/screenshots/distrho_easyssp.png create mode 100644 content/images/screenshots/distrho_obxd.png create mode 100644 content/images/screenshots/distrho_tal_noisemaker.png create mode 100644 content/images/screenshots/envfollower.png create mode 100644 content/images/screenshots/hip2b.png create mode 100644 content/images/screenshots/mod.png create mode 100644 content/images/screenshots/powercut.png create mode 100644 content/images/screenshots/stuck.png (limited to 'content') diff --git a/content/images/screenshots/calf_equalizer.jpg b/content/images/screenshots/calf_equalizer.jpg new file mode 100644 index 0000000..64e1b07 Binary files /dev/null and b/content/images/screenshots/calf_equalizer.jpg differ diff --git a/content/images/screenshots/calf_monosynth.jpg b/content/images/screenshots/calf_monosynth.jpg new file mode 100644 index 0000000..f137350 Binary files /dev/null and b/content/images/screenshots/calf_monosynth.jpg differ diff --git a/content/images/screenshots/calf_multiband_compressor.jpg b/content/images/screenshots/calf_multiband_compressor.jpg new file mode 100644 index 0000000..9e3d2a7 Binary files /dev/null and b/content/images/screenshots/calf_multiband_compressor.jpg differ diff --git a/content/images/screenshots/calf_organ.jpg b/content/images/screenshots/calf_organ.jpg new file mode 100644 index 0000000..e5d492c Binary files /dev/null and b/content/images/screenshots/calf_organ.jpg differ diff --git a/content/images/screenshots/casynth.png b/content/images/screenshots/casynth.png new file mode 100644 index 0000000..ce25a99 Binary files /dev/null and b/content/images/screenshots/casynth.png differ diff --git a/content/images/screenshots/distrho_easyssp.png b/content/images/screenshots/distrho_easyssp.png new file mode 100644 index 0000000..3363937 Binary files /dev/null and b/content/images/screenshots/distrho_easyssp.png differ diff --git a/content/images/screenshots/distrho_obxd.png b/content/images/screenshots/distrho_obxd.png new file mode 100644 index 0000000..b6082bb Binary files /dev/null and b/content/images/screenshots/distrho_obxd.png differ diff --git a/content/images/screenshots/distrho_tal_noisemaker.png b/content/images/screenshots/distrho_tal_noisemaker.png new file mode 100644 index 0000000..f54198d Binary files /dev/null and b/content/images/screenshots/distrho_tal_noisemaker.png differ diff --git a/content/images/screenshots/envfollower.png b/content/images/screenshots/envfollower.png new file mode 100644 index 0000000..8182db3 Binary files /dev/null and b/content/images/screenshots/envfollower.png differ diff --git a/content/images/screenshots/hip2b.png b/content/images/screenshots/hip2b.png new file mode 100644 index 0000000..6c4b5d4 Binary files /dev/null and b/content/images/screenshots/hip2b.png differ diff --git a/content/images/screenshots/mod.png b/content/images/screenshots/mod.png new file mode 100644 index 0000000..1245e77 Binary files /dev/null and b/content/images/screenshots/mod.png differ diff --git a/content/images/screenshots/powercut.png b/content/images/screenshots/powercut.png new file mode 100644 index 0000000..d9715e0 Binary files /dev/null and b/content/images/screenshots/powercut.png differ diff --git a/content/images/screenshots/stuck.png b/content/images/screenshots/stuck.png new file mode 100644 index 0000000..3f0e5df Binary files /dev/null and b/content/images/screenshots/stuck.png differ diff --git a/content/pages/index.md b/content/pages/index.md index c1adb9f..5968f45 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -1,5 +1,6 @@ Title: save_as: index.html +Gallery: . LV2 is a [free](http://www.gnu.org/philosophy/free-sw.html) standard for audio plugins, used by hundreds of plugins and other projects. At its core, LV2 is a -- cgit v1.2.1