webring icon

This commit is contained in:
sejo 2021-06-16 22:02:52 -05:00
parent 172aa30e34
commit 071f0a6efa
4 changed files with 9 additions and 3 deletions

View File

@ -335,9 +335,11 @@ END{
# fecha = system( "date -r " FILENAME " --rfc-3339=date" )
# print "</p>"
#
print "<p><a href='./home.html' title='compudanzas'>{compudanzas}</a> &mdash; "
# print "<p><a href='./home.html' title='compudanzas'>{compudanzas}</a> &mdash; "
# print "<a href='./license.html'>{license}</a></p>"
print "<a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel=external title='Peer Production License'>ppl</a>"
print "<p><a class='icon' href='./home.html' title='" sitio "'><img src='./img/iconocompudanzas_32.png' width=32 height=32 alt='icono de compudanzas'/></a> "
print "<a href='https://webring.xxiivv.com/#random' target='_blank' title='webring'><img src='./img/icon.black.svg' width='32' height='32'/></a></p>"
print "<p><a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel=external title='Peer Production License'>ppl</a></p>"
print "</footer>"
print "</body>"
print "</html>"

View File

@ -10,7 +10,7 @@ fecha=$(date --rfc-3339=date)
echo "empezando conversión, estamos en ${fecha}"
echo "revisando y copiando imágenes..."
for f in $(find src/ -regextype awk -regex ".*(jpg|png|gif)")
for f in $(find src/ -regextype awk -regex ".*(jpg|png|gif|svg)")
do
path="web/${f#src/}" # quita el prefijo de src/ y agrega web/
gempath="gem/${f#src/}" # quita el prefijo de src/ y agrega gem/

View File

@ -31,6 +31,9 @@ footer{
font-size: x-small;
text-align: center;
}
footer img{
margin:0;
}
pre{
background-color: #fee;

1
src/img/icon.black.svg Normal file
View File

@ -0,0 +1 @@
<svg fill="none" height="300" stroke="#000" stroke-linecap="square" stroke-width="28" width="300" xmlns="http://www.w3.org/2000/svg"><path d="M201.962 210a60 60 0 10-103.924-60l-50 86.603"/><path d="M98.038 210a60 60 0 10103.924-60l-50-86.603"/><path d="M150 120a60 60 0 100 120h100"/></svg>

After

Width:  |  Height:  |  Size: 291 B