diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-21 18:14:59 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-21 18:14:59 +0200 |
commit | 28792e4d504d59b5aeab70d66ea6be51c9c683b1 (patch) | |
tree | d42ce53d97b092b7671dda95e19465133c7c9f92 /info.html | |
parent | ec4c08d91081de6d9c7404742c70a94cea250dce (diff) |
snippets dir
Diffstat (limited to 'info.html')
-rw-r--r-- | info.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/info.html b/info.html deleted file mode 100644 index 8d24230..0000000 --- a/info.html +++ /dev/null @@ -1,38 +0,0 @@ -<div class="post"> -a <a href="https://git.pdp8.info/ic">curator algorithm</a> displays pdp8 images. it selects 6 images according to its taste and plays them as a slideshow. the reload button <i class="fa fa-refresh" aria-hidden="true"></i> creates a new slideshow. - -<p> -images can be shared and reused under a -<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike 4.0 International</a> -license. - -<p> -please contact pdp8 by <a href="mailto:info@pdp8.info">email</a> if you are interested in original artwork. - -<h3>operating instructions</h3> - -<dl> - - <dt> <i class="fa fa-info" aria-hidden="true"></i> </dt> - <dd> get info (this page) </dd> - - <dt> <i class="fa fa-refresh" aria-hidden="true"></i> </dt> - <dd> load new images (keyboard: enter) </dd> - - <dt> <i class="fa fa-play" aria-hidden="true"></i> </dt> - <dd> play slideshow (keyboard: space) </dd> - - <dt> <i class="fa fa-stop" aria-hidden="true"></i> </dt> - <dd> stop slideshow (keyboard: space) </dd> - - <dt> <a class="prev">❮</a> </dt> - <dd> previous image (keyboard: left arrow) </dd> - - <dt> <a class="next">❯</a> </dt> - <dd> next image (keyboard: right arrow) </dd> - -</dl> - -<p> -<a href="/images.html">view images</a> -</div> |