diff options
-rw-r--r-- | images/elim-drm.gif | bin | 0 -> 2864 bytes | |||
-rw-r--r-- | images/esp-button.png | bin | 0 -> 2227 bytes | |||
-rw-r--r-- | images/fsf-member.png | bin | 0 -> 2910 bytes | |||
-rw-r--r-- | style.css | 12 | ||||
-rw-r--r-- | tpl/.config | 25 |
5 files changed, 37 insertions, 0 deletions
diff --git a/images/elim-drm.gif b/images/elim-drm.gif Binary files differnew file mode 100644 index 0000000..ae3d693 --- /dev/null +++ b/images/elim-drm.gif diff --git a/images/esp-button.png b/images/esp-button.png Binary files differnew file mode 100644 index 0000000..484520f --- /dev/null +++ b/images/esp-button.png diff --git a/images/fsf-member.png b/images/fsf-member.png Binary files differnew file mode 100644 index 0000000..ec2863a --- /dev/null +++ b/images/fsf-member.png @@ -64,3 +64,15 @@ footer { footer .commit-id { font-family: monospace; } + +.bimgs { + float: right; + margin-left: 1em; +} + +.bimgs img { + margin-left: 0.1em; +} +.bimgs img:first-child { + margin-left: 0em; +} diff --git a/tpl/.config b/tpl/.config index 056bc3f..d76678f 100644 --- a/tpl/.config +++ b/tpl/.config @@ -9,5 +9,30 @@ html_footer=$(cat <<EOM <a href="/about/inside/" id="gnuinside"> <img src="/images/gnulinuxinside.png" alt="GNU/Linux Inside!" /> </a> + + $( # the awkward newline positions are simply to prevent spaces in output + ) + <div class="bimgs"> + <a href="http://www.fsf.org/register_form?referrer=5804" + ><img src="/images/fsf-member.png" + alt="[FSF Associate Member]" + title="Mike Gerwitz - FSF Associate Member" + width="88" height="31" border="0" + /></a> + + <a href="http://endsoftpatents.org/innovating-without-patents" + ><img src="/images/esp-button.png" + alt="[ Innovating Without Patents! ]" + title="Innovating Without Patents" + width="88" height="31" border="0" + /></a> + + <a href="http://www.defectivebydesign.org/join/button" + ><img src="/images/elim-drm.gif" + alt="[ Eliminate DRM! ]" + title="Eliminate DRM!" + width="88" height="30" border="0" + /></a> + </div> EOM ) |