Skip to content

Commit

Permalink
Updates bio
Browse files Browse the repository at this point in the history
  • Loading branch information
cslarsen committed Jun 23, 2018
1 parent 27a6925 commit 25a12f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build:
serve:
docker run --rm -it \
-p 4000:4000 \
-v `pwd`/source:/source \
-v `pwd`/source/_drafts:/source/_drafts \
-v `pwd`/source/_posts:/source/_posts \
csl.name make -j -C /source serve
10 changes: 6 additions & 4 deletions source/_includes/bio.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<p>
I'm a software developer at <a href="http://www.roxar.com">Roxar</a>. Before
that I was a consultant at <a href="http://www.bouvet.no">Bouvet</a>, and
before that a systems developer at <a href="http://www.ums.no">UMS</a>.
I'm a software developer at <a href="https://www.boost.ai">Boost AI</a>.
Before that I was a software developer at <a href="https://www.emerson.com/en-us/automation/roxar">Roxar</a>,
before that a consultant at <a href="https://www.bouvet.no">Bouvet</a>, and
before that a systems developer at <a href="https://www.ums.no">UMS</a>.
</p>

<p>
I love coding in all kinds of languages.
I love coding in all kinds of languages, but especially in Python, C++ and
Scheme.
My fascination with <a
href="https://en.wikipedia.org/wiki/Scheme_(programming_language)">Scheme</a> resulted in being
acknowledged in the <a
Expand Down

0 comments on commit 25a12f6

Please sign in to comment.