aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/index.md2
-rw-r--r--www/logo-info.md14
-rw-r--r--www/logo/license.md (renamed from www/logo/license.txt)4
-rwxr-xr-xwww/publish.sh2
4 files changed, 20 insertions, 2 deletions
diff --git a/www/index.md b/www/index.md
index 8eaaf08d..619d534e 100644
--- a/www/index.md
+++ b/www/index.md
@@ -3,7 +3,7 @@ title: Libreboot
...
[![Libreboot
-logo](logo/logo.svg "Canteloupe, the libreboot mascot"){#logo}](logo.md)
+logo](logo/logo.svg "Canteloupe, the libreboot mascot"){#logo}](logo-info.md)
[Downloads](download.md) --
[Documentation](docs/) --
diff --git a/www/logo-info.md b/www/logo-info.md
new file mode 100644
index 00000000..58ad3d23
--- /dev/null
+++ b/www/logo-info.md
@@ -0,0 +1,14 @@
+---
+title: Logo Info
+...
+
+
+The Libreboot logo is available as a [bitmap](logo/logo.png), a [vector](logo/logo.svg), or a [greyscale vector](logo/logo_grey.svg).
+
+![Standard Logo](logo/logo.png)
+
+Libreboot Inside stickers are available as a [PDF](logo/stickers/libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.pdf) or a [vector](libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.svg).
+
+![Libreboot Inside Sticker](libreboot-inside-simple-bold-1.60cmx2.00cm-diecut-3.svg)
+
+See the [license information](logo/license.md).
diff --git a/www/logo/license.txt b/www/logo/license.md
index bd75defc..2bd7431a 100644
--- a/www/logo/license.txt
+++ b/www/logo/license.md
@@ -1,3 +1,7 @@
+---
+title: Logo License
+...
+
Copyright 2014 Marcus Moeller (license: CC-0)
the stickers are made by Patrick McDermott in 2015, also CC-0
diff --git a/www/publish.sh b/www/publish.sh
index b593f571..1589813f 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -15,7 +15,7 @@ fi
tail -n +5 $FILE.md >> temp.md
# add license notice where applicable
-if [[ "${FILE} != "docs*""]]
+if [[ ${FILE} != "docs*" ]] ; then
cat license.md >> temp.md
fi