From bf1df687e7541c25567116f27c1510f15ce683df Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 4 Jan 2021 11:34:27 +0100 Subject: portfolio: add spline --- root/portfolio/$order | 8 ------ root/portfolio/spline/media: image$png.png | Bin 0 -> 41031 bytes root/portfolio/text$moonscript -> mmm$dom.moon | 34 +++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 root/portfolio/$order create mode 100644 root/portfolio/spline/media: image$png.png 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 new file mode 100644 index 0000000..d4f3125 Binary files /dev/null and b/root/portfolio/spline/media: image$png.png differ 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' -- cgit v1.2.3