diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-04-02 11:10:06 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-04-02 11:10:06 +0200 |
| commit | 16c9b081a5c140d2ad7c7da56d886fda70d7f353 (patch) | |
| tree | 0f07c7d116461a4ce6b965f288069caac0e55118 | |
| parent | 4aa1e16d07dd8d25a0b70c0a02625a0a10091b5c (diff) | |
| download | blog-16c9b081a5c140d2ad7c7da56d886fda70d7f353.tar.gz blog-16c9b081a5c140d2ad7c7da56d886fda70d7f353.zip | |
Add magic kindle & winddown
| -rw-r--r-- | content/projects/fxsound.md | 2 | ||||
| -rw-r--r-- | content/projects/magickindle.md | 7 | ||||
| -rw-r--r-- | content/projects/winddown.md | 8 | ||||
| -rw-r--r-- | static/images/magickindle.jpg | bin | 0 -> 94737 bytes | |||
| -rw-r--r-- | static/images/winddown.jpg | bin | 0 -> 49172 bytes |
5 files changed, 16 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..499c8ba --- /dev/null +++ b/static/images/magickindle.jpg diff --git a/static/images/winddown.jpg b/static/images/winddown.jpg Binary files differnew file mode 100644 index 0000000..6b7f53a --- /dev/null +++ b/static/images/winddown.jpg |
