summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-26 19:27:18 -0500
committerDavid Robillard <d@drobilla.net>2014-11-26 20:05:22 -0500
commit9e3440a95d9d54dc747fa2f9be0fa8a97ed44832 (patch)
treec01e892dfab6b1ba02de377cb83149f48f7ccd95 /content
parent34e276866106969c97cabacb7a9693424233e7ab (diff)
downloadlv2site-9e3440a95d9d54dc747fa2f9be0fa8a97ed44832.tar.xz
Make main list horizontal and put slideshow below.
Diffstat (limited to 'content')
-rw-r--r--content/pages/index.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/content/pages/index.md b/content/pages/index.md
index 5968f45..6823dc0 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -7,9 +7,11 @@ plugins, used by hundreds of plugins and other projects. At its core, LV2 is a
simple stable interface, accompanied by *extensions* which add functionality to
support the needs of increasingly powerful audio software.
-* [**Download LV2 1.10.0**](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2)
- [(sig)](http://lv2plug.in/spec/lv2-1.10.0.tar.bz2.sig)
-* [Why LV2?](pages/why-lv2.html)
-* [Projects Using LV2](pages/projects.html)
-* [Mailing List](http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in)
-* Chat in [#lv2](http://webchat.freenode.net/?channels=lv2) on irc.freenode.net
+<ul id="mainlist">
+ <li><a href="http://lv2plug.in/spec/lv2-1.10.0.tar.bz2">Download LV2 1.10.0</a>
+ <a href="http://lv2plug.in/spec/lv2-1.10.0.tar.bz2.sig"><small>.sig</small></a></li>
+ <li><a href="pages/why-lv2.html">Why LV2?</a></li>
+ <li><a href="pages/projects.html">Projects</a></li>
+ <li><a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">Mailing List</a></li>
+ <li><a href="http://webchat.freenode.net/?channels=lv2">IRC Chat</a></li>
+</ul>