From 71d903e306699e3f3b7e972e825ff55e1c3bfa0f Mon Sep 17 00:00:00 2001 From: "Toerd@480" Date: Sun, 3 Nov 2019 13:49:15 +0100 Subject: [PATCH] udated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89d6b79..6a432fb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # What is this for -This is a fun little project for the course digital garphics 1 at LNU. +This is a fun little project for the course digital graphics 1 at LNU. 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. +**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.