diff options
| -rw-r--r-- | assets/scss/web/_work.scss | 4 | ||||
| -rw-r--r-- | data/home/work.yaml | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/assets/scss/web/_work.scss b/assets/scss/web/_work.scss index 30afd9d..0bb807e 100644 --- a/assets/scss/web/_work.scss +++ b/assets/scss/web/_work.scss @@ -95,6 +95,10 @@ margin-inline-start: 0em; } } + + sup { + font-size: 0.7rem; + } } .footnote { diff --git a/data/home/work.yaml b/data/home/work.yaml index e3384dc..08990fe 100644 --- a/data/home/work.yaml +++ b/data/home/work.yaml @@ -41,9 +41,10 @@ Work: - Standardized the deployment process (and maintained the process documentation). - Built templates to provision infrastructure on different cloud providers and development stages. - Built standardized workflows using CircleCI to automate deployments (for internal and external projects). - - Implemented and maintained the (Rails 5) JSON API serving our <a href="#note1"> infographics portal[1]</a>. - - Maintained 99+% documentation coverage of the <a href="#note1"> infographics portal[1]</a>. API - and 90+% test coverage. + - Implemented and maintained the (Rails 5) JSON API serving our infographics portal + <a href="#note1"><sup>[1]</sup></a>. + - Maintained 99+% documentation coverage of the infographics portal <a href="#note1"><sup>[1]</sup></a>. + API and 90+% test coverage. - Worked with Docker to provide deliverables for some of our external projects. - Provided support and tutoring to work with our standard deployment workflows (internally and externally). - Worked closely with our Systems Engineer to support with various DevOps tasks. @@ -51,7 +52,7 @@ Work: FootNote: <a id="note1" href="#note1">[1]</a> A working version of the infographics portal was acquired by <a href="https://scrollytelling.net/"> Scrolly Telling GmbH</a> and still worked on by them as seen at - <a href="https://five-times.com/">Five-Times</a> or <a href="https://scrlly.com">Scrlly</a>. + <a href="https://five-times.com/">Five-Times</a> and <a href="https://scrlly.com">Scrlly</a>. - Company: <a href="https://liqid.de/">LIQID GmbH.</a> Title: Senior Backend Developer |
