www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/graphics graphics.html


From: Therese Godefroy
Subject: www/graphics graphics.html
Date: Thu, 21 Jun 2018 02:14:32 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 18/06/21 02:14:32

Modified files:
        graphics       : graphics.html 

Log message:
        Reorganize, add selection by theme and type.
        See https://lists.gnu.org/mailman/private/www-discuss/2018/010036.html

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/graphics.html?cvsroot=www&r1=1.188&r2=1.189

Patches:
Index: graphics.html
===================================================================
RCS file: /webcvs/www/www/graphics/graphics.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -b -r1.188 -r1.189
--- graphics.html       1 Jun 2018 09:07:11 -0000       1.188
+++ graphics.html       21 Jun 2018 06:14:30 -0000      1.189
@@ -1,201 +1,602 @@
 <!--#include virtual="/server/header.html" -->
 <!-- Parent-Version: 1.84 -->
+   <!--#if expr="$QUERY_STRING = /theme=([^&#]+)/"
+--><!--#set var="THEME" value="$1"
+--><!--#endif
+--><!--#if expr="$QUERY_STRING = /type=([^&#]+)/"
+--><!--#set var="TYPE" value="$1"
+--><!--#endif -->
 <title>The GNU Art Gallery
 - GNU Project - Free Software Foundation</title>
+<style type="text/css" media="print,screen"><!--
+form#select div { margin: .5em; display: inline-block; }
+--></style>
 <!--#include virtual="/graphics/po/graphics.translist" -->
 <!--#include virtual="/server/banner.html" -->
 <h2>The GNU Art Gallery</h2>
 
-<p>Beside the art on these GNU Web pages, we at the GNU Project
-have the art:</p>
+<p>Besides the GNU website, you will find some of these designs on the
+covers of <a href="/doc/doc.html">GNU Manuals</a>, on <a
+href="https://shop.fsf.org/collection/gnu-gear#Tshirts";>GNU T-shirts</a>,
+and on the covers of the <a href="/bulletins/bulletins.html">GNU's
+Bulletins</a>.</p>
 
-<ul>
-<li>on the covers of <a href="/doc/doc.html">GNU Manuals</a></li>
-<li>on <a href="https://shop.fsf.org/collection/gnu-gear#Tshirts";>GNU 
T-shirts</a></li>
-<li>on the covers of the <a href="/bulletins/bulletins.html">GNU's
-    Bulletins</a></li>
-</ul>
-
-<p>We are looking for new graphic designs for t-shirts and other GNU and
+<p>We are looking for new graphic designs for T-shirts and other GNU and
 FSF items to offer in our shop. If you are interested in contributing
 some good-quality art to help raise free software awareness, please
 contact <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.
 Please don't send us files over 2 Megabytes, instead upload the file and
 send us a link. Here are some <a
-href="http://libreplanet.org/wiki/Group:Free_Software_Foundation/Ideas#Store_suggestions";>
+href="https://libreplanet.org/wiki/Group:Free_Software_Foundation/Ideas#Store_suggestions";>
 ideas on how we can use artwork</a>.</p>
 
-<p class="c" >*** Many thanks to all the artists! ***</p>
+<p>Please note the <a href="/server/fsf-html-style-sheet.html#UseofGraphics">
+graphic style guidelines</a> used in designing and illustrating this site.</p>
 
-<h3>What's new?</h3>
+<div class="c">
+<p>*** Many thanks to all the artists! ***</p>
 
-<ul>
-  <li>May 2018: <a href="https://librefan.eu.org/node/787";><em>Pepper and 
Carrot</em>
-    episode 24</a>, a free software cartoon by Librefan</li>
-  <li>May 2018: <a href="/graphics/freedom-reflection.html">Freedom 
Reflection</a>
-                    by Crista Moreno</li>
-  <li>January 2018: <a 
href="https://goblinrefuge.com/mediagoblin/u/emacsomancer/m/my-god-it-s-full-of-car-s-png";>
-    My God, it's full of &lsquo;car&rsquo;s!</a> wallpaper by Benjamin 
Slade</li>
-  <li>October 2017: <a href="/graphics/flying-gnu.html">Flying GNU</a>
-                    by Ernesto Bazzano</li>
-  <li>September 2017: <a href="/graphics/r4sh-gnu-vaporwave.html">GNU 
Vaporwave Design</a>
-                    by R4sH</li>
-  <li>June 2017: <a href="/graphics/gnu-linux-logos.html">GNU/Linux logo</a>
-                    by Burkhard Jäckel.</li>
-</ul>
+<form id="select" action="#whats-new">
+<div><strong>Select by theme:</strong><br />
+<select name="theme" id="theme" title="Theme">
+<option value="">all</option>
+<!--#if expr="$THEME = gnuhead"
+--><option value="gnuhead" selected="selected">Gnu head</option><!--#else
+--><option value="gnuhead">Gnu head</option><!--#endif -->
+<!--#if expr="$THEME = gnu"
+--><option value="gnu" selected="selected">Gnu character</option><!--#else
+--><option value="gnu">Gnu character</option><!--#endif -->
+<!--#if expr="$THEME = tux"
+--><option value="tux" selected="selected">Tux / Freedo</option><!--#else
+--><option value="tux">Tux / Freedo</option><!--#endif -->
+<!--#if expr="$THEME = rms"
+--><option value="rms" selected="selected">RMS</option><!--#else
+--><option value="rms">RMS</option><!--#endif -->
+<!--#if expr="$THEME = emacs"
+--><option value="emacs" selected="selected">Emacs</option><!--#else
+--><option value="emacs">Emacs</option><!--#endif -->
+<!--#if expr="$THEME = fs"
+--><option value="fs" selected="selected">Other free software / 
FSF</option><!--#else
+--><option value="fs">Other free software / FSF</option><!--#endif -->
+<!--#if expr="$THEME = license"
+--><option value="license" selected="selected">license</option><!--#else
+--><option value="license">license</option><!--#endif -->
+<!--#if expr="$THEME = drm"
+--><option value="drm" selected="selected">DRM</option><!--#else
+--><option value="drm">DRM</option><!--#endif -->
+<!--#if expr="$THEME = surveillance"
+--><option value="surveillance" 
selected="selected">surveillance</option><!--#else
+--><option value="surveillance">surveillance</option><!--#endif --></select>
+</div>
 
-<h3>GNU Art on this Site</h3>
+<div><strong>Select by type:</strong><br />
+<select name="type" id="type" title="Type">
+<option value="">all</option>
+<!--#if expr="$TYPE = ascii"
+--><option value="ascii" selected="selected">ASCII art</option><!--#else
+--><option value="ascii">ASCII art</option><!--#endif -->
+<!--#if expr="$TYPE = banner"
+--><option value="banner" selected="selected">banner / badge / 
T-shirt</option><!--#else
+--><option value="banner">banner / badge / T-shirt</option><!--#endif -->
+<!--#if expr="$TYPE = button"
+--><option value="button" selected="selected">button / stamp / 
sticker</option><!--#else
+--><option value="button">button / stamp / sticker</option><!--#endif -->
+<!--#if expr="$TYPE = icon"
+--><option value="icon" selected="selected">icon / avatar</option><!--#else
+--><option value="icon">icon / avatar</option><!--#endif -->
+<!--#if expr="$TYPE = cartoon"
+--><option value="cartoon" selected="selected">cartoon</option><!--#else
+--><option value="cartoon">cartoon</option><!--#endif -->
+<!--#if expr="$TYPE = plastic"
+--><option value="plastic" selected="selected">plastic art</option><!--#else
+--><option value="plastic">plastic art</option><!--#endif -->
+<!--#if expr="$TYPE = logo"
+--><option value="logo" selected="selected">logo</option><!--#else
+--><option value="logo">logo</option><!--#endif -->
+<!--#if expr="$TYPE = poster"
+--><option value="poster" selected="selected">poster</option><!--#else
+--><option value="poster">poster</option><!--#endif -->
+<!--#if expr="$TYPE = svg"
+--><option value="svg" selected="selected">SVG format</option><!--#else
+--><option value="svg">SVG format</option><!--#endif -->
+<!--#if expr="$TYPE = wallpaper"
+--><option value="wallpaper" selected="selected">wallpaper</option><!--#else
+--><option value="wallpaper">wallpaper</option><!--#endif --></select>
+</div>
 
-<p>Please note the <a href="/server/fsf-html-style-sheet.html#UseofGraphics">
-graphic style guidelines</a> used in designing and illustrating this site.</p>
+<p><input type="submit" value="Submit" /></p>
+</form>
+</div>
+
+<h3 id="whats-new">What's new?</h3>
+
+<ul><!--#if expr="$THEME = /^(gnu|tux|rms|)$/
+               && $TYPE  = /^(cartoon|)$/" -->
+<li>May 2018: <a href="https://librefan.eu.org/node/787";>
+    <em>Pepper &amp; Carrot</em> episode 24</a> &ndash; a free software cartoon
+    by Librefan</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li>May 2018: <a href="/graphics/freedom-reflection.html">Freedom 
Reflection</a>
+    by Crista Moreno</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|emacs|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li>January 2018: <a 
href="https://goblinrefuge.com/mediagoblin/u/emacsomancer/m/my-god-it-s-full-of-car-s-png";>
+    My God, it's full of &lsquo;car&rsquo;s!</a> &ndash; wallpaper
+    by Benjamin Slade</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(poster|svg|wallpaper|)$/" -->
+<li>October 2017: <a href="/graphics/flying-gnu.html">Flying GNU</a>
+    by Ernesto Bazzano</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(banner|)$/" -->
+<li>September 2017: <a href="/graphics/r4sh-gnu-vaporwave.html">GNU Vaporwave 
Design</a>
+    by R4sH</li><!--#endif
+--> <!--#if expr="$THEME = /^$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li>June 2017: <a href="/graphics/gnu-linux-logos.html">GNU/Linux logo</a>
+    by Burkhard Jäckel.</li><!--#endif
+-->
+<li class="emph-box" style="display: inline-block">&nbsp;<a
+    href="#this-site">Next section</a>&nbsp;</li>
+</ul>
+
+<h3 id="this-site">GNU Art on this site</h3>
 
-<ul>
-<li><a href="/graphics/3dbabygnutux.html">A 3D baby GNU and baby Tux</a></li>
-<li><a href="/graphics/3dgnuhead.html">Dale Mellor's 3D GNU head</a></li>
-<li><a href="/graphics/agnubody.html">A GNU Body</a></li>
-<li><a href="/graphics/agnuhead.html">A GNU head</a></li>
-<li><a href="/graphics/agnuheadterm.html">A GNU head for terminals</a></li>
-<li><a href="/graphics/ahurdlogo.html">Hurd Logos</a></li>
-<li><a href="/graphics/alternative-ascii.html">Another ASCII Gnu</a></li>
-<li><a href="/graphics/anfsflogo.html">An FSF Logo</a></li>
-<li><a href="/graphics/anlpflogo.html">An LPF Logo</a></li>
-<li><a href="/graphics/anothertypinggnu.html">Another typing
-    GNU hacker</a></li>
-<li><a href="/graphics/atypinggnu.html">A typing GNU hacker</a></li>
-<li><a href="/graphics/avatars.html">Avatars</a></li>
-<li><a href="/graphics/babygnu.html">Baby GNU</a></li>
-<li><a href="/graphics/bokma-gnu.html">John Bokma's GNU and Emacs 
logos</a></li>
-<li><a href="/graphics/bold-initiative-GNU-head.html">Winking GNU</a> by Bravo 
Edison</li>
-<li><a href="/graphics/bvbn.html">Useful GNU art by Vladimir Tsarkov</a></li>
-<li><a href="/graphics/bwcartoon.html">The Dynamic Duo: The GNU and
-    the Penguin in flight</a></li>
-<li><a href="/graphics/copyleft-sticker.html">Don Hopkins's
-&quot;Copyleft (L)&quot; sticker</a></li>
-<li><a href="/graphics/digital-restrictions-management.html">Digital 
Restrictions Management</a></li>
-<li><a href="/graphics/distros-dragora.html">Dragora</a></li>
-<li><a href="/graphics/dog.html">Dog Cartoon</a> by Richard Stallman and 
Antonomakia</li>
-<li><a href="/graphics/emacs-ref.html">GNU Emacs Reference
-Wallpaper from Loic Duros</a></li>
-<li><a href="/graphics/freedom.html">What Freedom Means</a></li>
-<li><a href="/graphics/freedom-reflection.html">Freedom Reflection</a> by 
Crista Moreno</li>
-<li><a href="/graphics/free-software-dealers.html">Free-Software Dealers</a> 
by Péhä</li>
-<li><a href="/graphics/french-motto.html">French motto button by Lutz 
Bürger</a></li>
-<li><a href="/graphics/fromagnulinux.html">Fromagnulinux</a></li>
-<li><a href="/graphics/fsf-logo.html">Free Software Foundation Logo</a></li>
-<li><a href="/graphics/FSFS-logo.html">The book cover logo for Free Software, 
Free Society</a></li>
-<li><a href="/graphics/gleesons.html">Gleeson's GNU art</a></li>
-<li><a href="/graphics/gnewsense.html">gNewSense</a></li>
-<li><a href="/graphics/gnu-30.html">GNU 30th birthday</a></li>
-<li><a href="/graphics/gnu-alternative.html">Alternative GNU Head</a></li>
-<li><a href="/graphics/gnu-ascii-liberty.html">An ASCII GNU is
-Liberty</a></li>
-<li><a href="/graphics/gnu-ascii.html">An ASCII Gnu</a></li>
-<li><a href="/graphics/gnu-ascii2.html">Another ASCII Gnu
-    (for email signatures)</a></li>
-<li><a href="/graphics/gnu-born-free-run-free.html">GNU Born Free Run Free</a>
-    by Alicia Lapekas</li>
-<li><a href="/graphics/gnu-head-luk.html">Luk's GNU head</a></li>
-<li><a href="/graphics/gnu-head-shadow.html">A GNU head shadowed</a></li>
-<li><a href="/graphics/gnu-inside.html">GNU Inside</a></li>
-<li><a href="/graphics/gnu-jacket.html">A Gnu wearing a jacket</a></li>
-<li><a href="/graphics/gnu-linux-logos.html">GNU/Linux logo</a>
-    by Burkhard Jäckel</li>
-<li><a href="/graphics/gnu-slash-linux.html">GNU/Linux</a></li>
-<li><a href="/graphics/gnubanner.html">GNU Banner</a></li>
-<li><a href="/graphics/gnuhornedlogo.html">A GNU logo with horns</a></li>
-<li><a href="/graphics/gnulove.html">A Penguin Hugging A GNU</a></li>
-<li><a href="/graphics/gnuolantern.html">GNU o Lantern</a></li>
-<li><a href="/graphics/gnupascal.html">GNU and Blaise Pascal</a></li>
-<li><a href="/graphics/gnupumpkin.html">GNU Pumpkin</a></li>
-<li><a href="/graphics/gnusvgart.html">GNU Art in svg format</a></li>
-<li><a href="/graphics/groff-head.html">Groff Head</a></li>
-<li><a href="/graphics/heckert_gnu.html">Bold alternative GNU Head</a></li>
-<li><a href="/graphics/historic-gnu-press.html">Historic GNU press 
items</a></li>
-<li><a href="/graphics/hitflip-gnu.html">Hitflip's GNU coin and herd</a></li>
-<li><a href="/graphics/httptunnel-logo.html">httptunnel Logo</a></li>
-<li><a href="/graphics/hurd_mf.html">Hurd Logos in Metafont</a></li>
-<li><a href="/graphics/jesus-cartoon.html">A cartoon featuring Jesus 
and...</a></li>
-<li><a href="/graphics/kafa.html">Abstract GNU Art</a></li>
-<li><a href="/graphics/license-logos.html">GNU License Logos</a></li>
-<li><a href="/graphics/listen.html">Listening Gnu by the Nevrax
-    Design Team</a></li>
-<li><a href="/graphics/lovchik-gnu.html">Lisa J. Lovchik GNU art</a></li>
-<li><a href="/graphics/meditate.html">Levitating, Meditating,
-    Flute-playing Gnu by the Nevrax Design Team</a></li>
+<ul><!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/3dbabygnutux.html">A 3D baby GNU and baby Tux</a>
+    by Nicolas Rougier</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/3dgnuhead.html">3D GNU head</a>
+    by Dale Mellor</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/agnubody.html">A GNU Body</a>
+    by Graham Wilson</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(svg|wallpaper|)$/" -->
+<li><a href="/graphics/agnuhead.html">A GNU head</a>
+    by Etienne Suvasa, and various derived images</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/agnuheadterm.html">A GNU head for terminals</a>
+    by Mattias Andrée</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/ahurdlogo.html">Hurd Logos</a>,
+    resp. by Teddy Hogeborn and Stephen McCamant</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/anfsflogo.html">An FSF Logo</a>
+    by Shawn Ewald</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/anlpflogo.html">An LPF Logo</a>
+    by Etienne Suvasa</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(badge|)$/" -->
+<li><a href="/graphics/atypinggnu.html">A typing GNU hacker</a>
+    by Jamal Hannah</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(badge|)$/" -->
+<li><a href="/graphics/anothertypinggnu.html">Another typing GNU hacker</a>
+    (based on Jamal Hannah's typing GNU)
+    by Peter McLachlan</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/babygnu.html">Baby GNU</a>
+    by Etienne Suvasa</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|emacs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/bokma-gnu.html">GNU and Emacs logos</a>
+    by John Bokma</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(svg|)$/" -->
+<li><a href="/graphics/bold-initiative-GNU-head.html">Winking GNU</a>
+    by Bravo Edison</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|tux|)$/
+               && $TYPE  = /^(banner|button|icon |logo|)$/" -->
+<li><a href="/graphics/bvbn.html">Useful GNU art</a>
+    by Vladimir Tsarkov</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/bwcartoon.html">The Dynamic Duo: The GNU and the Penguin
+    in flight</a></li><!--#endif
+--> <!--#if expr="$THEME = /^(license|)$/
+               && $TYPE  = /^(button|)$/" -->
+<li><a href="/graphics/copyleft-sticker.html">&ldquo;Copyleft (L)&rdquo; 
sticker</a>
+    by Don Hopkins</li><!--#endif
+--> <!--#if expr="$THEME = /^(drm|)$/
+               && $TYPE  = /^(banner|svg|)$/" -->
+<li><a href="/graphics/digital-restrictions-management.html">Digital 
Restrictions Management</a>
+    by Chris Hayes</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/distros-dragora.html">Dragora logo</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(surveillance|)$/
+               && $TYPE  = /^(cartoon|)$/" -->
+<li><a href="/graphics/dog.html">Dog Cartoon</a>
+    by Richard Stallman and Antonomakia</li><!--#endif
+--> <!--#if expr="$THEME = /^(emacs|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/emacs-ref.html">GNU Emacs Reference Wallpaper</a>
+    by Loic Duros</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(poster|svg|wallpaper|)$/" -->
+<li><a href="/graphics/flying-gnu.html">Flying GNU</a>
+    by Ernesto Bazzano</li><!--#endif
+--> <!--#if expr="$THEME = /^(rms|fs|)$/
+               && $TYPE  = /^(cartoon|)$/" -->
+<li><a href="/graphics/freedom.html">What Freedom Means</a>
+    by Michael Pagnotti</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/freedom-reflection.html">Freedom Reflection</a>
+    by Crista Moreno</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/free-software-dealers.html">Free-Software Dealers</a>
+    by Péhä</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/free-your-soul.html">Free Your Soul</a> &ndash; 
wallpaper
+    by Sayem Chaklader</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|tux|)$/
+               && $TYPE  = /^(button|svg|)$/" -->
+<li><a href="/graphics/french-motto.html">French motto button</a>
+    by Lutz Bürger</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/fromagnulinux.html">Fromagnulinux</a>
+    by Denis Trimaille</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/fsf-logo.html">Free Software Foundation Logo</a>
+    by Li Jiang</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/FSFS-logo.html">The book cover logo for Free Software,
+    Free Society</a></li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(banner|)$/" -->
+<li><a href="/graphics/gleesons.html">GNU art</a>
+    by Brendon Gleeson</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/gnewsense.html">gNewSense logo</a>
+    by Li Jiang</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(banner|svg|)$/" -->
+<li><a href="/graphics/gnu-30.html">GNU 30th birthday</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(ascii|wallpaper|)$/" -->
+<li><a href="/graphics/gnu-alternative.html">Alternative GNU Head</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(ascii|)$/" -->
+<li><a href="/graphics/gnu-ascii.html">An ASCII Gnu</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(ascii|button|icon|)$/" -->
+<li><a href="/graphics/gnu-ascii2.html">Another ASCII Gnu</a> (for email 
signatures)
+    by Martin Dickopp</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(ascii|)$/" -->
+<li><a href="/graphics/gnu-ascii-liberty.html">An ASCII &ldquo;GNU is 
Liberty&rdquo;</a>
+    (based on Martin Dickopp's &ldquo;Another ASCII Gnu&rdquo;)
+    by Carlos Contreras A. </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(badge|wallpaper|)$/" -->
+<li><a href="/graphics/gnu-born-free-run-free.html">GNU Born Free Runs Free</a>
+    by Alicia Lapekas</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(svg|)$/" -->
+<li><a href="/graphics/gnu-head-luk.html">GNU head</a>
+    by Luk</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(svg|)$/" -->
+<li><a href="/graphics/gnu-head-shadow.html">A GNU head shadowed</a>
+    by Vladimir Zúñiga</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(banner|)$/" -->
+<li><a href="/graphics/gnu-inside.html">GNU Inside</a>
+    (based on Aurelio Heckert's Bold GNU Head) &ndash; banner
+    by Mike Gerwitz</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/gnu-jacket.html">A Gnu wearing a jacket</a>
+    by Sarah Katzenell Rabkin</li><!--#endif
+--> <!--#if expr="$THEME = /^$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/gnu-linux-logos.html">GNU/Linux logos</a>
+    by Burkhard Jäckel</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/gnu-slash-linux.html">GNU/Linux art</a>
+    by Rui Damas</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(banner|)$/" -->
+<li><a href="/graphics/gnubanner.html">GNU Banners</a>,
+    resp. by Stefan Rieken, Lalo Martins, and SpAwN</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/gnuhornedlogo.html">A GNU logo with horns</a>
+    by Vladimir Zúñiga</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/gnulove.html">A Penguin Hugging A GNU</a>
+    by Alison Upton</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(plastic|)$/" -->
+<li><a href="/graphics/gnuolantern.html">GNU o Lantern</a>,
+    carved by Lorena Cid-Montiel</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|fs|)$/
+               && $TYPE  = /^(badge|logo|)$/" -->
+<li><a href="/graphics/gnupascal.html">GNU and Blaise Pascal</a>
+    by Markus Gerwinski</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(plastic|)$/" -->
+<li><a href="/graphics/gnupumpkin.html">GNU Pumpkin</a>,
+    carved by Jimmy Rustles</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/groff-head.html">Groff Head</a>
+    by Imogen Mulley</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/heckert_gnu.html">Bold alternative GNU Head</a>
+    by Aurelio A. Heckert</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/hitflip-gnu.html">GNU coin and herd</a>
+    by the Hitflip Team</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/httptunnel-logo.html">httptunnel Logo</a>
+    by Harri Manni</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/hurd_mf.html">Hurd Logos in Metafont</a>
+    by Stephen McCamant</li><!--#endif
+--> <!--#if expr="$THEME = /^$/
+               && $TYPE  = /^(cartoon|)$/" -->
+<li><a href="/graphics/jesus-cartoon.html">A cartoon featuring Jesus and...</a>
+    by Phil Garcia and Don Berry</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/kafa.html">Abstract GNU Art</a>
+    by Kursad Karatas</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(badge|poster|)$/" -->
+<li><a href="/graphics/listen.html">Listening Gnu</a>
+    by the Nevrax Design Team</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/lovchik-gnu.html">Colored GNU Head</a>
+    (based on Etienne Suvasa's GNU Head)
+    by Lisa J. Lovchik</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(badge|button|icon|svg|)$/" -->
+<li><a href="/graphics/meditate.html">Levitating, Meditating, Flute-playing 
Gnu</a>
+    by the Nevrax Design Team</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|tux|)$/
+               && $TYPE  = /^(icon|)$/" -->
 <li><a href="/graphics/gnu-and-tux-icon.html">Gnu and Tux Icon</a>
-by Sventsitskaya Nadezda</li>
-<li><a href="/graphics/nandakumar-gnu.html">GNU Gives Freedom</a></li>
-<li><a href="/graphics/navaneeth-gnu.html">Give Me Freedom</a></li>
-<li><a href="/graphics/package-logos.html">Logos of GNU packages</a></li>
-<li><a href="/graphics/philosophicalgnu.html">A Philosophical GNU</a></li>
-<li><a href="/graphics/philosoputer.html">Philosoputer</a></li>
-<li><a href="/graphics/plant-onion.html">Plant Onions!</a>, wallpaper by 
Péhä</li>
-<li><a href="/graphics/reiss-gnuhead.html">Color Gnu Head</a></li>
-<li><a href="/graphics/runfreegnu.html">Run free run GNU banner</a></li>
-<li><a href="/graphics/santa-gnu.html">Santa Claus GNU</a> by Luciano 
Lourenço</li>
+    by Sventsitskaya Nadezda</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(cartoon|svg|)$/" -->
+<li><a href="/graphics/nandakumar-gnu.html">GNU Gives Freedom</a>
+    by Nandakumar</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(cartoon|svg|)$/" -->
+<li><a href="/graphics/navaneeth-gnu.html">Give Me Freedom</a>
+    by Navaneeth</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(svg|)$/" -->
+<li><a href="/graphics/philosophicalgnu.html">A Philosophical GNU</a>
+    by Markus Gerwinski</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/philosoputer.html">Philosoputer</a>
+    by Braydon Fuller</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/plant-onion.html">Plant Onions!</a> &ndash; wallpaper
+    by Péhä</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(banner|)$/" -->
+<li><a href="/graphics/r4sh-gnu-vaporwave.html">GNU Vaporwave Design</a>
+    by R4sH</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/reiss-gnuhead.html">Color Gnu Head</a>
+    (based on Etienne Suvasa's GNU Head)
+    by Joseph W. Reiss</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(banner|svg|)$/" -->
+<li><a href="/graphics/runfreegnu.html">Run free run GNU</a>
+    by Vladimir Zúñiga</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(svg|)$/" -->
+<li><a href="/graphics/santa-gnu.html">Santa Claus GNU</a>
+    by Luciano Lourenço</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(poster|)$/" -->
 <li><a href="/graphics/scowcroft.html">GNU Characters</a>
-    by Carol Anne Scowcroft</li>
-<li><a href="/graphics/skwetu-gnu-logo.html">a Shishalh Gnu Logo</a> design by 
Skwetu</li>
+    by Carol Anne Scowcroft</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/skwetu-gnu-logo.html">A Shishalh Gnu Logo</a>
+    by Skwetu</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|fs|)$/
+               && $TYPE  = /^(banner|wallpaper|)$/" -->
 <li><a href="/graphics/skwid-wallpapers.html">GNU Designs</a>
-    by Ben &ldquo;Skwid&rdquo; Gailly</li>
-<li><a href="/graphics/slickgnu.html">A Slick GNU logo</a></li>
-<li><a href="/graphics/social.html">The GNU social logo</a></li>
-<li><a href="/graphics/spiritoffreedom.html">The Spirit of Freedom</a></li>
+    by Ben &ldquo;Skwid&rdquo; Gailly</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/slickgnu.html">A Slick GNU logo</a>
+    by Brian Bush</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/social.html">The GNU social logo</a>
+    by Jonas Laugs and Steven DuBois</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(poster|wallpaper|)$/" -->
+<li><a href="/graphics/spiritoffreedom.html">The Spirit of Freedom</a>
+    by Denís Fernández Cabrera</li><!--#endif
+--> <!--#if expr="$THEME = /^(rms|)$/
+               && $TYPE  = /^(poster|)$/" -->
 <li><a href="/graphics/stallman-as-saint-ignucius.html">Stallman as Saint 
Ignucius</a>
-    by Alicia Lapekas</li>
-<li><a href="/graphics/stark-gnuherd.html">Jochen St&auml;rk's Herd 
Banners</a></li>
-<li><a href="/graphics/supergnu-ascii.html">An ASCII Super Gnu</a></li>
-<li><a href="/graphics/this-is-freedom-wallpaper.html">This is Freedom 
Wallpaper</a></li>
-<li><a href="/graphics/trisquel.html">Trisquel</a></li>
-<li><a href="/graphics/usegnu.html">Use 'GNU</a></li>
-<li><a href="/graphics/wallpapers.html">Wallpapers</a></li>
-<li><a href="/graphics/whatsgnu.html">What's GNU</a></li>
-<li><a href="/graphics/winkler-gnu.html">Kyle Winkler's alternative GNU 
logos</a></li>
-<li><a href="/graphics/adrienne/">Adrienne Thompson's GNU art</a></li>
-<li><a href="/graphics/bahlon/">Georg Bahlon's 3D GNU head</a></li>
-<li><a href="/graphics/behroze/">Behroze Nejaati's GNU art</a></li>
-<li><a href="/graphics/fsfsociety/fsfsociety.html">Graphics from <i>Free
-    Software, Free Society</i></a></li>
-<li><a href="/graphics/gnu-post/">Tomasz W. Koz&#322;owski's GNU Post 
images</a></li>
-<li><a href="/graphics/gnu-and-freedo/gnu-and-freedo.html">
-    GNU+Freedo</a> SVG characters by Jos&eacute; Miguel Silva
-    Lara and M&aacute;rcio Alexandre Silva Delgado</li>
-<li><a href="/graphics/umsa/umsa.html">designs for the
-      UMSA course &ldquo;Núcleo GNU/Linux&rdquo;</a> by Ruth García</li>
-<li><a href="/graphics/free-your-soul.html">
-    Free Your Soul Wallpaper</a> by Sayem Chaklader</li>
-<li><a href="/graphics/r4sh-gnu-vaporwave.html">
-    GNU Vaporwave Design</a> by R4sH</li>
-<li><a href="/graphics/flying-gnu.html">
-    Flying GNU</a> by Ernesto Bazzano</li>
+    by Alicia Lapekas</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(banner|svg|)$/" -->
+<li><a href="/graphics/stark-gnuherd.html">Herd Banner</a>
+    by Jochen St&auml;rk</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(ascii|)$/" -->
+<li><a href="/graphics/supergnu-ascii.html">An ASCII Super Gnu</a>
+    by Vijay Kumar</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(ascii|)$/" -->
+<li><a href="/graphics/alternative-ascii.html">Another ASCII Gnu</a>
+    by Vijay Kumar</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/this-is-freedom-wallpaper.html">This is Freedom</a> 
&ndash; wallpaper
+    by Vadim Gush</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/trisquel.html">Trisquel logo</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(badge|banner|)$/" -->
+<li><a href="/graphics/usegnu.html">Use 'GNU</a>
+    by Etienne Suvasa and the FSF staff</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(badge|banner|svg|)$/" -->
+<li><a href="/graphics/whatsgnu.html">What's GNU</a>
+    by Etienne Suvasa</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(logo|svg|wallpaper|)$/" -->
+<li><a href="/graphics/winkler-gnu.html">Alternative GNU logo</a>
+    by Kyle Winkler</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/adrienne/">GNU art</a>
+    by Adrienne Thompson</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^$/" -->
+<li><a href="/graphics/bahlon/">3D GNU head</a>
+    by Georg Bahlon</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|)$/
+               && $TYPE  = /^(button|svg|)$/" -->
+<li><a href="/graphics/behroze/">GNU buttons</a>
+    by Behroze Nejaati</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="/graphics/fsfsociety/fsfsociety.html">Graphics from <i>Free 
Software,
+    Free Society</i></a></li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|emacs|fs|)$/
+               && $TYPE  = /^(banner|button|cartoon|svg|)$/" -->
+<li><a href="/graphics/gnu-post/">GNU Post images</a>
+    by Tomasz W. Koz&#322;owski's</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(button|cartoon|icon|svg|)$/" -->
+<li><a href="/graphics/gnu-and-freedo/gnu-and-freedo.html">GNU + Freedo</a> 
&ndash; SVG characters
+    by Jos&eacute; Miguel Silva Lara and M&aacute;rcio Alexandre Silva 
Delgado</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|tux|)$/
+               && $TYPE  = /^(poster|svg|)$/" -->
+<li><a href="/graphics/umsa/umsa.html">Designs for the UMSA course
+    &ldquo;Núcleo GNU/Linux&rdquo;</a>
+    by Ruth García</li><!--#endif
+-->
+<li class="emph-box" style="display: inline-block">&nbsp;<a
+    href="#collections">Next section</a>&nbsp;</li>
+</ul>
+
+<h4 id="collections">Collections</h4>
+<ul><!--#if expr="$THEME = /^$/
+               && $TYPE  = /^(icon|)$/" -->
+<li><a href="/graphics/avatars.html">Avatars</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|)$/
+               && $TYPE  = /^(svg|)$/" -->
+<li><a href="/graphics/gnusvgart.html">GNU Art in SVG format</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|emacs|fs|)$/
+               && $TYPE  = /^(banner|button|plastic|poster|)$/" -->
+<li><a href="/graphics/historic-gnu-press.html">Historic GNU press items</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(license|)$/
+               && $TYPE  = /^(logo|svg|)$/" -->
+<li><a href="/graphics/license-logos.html">GNU License Logos</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="/graphics/package-logos.html">Logos of GNU packages</a>
+    </li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|tux|emacs|fs|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
+<li><a href="/graphics/wallpapers.html">Wallpapers</a>
+    </li><!--#endif
+-->
+<li class="emph-box" style="display: inline-block">&nbsp;<a
+    href="#other-sites">Next section</a>&nbsp;</li>
 </ul>
 
-<h3>GNU Art on other sites</h3>
+<h3 id="other-sites">GNU Art on other sites</h3>
 
-<ul>
-<li><a href="https://librefan.eu.org/node/787";><em>Pepper and Carrot</em>
-    episode 24</a>, a free software cartoon by Librefan</li>
+<ul><!--#if expr="$THEME = /^(gnu|tux|rms|)$/
+               && $TYPE  = /^(cartoon|)$/" -->
+<li><a href="https://librefan.eu.org/node/787";>
+    <em>Pepper &amp; Carrot</em> episode 24</a> &ndash; a free software cartoon
+    by Librefan</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|emacs|)$/
+               && $TYPE  = /^(wallpaper|)$/" -->
 <li><a 
href="https://goblinrefuge.com/mediagoblin/u/emacsomancer/m/my-god-it-s-full-of-car-s-png";>
-    My God, it's full of &lsquo;car&rsquo;s!</a> wallpaper by Benjamin 
Slade</li>
-<li><a href="http://www.techtux.be/fsf/index.html";>
-    GNU designs</a> by Ben &ldquo;Skwid&rdquo; Gailly</li>
-<li><a 
href="http://www.davidam.com:80/art/free-software/free-software-art.tar.gz";>
-    Free software art</a> by David Arroyo Menéndez</li>
-<li><a href="http://apolonis.deviantart.com/art/Le-Sage-285523519";>
-    Le Sage</a> by Apolonis</li>
-<li><a href="http://gnuart.onshore.com";>
-    GNU art</a> by Raul Silva</li>
-<li><a href="http://lispmachine.wordpress.com/category/art/";>
-    Various logos</a> by Arnuld Uttre</li>
-<li><a href="http://www.gerwinski.de/~anja/gnuart/";>
-    GNU themed artwork</a> by Anja Gerwinski</li>
-<li><a 
href="http://web.archive.org/web/20110513011151/http://graphics.rootmode.com/";>
-    Favicon and buttons</a> (archived) by Edward Alfert</li>
+    My God, it's full of &lsquo;car&rsquo;s!</a> &ndash; wallpaper
+    by Benjamin Slade</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|)$/
+               && $TYPE  = /^(badge|wallpaper|)$/" -->
+<li>More <a href="http://www.techtux.be/fsf/index.html";>GNU designs</a>
+    by Ben &ldquo;Skwid&rdquo; Gailly</li><!--#endif
+--> <!--#if expr="$THEME = /^(fs|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a 
href="http://www.davidam.com/art/free-software/free-software-art.tar.gz";>
+    Free software art</a>
+    by David Arroyo Menéndez</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|)$/
+               && $TYPE  = /^(poster|)$/" -->
+<li><a href="https://apolonis.deviantart.com/art/Le-Sage-285523519";>Le Sage</a>
+    by Apolonis</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnu|fs|)$/
+               && $TYPE  = /^(banner|logo|poster|)$/" -->
+<li><a href="http://gnuart.onshore.com";>GNU art</a>
+    by Raul Silva</li><!--#endif
+--> <!--#if expr="$THEME = /^(license$|)$/
+               && $TYPE  = /^(logo|)$/" -->
+<li><a href="https://lispmachine.wordpress.com/category/art/";>Various logos</a>
+    by Arnuld Uttre</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|tux|fs|)$/
+               && $TYPE  = /^(button|wallpaper|)$/" -->
+<li><a href="http://www.gerwinski.de/~anja/gnuart/";>GNU themed artwork</a>
+    by Anja and Markus Gerwinski</li><!--#endif
+--> <!--#if expr="$THEME = /^(gnuhead|gnu|)$/
+               && $TYPE  = /^(button|icon|)$/" -->
+<li><a 
href="https://web.archive.org/web/20110513011151/http://graphics.rootmode.com/";>
+    Favicon and buttons</a> (archived)
+    by Edward Alfert</li><!--#endif
+-->
+<li class="emph-box" style="display: inline-block">&nbsp;<a
+    href="#select">Back to selection form</a>&nbsp;</li>
 </ul>
 
 <p id="openclipart">You can also find GNU-related public domain graphics at
-  <a href="https://openclipart.org/search/?query=gnu";>
-    openclipart.org</a>.</p>
+<a href="https://openclipart.org/search/?query=GNU";>openclipart.org</a>.</p>
 
 </div><!-- for id="content", starts in the include above -->
 <!--#include virtual="/server/footer.html" -->
@@ -244,8 +645,7 @@
      There is more detail about copyright years in the GNU Maintainers
      Information document, www.gnu.org/prep/maintain. -->
 
-<p>Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-2005, 2006, 2007, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software 
Foundation, Inc.</p>
+<p>Copyright &copy; 1996-2007, 2010, 2012-2018 Free Software Foundation, 
Inc.</p>
 
 <p>This page is licensed under a <a rel="license"
 href="http://creativecommons.org/licenses/by-nd/4.0/";>Creative
@@ -255,7 +655,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2018/06/01 09:07:11 $
+$Date: 2018/06/21 06:14:30 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]