From 7b51e4bd594a523036684c9d88d61877be4c2beb Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 26 Apr 2017 08:51:03 -0700 Subject: Fit taskbar on one line --- www/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/index.md b/www/index.md index 14c94077..340aab60 100644 --- a/www/index.md +++ b/www/index.md @@ -10,11 +10,11 @@ mascot"){#logo}](faq.md#who-did-the-logo) [Install](docs/install/) -- [Documentation](docs/) -- [News](news/) -- -[Contact/IRC](https://webchat.freenode.net/?channels=libreboot) -- -[Report bugs](https://notabug.org/libreboot/libreboot/issues) -- -[Send patches](git.md) -- +[Discuss](https://webchat.freenode.net/?channels=libreboot) -- +[Bugs](https://notabug.org/libreboot/libreboot/issues) -- +[Contribute](git.md) -- [Tasks](tasks.md) -- -[Project Management Information](management.md) +[Management](management.md) Libreboot is a [free](https://www.gnu.org/philosophy/free-sw.html) and Open Source BIOS or UEFI replacement, initialising the hardware and booting your -- cgit v1.2.3-70-g09d2 From cfc46519351ad31c8ac58230ae5c60aeb1a84857 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 26 Apr 2017 08:52:49 -0700 Subject: Tighten up footer --- www/publish.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/publish.sh b/www/publish.sh index c51f65c7..fe193437 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -40,9 +40,9 @@ fi echo "" >> temp.md printf "[License](/license.md) --\n" >> temp.md -printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md -printf "[Guidelines for good conduct](/conduct.md) --\n" >> temp.md -printf "[Project Management Guidelines, plus leadership information](/management.md) \n" >> temp.md +printf "[Authors](/contrib.md) --\n" >> temp.md +printf "[Conduct Guidelines](/conduct.md) --\n" >> temp.md +printf "[Management Guidelines](/management.md) \n" >> temp.md # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' -- cgit v1.2.3-70-g09d2 From 12d2bb83f6b7808b6d4065630ff85d24dbe829c2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 26 Apr 2017 08:53:39 -0700 Subject: Tighten up FOSDEM text --- www/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/index.md b/www/index.md index 340aab60..230550f0 100644 --- a/www/index.md +++ b/www/index.md @@ -46,5 +46,4 @@ depthcharge, GRUB, and flashrom where possible. Together, we provide an automated build and installation system with nontechnical documentation, allowing Libreboot to be widely used. -[Watch our FOSDEM 2017 presentation about Libreboot (speaker is Leah -Rowe)](https://video.fosdem.org/2017/K.1.105/libreboot.mp4) +Watch our [FOSDEM 2017 presentation](https://video.fosdem.org/2017/K.1.105/libreboot.mp4) to learn more. -- cgit v1.2.3-70-g09d2