Update 'README.md'

This commit is contained in:
toerd 2019-11-03 13:49:09 +01:00
parent 71d903e306
commit c78802a03d

View File

@ -4,5 +4,7 @@ The goal was to create an interactive portfolio.
# What # What
**Go**: **Backend**, a really shitty implementation of a "webserver" with really simple routing. **Go**: **Backend**, a really shitty implementation of a "webserver" with really simple routing.
**HTML, CSS**: Structure and look of the website. The HTML part gets generated by the backend, to provide higher flexibility and maintainability. CSS is written as minimal and efficient as possible (for me (; ). **HTML, CSS**: Structure and look of the website. The HTML part gets generated by the backend, to provide higher flexibility and maintainability. CSS is written as minimal and efficient as possible (for me (; ).
**JS**: Mostly used to animate the avatar (still with css animation/transitions in the background) and for the implementation of the zoom in the info field. **JS**: Mostly used to animate the avatar (still with css animation/transitions in the background) and for the implementation of the zoom in the info field.