diff options
author | pdp8 <pdp8@pdp8.info> | 2024-07-29 14:36:50 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-07-29 14:36:50 +0200 |
commit | 2424950d8b1e4c182a2c68c87c28a7663c5a7509 (patch) | |
tree | ec963ca7c85621dc5fbdf1da0836e5f76a68bbff /pictures.html | |
parent | 43862377a1555ea3e3d1ccb54765b28929da76c3 (diff) |
rss sorting, rss limited to 25 items, fediring, alt text for private property
Diffstat (limited to 'pictures.html')
-rw-r--r-- | pictures.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/pictures.html b/pictures.html index 73fda3f..8edb60f 100644 --- a/pictures.html +++ b/pictures.html @@ -12,15 +12,25 @@ </head> <body> <nav> - <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8 logo'></a> <div class='menu'> - <a href='/music.html'>music</a><a class='current' href='/pictures.html'>pictures</a><a href='/videos.html'>videos</a><a href='/climbing.html'>climbing</a><a href='/code.html'>code</a><a href='/contact.html'>contact</a><a href='/social/create.html'>social</a><a href='/rss.xml'>rss</a> + <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8 logo'></a> + <div class='site'> + <a href='/music.html'>music</a><a class='current' href='/pictures.html'>pictures</a><a href='/videos.html'>videos</a><a href='/climbing.html'>climbing</a><a href='/code.html'>code</a><a href='/contact.html'>contact</a> <a href='/social/create.html'>social</a> <a href='/rss.xml'>rss</a> + </div> + </div> + <div class='webring'> + <div> + <a href='https://fediring.net/' class='ring'>fediring:</a> <a href='https://fediring.net/previous?host=pdp8.info'>←</a> <a href='https://fediring.net/random'>random</a> <a href='https://fediring.net/next?host=pdp8.info'>→</a> + </div> + <div> + <a href='https://faircamp.webr.ing/' class='ring'>faircamp:</a> <a href='https://faircamp.webr.ing/prev/pdp8.info/music.html'>←</a> <a href='https://faircamp.webr.ing/rand'>random</a> <a href='https://faircamp.webr.ing/next/pdp8.info/music.html'>→</a> + </div> </div> </nav> <div class='post' id='private_property'> <h1><a href='/pictures/private_property/20240615_164458.html'>private property</a></h1> <div class='gallery'> - <a href='/pictures/private_property/20240615_164458.html'><img class='thumb' loading='lazy' width='150' height='100' alt='blue garage door ' src='https://media.pdp8.info/pictures/thumb/20240615_164458.webp'></a><a href='/pictures/private_property/20231128_144218.html'><img class='thumb' loading='lazy' width='150' height='100' src='https://media.pdp8.info/pictures/thumb/20231128_144218.webp'></a><a href='/pictures/private_property/20180613_180507.html'><img class='thumb' loading='lazy' width='150' height='100' src='https://media.pdp8.info/pictures/thumb/20180613_180507.webp'></a><a href='/pictures/private_property/20240615_164449.html'><img class='thumb' loading='lazy' width='150' height='100' src='https://media.pdp8.info/pictures/thumb/20240615_164449.webp'></a> + <a href='/pictures/private_property/20240615_164458.html'><img class='thumb' loading='lazy' width='150' height='100' alt='blue garage door ' src='https://media.pdp8.info/pictures/thumb/20240615_164458.webp'></a><a href='/pictures/private_property/20231128_144218.html'><img class='thumb' loading='lazy' width='150' height='100' alt='closeup of a green wooden door ' src='https://media.pdp8.info/pictures/thumb/20231128_144218.webp'></a><a href='/pictures/private_property/20180613_180507.html'><img class='thumb' loading='lazy' width='150' height='100' alt='blue front door ' src='https://media.pdp8.info/pictures/thumb/20180613_180507.webp'></a><a href='/pictures/private_property/20240615_164449.html'><img class='thumb' loading='lazy' width='150' height='100' alt='torqoise garage door ' src='https://media.pdp8.info/pictures/thumb/20240615_164449.webp'></a> </div> </div> <div class='license'> |