footer and nav changes

This commit is contained in:
sejo 2022-04-14 20:37:10 -05:00
parent d866c8c913
commit 55247b3a58
4 changed files with 19 additions and 6 deletions

BIN
src/img/icon_lgbt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

View File

@ -69,6 +69,8 @@ img{
max-width: 320px;
}
nav { float: none }
nav, #incoming{ font-size:smaller; }
nav li, #incoming li{ padding:0.2em; }
main li, #incoming li{ padding:0.5em; }
@ -93,6 +95,7 @@ td.num{
#translation{
font-size: smaller;
font-style: italic;
margin-left: 2em;
}
#incoming{
font-size: smaller;
@ -100,8 +103,12 @@ td.num{
/* desktop */
@media screen and (min-width: 600px) {
nav li, #incoming li{
display:inline;
nav { float: right; width:30% }
nav ul { margin-top:0; padding-left: 3em }
#incoming li{
display:inline;
padding: 0.5em 1em 0.5em 0;
}
nav, #incoming{ font-size:0.7em; }
img{ max-width: 100%; }
}

View File

@ -13,7 +13,8 @@ most recent update:
<a href='https://post.lurk.org/@compudanzas' target='_blank' title='@compudanzas@post.lurk.org' class='icon' rel='me'><img src='./img/icon_post.lurk.org.png' width='32' height='32' alt='post.lurk.org'/></a>
<a href='https://merveilles.town/@sejo' target='_blank' title='@sejo@merveilles.town' class='icon' rel='me'><img src='./img/icon.merveilles.svg' width='32' height='32' alt='sejo at merveilles.town'/></a>
<a href='https://webring.xxiivv.com/#random' target='_blank' title='webring' class='icon'><img src='./img/icon.black.svg' width='32' height='32' alt='xxiivv webring'/></a>
<img src='./img/icon_lgbt.png' width='32' height='32' alt='lgbt flag'/>
</p>
<p>texts, images, and code are shared with the <a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel='external noreferrer noopener' title='Peer Production License'>peer production license</a></p>
<p>texts, images, and code are shared by <a href="./sejo.html">sejo</a> with the <a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel='external noreferrer noopener' title='Peer Production License'>peer production license</a></p>
</footer>
</body>

View File

@ -8,8 +8,13 @@ actualización más reciente::
</p>
<hr/>
<p><a href='./acerca.html'>acerca</a> <a href='./contacto.html'>contacto</a> <a href='./apoyo.html'>apoyo</a></p>
<p><a class='icon' href='./home.html' title='{title}'><img src='./img/iconocompudanzas_32.png' width=32 height=32 alt='icono de compudanzas'/></a>
<a href='https://webring.xxiivv.com/#random' target='_blank' title='webring' class='icon'><img src='./img/icon.black.svg' width='32' height='32' alt='xxiivv webring'/></a></p>
<p>textos, imágenes y código compartidos bajo la <a href='https://endefensadelsl.org/ppl_deed_es.html' target=_blank rel='external noreferrer noopener' title='licencia de producción de pares'>licencia de producción de pares</a></p>
<p>
<a class='icon' href='./home.html' title='{title}'><img src='./img/iconocompudanzas_32.png' width=32 height=32 alt='icono de compudanzas'/></a>
<a href='https://post.lurk.org/@compudanzas' target='_blank' title='@compudanzas@post.lurk.org' class='icon' rel='me'><img src='./img/icon_post.lurk.org.png' width='32' height='32' alt='post.lurk.org'/></a>
<a href='https://merveilles.town/@sejo' target='_blank' title='@sejo@merveilles.town' class='icon' rel='me'><img src='./img/icon.merveilles.svg' width='32' height='32' alt='sejo at merveilles.town'/></a>
<a href='https://webring.xxiivv.com/#random' target='_blank' title='webring' class='icon'><img src='./img/icon.black.svg' width='32' height='32' alt='xxiivv webring'/></a>
<img src='./img/icon_lgbt.png' width='32' height='32' alt='lgbt flag'/>
</p>
<p>textos, imágenes y código compartidos por <a href="./sejo.html">sejo</a> bajo la <a href='https://endefensadelsl.org/ppl_deed_es.html' target=_blank rel='external noreferrer noopener' title='licencia de producción de pares'>licencia de producción de pares</a></p>
</footer>
</body>