You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Toerd@archlinux ec55bc667d
Added a new skill
5 years ago
data Added new pictures 5 years ago
inc Added a new skill 5 years ago
tmpl Final commit before submit (comments only) 5 years ago
.gitignore Added logos to repo 5 years ago
README.md Update 'README.md' 5 years ago
exhibit.go Final commit before submit (comments only) 5 years ago
exhibit.service Added proper wait for img load, added author info, refactoring 5 years ago
gthumbs.sh Final commit before submit (comments only) 5 years ago

README.md

What is this for

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.