The official website of the Luxembourg Tech School (LTS). Built using Jekyll.
Hosted on GitHub Pages.
© 2023 Luxembourg Tech School.
docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/minimal jekyll serve
docker run --rm --volume="${PWD}:/srv/jekyll" -p 4000:4000 -it jekyll/minimal jekyll serve
The SASS was based on Bulma. Although it was modified and adapted to the design and should not be updated anymore.
title title--main
( should be used onh1
): will create the big title that should be used for the main title of a page
title
: can be used for all the section headings
title title--white
: will change the title color to white
subtitle
(should be used onh2
): will create the gray descriptive text under the main title
list
(should be used onul
): will create the special list type visible on Program
list list--big
: can be used to create the huge list visible on Home
The button component has been simplified to only allow the buttons that were planned in the design and can be used like so:
button
: will create the standard button, it appears black and goes blue on hover
button button--blue
: adding button--blue will slightly change the shape and invert the colors
button button--big
: will make the button huge; can be combined with button--blue