Skip to content

Commit

Permalink
Updates for the 'About' page.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Dec 25, 2023
1 parent 92f099c commit 3d80514
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ tailwind-build:
cp $(TAILWIND_BASE)/*.js $(JS_OUTPUT)

cicd-tailwind-build:
@echo " >> Regenerated CSS ..."
@echo " >> Regenerating CSS ..."
@npx tailwindcss -i $(TAILWIND_INPUT) -o $(TAILWIND_OUTPUT) --minify
@cp $(TAILWIND_BASE)/*.js $(JS_OUTPUT)
11 changes: 10 additions & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ While it is well-known the Robert Virding released the very first version of it
> * I like implementing languages.
> * I also thought it would be a fun problem to solve. It contains many different parts and is quite open ended.
## More

You can learn more about LFE in the Chineual:

* [Forward](https://cnbbooks.github.io/lfe-manual/preface/forward.html) - how to think about learning Erlang and LFE
* [About LFE](https://cnbbooks.github.io/lfe-manual/part1/intro/about.html) - some more context on the history of LFE

## Its Creator

Robert Virding is one of the co-inventors of Erlang and was an early member of the Ericsson Computer Science Lab. He took part in the original system design and contributed much of the original libraries, as well as to the current compiler. He has always been interested in the design of languages and their implementation, particularly functional and logic languages. Robert has created several different languages in Erlang and on the Erlang system, which have had various levels of adoption around the world. He has also worked as an entrepreneur, having been one of the co-founders of one of the first Erlang startups (Bluetail). Additionally, Robert spent a number of years at the Swedish Defence Materiel Administration (FMV) Modelling and Simulations Group. He co-authored the first book on Erlang, published by Prentice-Hall, is now Principal Language Expert at Erlang Solutions Ltd., and is regularly invited to teach and present throughout the world.
<p class="text-nowrap ...">
<img src="/images/rvirding.png" style="float:left; width:125px; padding-right:1em;" />Robert Virding is one of the co-inventors of Erlang and was an early member of the Ericsson Computer Science Lab. He took part in the original system design and contributed much of the original libraries, as well as to the current compiler. He has always been interested in the design of languages and their implementation, particularly functional and logic languages. Robert has created several different languages in Erlang and on the Erlang system, which have had various levels of adoption around the world. He has also worked as an entrepreneur, having been one of the co-founders of one of the first Erlang startups (Bluetail). Additionally, Robert spent a number of years at the Swedish Defence Materiel Administration (FMV) Modelling and Simulations Group. He co-authored the first book on Erlang, published by Prentice-Hall, is now Principal Language Expert at Erlang Solutions Ltd., and is regularly invited to teach and present throughout the world.
</p>
2 changes: 1 addition & 1 deletion static/css/site.css

Large diffs are not rendered by default.

Binary file added static/images/rvirding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions styles/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,9 @@
@apply inline max-h-6;
}
}

img .avatar {
align: left;
width: 200px;
padding: 1em;
}

0 comments on commit 3d80514

Please sign in to comment.