diff options
author | Colin Leitner <colin.leitner@gmx.net> | 2007-09-21 16:46:22 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 16:56:15 +0200 |
commit | e48310994bd5221b2d7216f3ebdcdf5d7d724a2b (patch) | |
tree | de5574522e10b1e38654e91a4bea98f6aa3c3dd7 | |
parent | 3da3ea6018dabd7a09ab60bb8f7f80851f5ebc8b (diff) |
Added the SVG logo and included it into the sidebar.
-rw-r--r-- | hurd-logo.png | bin | 0 -> 1764 bytes | |||
-rw-r--r-- | hurd-logo.svg | 43 | ||||
-rw-r--r-- | local.css | 7 | ||||
-rw-r--r-- | sidebar.mdwn | 2 |
4 files changed, 51 insertions, 1 deletions
diff --git a/hurd-logo.png b/hurd-logo.png Binary files differnew file mode 100644 index 00000000..fd26a87e --- /dev/null +++ b/hurd-logo.png 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 @@ +<?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20cm" height="20cm" viewBox="0 0 100 100"> + <desc> + 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). + </desc> + <defs> + <style type="text/css"> + #boxes, #arrows { + stroke: black; + stroke-width: 3; + } + + #boxes { fill: white; } + </style> + </defs> + <g transform="translate(0 100) scale(1 -1) translate(-5 5)"> + <g id="arrows" fill="none" stroke-linecap="round"> + <path d="M 40 80 Q 20 80 20 65 L 20 60"/> + <path d="M 15 65 L 20 60 L 25 65"/> + + <path d="M 50 70 Q 50 50 62.5 50 L 70 50"/> + <path d="M 65 45 L 70 50 L 65 55"/> + + <path d="M 60 20 Q 100 20 100 50 Q 100 80 65 80 L 60 80"/> + <path d="M 65 75 L 60 80 L 65 85"/> + + <path d="M 80 40 Q 80 0 50 0 Q 20 0 20 35 L 20 40"/> + <path d="M 15 35 L 20 40 L 25 35"/> + </g> + + <g id="boxes"> + <rect x="10" y="40" width="20" height="20"/> + <rect x="40" y="70" width="20" height="20"/> + <rect x="70" y="40" width="20" height="20"/> + <rect x="40" y="10" width="20" height="20"/> + </g> + </g> +</svg> + @@ -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]]** |