From d37dade9c3e353fc639f8a4ac5dfca1f301cd93c Mon Sep 17 00:00:00 2001 From: Tao Nelson Date: Sat, 4 Mar 2023 13:39:05 +1100 Subject: [PATCH] Add Solaris and HURD as supported. --- images/hurd.svg | 50 ++++++++++++++++++++++++++ images/solaris.svg | 89 ++++++++++++++++++++++++++++++++++++++++++++++ index.html | 14 +++++--- style.css | 2 +- 4 files changed, 150 insertions(+), 5 deletions(-) create mode 100644 images/hurd.svg create mode 100644 images/solaris.svg diff --git a/images/hurd.svg b/images/hurd.svg new file mode 100644 index 0000000..c0a7e46 --- /dev/null +++ b/images/hurd.svg @@ -0,0 +1,50 @@ + + + + + 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). + available on http://www.gnu.org/graphics/hurd_mf.html. + + TODO. The flection of some of the curves is different from the + original. We don't know yet how to exactly reproduce + METAFONT's ``A..B'' syntax. Also the thickness of the lines + may be a different one. Elaborate on the copyright situation + and licensing conditions. + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/solaris.svg b/images/solaris.svg new file mode 100644 index 0000000..2339741 --- /dev/null +++ b/images/solaris.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 45a6a75..206642a 100644 --- a/index.html +++ b/index.html @@ -75,14 +75,20 @@

Supported Operating Systems

diff --git a/style.css b/style.css index 5ac4975..fc96839 100644 --- a/style.css +++ b/style.css @@ -228,7 +228,7 @@ footer { #osicons > li { vertical-align: top; - width: 33%; + width: 20%; display: inline-block; font-size: 1.2em; }