From e48310994bd5221b2d7216f3ebdcdf5d7d724a2b Mon Sep 17 00:00:00 2001 From: Colin Leitner Date: Fri, 21 Sep 2007 16:46:22 +0200 Subject: Added the SVG logo and included it into the sidebar. --- hurd-logo.png | Bin 0 -> 1764 bytes hurd-logo.svg | 43 +++++++++++++++++++++++++++++++++++++++++++ local.css | 7 ++++++- sidebar.mdwn | 2 ++ 4 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 hurd-logo.png create mode 100644 hurd-logo.svg diff --git a/hurd-logo.png b/hurd-logo.png new file mode 100644 index 00000000..fd26a87e Binary files /dev/null and b/hurd-logo.png differ diff --git a/hurd-logo.svg b/hurd-logo.svg new file mode 100644 index 00000000..af24ae89 --- /dev/null +++ b/hurd-logo.svg @@ -0,0 +1,43 @@ + + + + + The Hurd Boxes and Arrows logo. + + Converted to SVG by Thomas Schwinge and Colin Leitner at 09/2007. + We used the metafont original from Stephen McCamant (1997). + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/local.css b/local.css index fd827702..384309bb 100644 --- a/local.css +++ b/local.css @@ -101,7 +101,12 @@ pre + * { padding-left: 2.5ex; } - +/* Make the logo appear centered */ +#sidebar img { + display: block; + margin-left: auto; + margin-right: auto; +} .table_style_1 { diff --git a/sidebar.mdwn b/sidebar.mdwn index 34e23772..e280b305 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -6,6 +6,8 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]]."]] +![Hurd](hurd-logo.png) + * **[[Home|/index]]** * **[[Community]]** * **[[Hurd/GettingHelp]]** -- cgit v1.2.3