Added fsf, esp and eliminate drm image buttons to footer (just as existing site)
parent
85314b1bc2
commit
bbebbc088a
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
12
style.css
12
style.css
|
@ -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;
|
||||
}
|
||||
|
|
25
tpl/.config
25
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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue