summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-05 16:58:37 -0400
committerDavid Robillard <d@drobilla.net>2022-07-13 15:12:18 -0400
commit8aaad29f2139691d17e87e8608b228cbfb35f6a7 (patch)
treedcae837735c9c9ef541179d573e1dc24cc961d1b
parent5cd0aa2d66edc4dce86f6fc7fb45a0e118c98a2d (diff)
downloadlv2site-8aaad29f2139691d17e87e8608b228cbfb35f6a7.tar.xz
Add big logo to front page
-rw-r--r--content/pages/index.md2
-rw-r--r--themes/lv2/static/css/main.css6
2 files changed, 8 insertions, 0 deletions
diff --git a/content/pages/index.md b/content/pages/index.md
index abbe62f..3d3c981 100644
--- a/content/pages/index.md
+++ b/content/pages/index.md
@@ -1,6 +1,8 @@
Title:
save_as: index.html
+<img class="biglogo" src="images/logo.svg"></img>
+
LV2 is an extensible open standard for audio plugins.
LV2 has a simple core interface,
which is accompanied by extensions that add more advanced functionality.
diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css
index 1c969ef..5cd8d98 100644
--- a/themes/lv2/static/css/main.css
+++ b/themes/lv2/static/css/main.css
@@ -99,6 +99,12 @@ caption {
font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif;
}
+.biglogo {
+ width: 6em;
+ float: left;
+ margin: 0.5em 2em 2em 0;
+}
+
.siglink {
font-size: x-small;
vertical-align: super;