diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-04 11:08:19 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-01-04 11:08:59 +0000 |
| commit | b0e671ddd6f0b9050d8fb4227eb3193942e26b12 (patch) | |
| tree | 3fc5cb84b81ded6c5659bbf9fb039e9873100fc0 | |
| parent | portfolio: add spline (diff) | |
| download | mmm-b0e671ddd6f0b9050d8fb4227eb3193942e26b12.tar.gz mmm-b0e671ddd6f0b9050d8fb4227eb3193942e26b12.zip | |
portfolio: add earthrise one
| -rw-r--r-- | root/portfolio/harold-halibut/media: image$png.png | bin | 0 -> 240393 bytes | |||
| -rw-r--r-- | root/portfolio/playreactive/media: image$png.png | bin | 0 -> 21689 bytes | |||
| -rw-r--r-- | root/portfolio/text$moonscript -> mmm$dom.moon | 21 |
3 files changed, 20 insertions, 1 deletions
diff --git a/root/portfolio/harold-halibut/media: image$png.png b/root/portfolio/harold-halibut/media: image$png.png Binary files differnew file mode 100644 index 0000000..d6dba98 --- /dev/null +++ b/root/portfolio/harold-halibut/media: image$png.png diff --git a/root/portfolio/playreactive/media: image$png.png b/root/portfolio/playreactive/media: image$png.png Binary files differnew file mode 100644 index 0000000..6bb41b3 --- /dev/null +++ b/root/portfolio/playreactive/media: image$png.png diff --git a/root/portfolio/text$moonscript -> mmm$dom.moon b/root/portfolio/text$moonscript -> mmm$dom.moon index bbce99f..745b8f8 100644 --- a/root/portfolio/text$moonscript -> mmm$dom.moon +++ b/root/portfolio/text$moonscript -> mmm$dom.moon @@ -86,10 +86,29 @@ projects = { li text 'porting (various consoles)' } href: 'http://haroldhalibut.com/' - media: embed_img 'http://haroldhalibut.com/wp-content/uploads/2016/07/AgoraArcades2.png' + media: embed_img '/portfolio/harold-halibut/media:image/png' tags: :cs, :professional, :game } { + name: 'Earthrise One / Playreactive' + desc: 'Electronics Design, Escape Room Gadgets' + extra: 'September - December 2018 (consulting)' + content: padded_ul { + li text 'developed and implemented circuits for various portable and fixed devices in an escape room' + li { + text 'interfaced MCUs with various I/O devices' + ul { + li text 'controllable LED lighting' + li text 'maglocks' + li text 'piezo buzzers' + } + } + } + href: 'https://www.playreactive.com/earthrise-one' + media: embed_img '/portfolio/playreactive/media:image/png' + tags: :hardware, :professional, :game + } + { name: 'rise technologies' desc: 'Full-Stack Development, Web & App' extra: 'April 2016 - April 2019' |
