From 16c9b081a5c140d2ad7c7da56d886fda70d7f353 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 2 Apr 2020 11:10:06 +0200 Subject: Add magic kindle & winddown --- content/projects/fxsound.md | 2 +- content/projects/magickindle.md | 7 +++++++ content/projects/winddown.md | 8 ++++++++ static/images/magickindle.jpg | Bin 0 -> 94737 bytes static/images/winddown.jpg | Bin 0 -> 49172 bytes 5 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 content/projects/magickindle.md create mode 100644 content/projects/winddown.md create mode 100644 static/images/magickindle.jpg create mode 100644 static/images/winddown.jpg diff --git a/content/projects/fxsound.md b/content/projects/fxsound.md index 1ff7a81..3b72529 100644 --- a/content/projects/fxsound.md +++ b/content/projects/fxsound.md @@ -4,4 +4,4 @@ title: fx-Sound image: /images/fxsound.jpg --- -Casio caluclator mod to play sound using the 3 pin serial output. \ No newline at end of file +Casio calculator mod to play sound using the 3 pin serial output. diff --git a/content/projects/magickindle.md b/content/projects/magickindle.md new file mode 100644 index 0000000..611bcd1 --- /dev/null +++ b/content/projects/magickindle.md @@ -0,0 +1,7 @@ +--- +date: 2020-01-26 +title: magic-kindle +image: /images/magickindle.jpg +--- + +Kindle 4 modified to show a Magic Mirror 2 image as screensaver. diff --git a/content/projects/winddown.md b/content/projects/winddown.md new file mode 100644 index 0000000..73ae4f3 --- /dev/null +++ b/content/projects/winddown.md @@ -0,0 +1,8 @@ +--- +date: 2020-04-02 +title: winddown +link: https://marketplace.visualstudio.com/items?itemName=winddown.vscode-winddown +image: /images/winddown.jpg +--- + +VS Code extension that fades the colors out until the user takes a break. diff --git a/static/images/magickindle.jpg b/static/images/magickindle.jpg new file mode 100644 index 0000000..499c8ba Binary files /dev/null and b/static/images/magickindle.jpg differ diff --git a/static/images/winddown.jpg b/static/images/winddown.jpg new file mode 100644 index 0000000..6b7f53a Binary files /dev/null and b/static/images/winddown.jpg differ -- cgit v1.3.1