diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-04 10:34:27 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-01-04 10:34:38 +0000 |
| commit | bf1df687e7541c25567116f27c1510f15ce683df (patch) | |
| tree | 85e2527909ed78964017d6156ee375d423a3217f /root | |
| parent | remove legacy PLUGINS (diff) | |
| download | mmm-bf1df687e7541c25567116f27c1510f15ce683df.tar.gz mmm-bf1df687e7541c25567116f27c1510f15ce683df.zip | |
portfolio: add spline
Diffstat (limited to 'root')
| -rw-r--r-- | root/portfolio/$order | 8 | ||||
| -rw-r--r-- | root/portfolio/spline/media: image$png.png | bin | 0 -> 41031 bytes | |||
| -rw-r--r-- | root/portfolio/text$moonscript -> mmm$dom.moon | 34 |
3 files changed, 32 insertions, 10 deletions
diff --git a/root/portfolio/$order b/root/portfolio/$order deleted file mode 100644 index c1708de..0000000 --- a/root/portfolio/$order +++ /dev/null @@ -1,8 +0,0 @@ -alv -1u-mod -lorem_ipsum -mmm -rise -vectronom -visualist -VJmidiKit diff --git a/root/portfolio/spline/media: image$png.png b/root/portfolio/spline/media: image$png.png Binary files differnew file mode 100644 index 0000000..d4f3125 --- /dev/null +++ b/root/portfolio/spline/media: image$png.png diff --git a/root/portfolio/text$moonscript -> mmm$dom.moon b/root/portfolio/text$moonscript -> mmm$dom.moon index b6238ce..bbce99f 100644 --- a/root/portfolio/text$moonscript -> mmm$dom.moon +++ b/root/portfolio/text$moonscript -> mmm$dom.moon @@ -12,10 +12,40 @@ padded_ul = (tbl) -> .style = padding: '0 2rem 0.5rem' projects = { + { + name: 'Spline' + desc: 'Full-Stack Development, Web & App' + extra: 'September 2020 - ongoing' + content: padded_ul { + li { + text 'graphics programming' + ul { + li text 'mesh generation' + li text 'parametric primitives' + li text 'geometry datastructures' + } + } + li text 'front-end development' + li text 'migration to TS and module system' + } + href: 'https://spline.design' + media: (style) -> + icon = (embed_img '/portfolio/spline/media:image/png') { + 'object-fit': 'contain' + 'width': '100%' + 'height': '100%' + } + style.position = 'relative' + style.padding = '2em' + style.background = '#232323' + style.overflow = 'hidden' + div icon, :style + tags: :professional, :js, :tool, :shader + } { name: 'Vectronom / Ludopium' desc: 'Technical Artist, Game Development' - extra: 'July 2018 - Decemer 2019' + extra: 'July 2018 - December 2019' content: padded_ul { li text 'Unity/C# development (gameplay, UI, tools)' li { @@ -43,7 +73,7 @@ projects = { { name: 'Harold Halibut / Slow Bros' desc: 'Tool & Game Development' - extra: 'April 2019 - ongoing (consulting)' + extra: 'April 2019 - December 2020' content: padded_ul { li { text 'Unity/C# development' |
