:Replaced now out-of-date Windows 7 Sins image with EFF NSA Spying logo
parent
a79b9ccf43
commit
fcd8eeea9a
|
@ -4,6 +4,9 @@ licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
|
|||
Information on the Creative Commons button image may be found at
|
||||
<http://creativecommons.org/policies>.
|
||||
|
||||
Use of the ``NSA Spying'' image is permitted by the EFF when used to link
|
||||
to their website; see <https://www.eff.org/copyright>.
|
||||
|
||||
The ``Cross satches'' background image, authored by Andrey Ovcharov, and is
|
||||
licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
|
||||
by Subtle Patterns; more information may be found at
|
||||
|
@ -13,10 +16,6 @@ The ``Hollyweb'' image, authored by the Free Software Foundation, is licensed
|
|||
under the Creative Commons Attribution-ShareAlike 3.0 Unported License; see
|
||||
<http://www.defectivebydesign.org/no-drm-in-html5>.
|
||||
|
||||
The ``Windows 7 Sins'' and ``Close Windows, Open Doors'' images are authored by
|
||||
the Free Software Foundation; see <http://en.windows7sins.org/widget/> and
|
||||
<windows7sins.com> respectively.
|
||||
|
||||
The ``Heckert GNU'' head, authored by Aurelio A. Heckert, is licensed under the
|
||||
Free Art License; see
|
||||
<http://commons.wikimedia.org/wiki/File:Heckert_GNU_white.svg>.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
11
tpl/.config
11
tpl/.config
|
@ -60,6 +60,12 @@ html_pre_index="$(
|
|||
cat <<EOH
|
||||
</ul>
|
||||
<div id="headline">
|
||||
<a href="https://www.eff.org/nsa-spying">
|
||||
<img src="/images/eff-nsa-spying.png"
|
||||
alt="NSA Spying on Americans"
|
||||
title="NSA Spying on Americans" />
|
||||
</a>
|
||||
|
||||
<a href="http://upgradefromwindows8.com">
|
||||
<img src="/images/win8-close.png"
|
||||
alt="Close Windows, Open Doors" />
|
||||
|
@ -69,11 +75,6 @@ cat <<EOH
|
|||
<img src="/images/hollywebshare.jpg"
|
||||
alt="Stop the Hollyweb! No DRM in HTML5." />
|
||||
</a>
|
||||
|
||||
<a href="http://windows7sins.org">
|
||||
<img src="/images/win7sins.png"
|
||||
alt="Windows 7 Sins" title="Windows 7 Sins" />
|
||||
</a>
|
||||
</div>
|
||||
EOH
|
||||
)"
|
||||
|
|
Loading…
Reference in New Issue