From c78802a03d067ba34e8c989d03f6162a30bd885e Mon Sep 17 00:00:00 2001 From: toerd Date: Sun, 3 Nov 2019 13:49:09 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a432fb..ac86e37 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,7 @@ The goal was to create an interactive portfolio. # What **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 (; ). + **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.