From a3ab009e96db2269dcf3f6dd1c103aa885186ee4 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Sun, 30 Jul 2023 16:45:03 +0200 Subject: media moved to media.pdp8.info, drone release --- snippets/contact.html | 10 ++++++++-- snippets/pictures.html | 22 +++++++++++++--------- snippets/slideshow.js | 2 +- 3 files changed, 22 insertions(+), 12 deletions(-) (limited to 'snippets') diff --git a/snippets/contact.html b/snippets/contact.html index a454e64..4582664 100644 --- a/snippets/contact.html +++ b/snippets/contact.html @@ -1,9 +1,15 @@

email

info@pdp8.info +

fediverse

+@pdp8@social.pdp8.info +

newsletter

subscribe

-send a mail to info@pdp8.info with subscribe in the subject (your address will be used only for the newsletter and won't be shared with anyone) +send a mail to info@pdp8.info with subscribe in the subject +(your address will be used only for the newsletter and won't be shared with anyone)

unsubscribe

-send a mail to info@pdp8.info with unsubscribe in the subject +send a mail to info@pdp8.info with unsubscribe in the +subject \ No newline at end of file diff --git a/snippets/pictures.html b/snippets/pictures.html index 359de8d..25bf1c2 100644 --- a/snippets/pictures.html +++ b/snippets/pictures.html @@ -1,18 +1,22 @@ - + - +
- - -

© pdp8 Creative Commons Attribution 4.0 International License + + +

© pdp8 Creative Commons Attribution 4.0 + International License

- - + \ No newline at end of file diff --git a/snippets/slideshow.js b/snippets/slideshow.js index 23d7c3e..ea265e4 100644 --- a/snippets/slideshow.js +++ b/snippets/slideshow.js @@ -75,6 +75,6 @@ function next() { } function update() { - src('image',"/pictures/"+selection[current]) + src('image',"https://media.pdp8.info/pictures/"+selection[current]) } -- cgit v1.2.3