Commit Graph

9 Commits

Author SHA1 Message Date
70c1e8153e Better display of images, especially generated trees
Images now have a default maximum width of 100%.

Generated tree images now must be marked with class `gentree' and will
be color-inverted (i.e. their black parts will be white, while the
transparent background remains transparent) with dark themes.

The TOC and the language dropdown have been inverted.
2020-05-02 15:40:39 +02:00
56d6c5d1d0 made some functions async in Dart 2020-04-29 00:40:30 +02:00
1ab53daa10 Added share buttons, styled urls, updated fontawesome script 2020-04-29 00:03:51 +02:00
7c9e8b1e5f Theme change made permanent, TOC and language changer work
Replaced all text in navbar by icons, moved TOC to the right of Home
button. TOC is now correctly displayed with small animation. Added black
theme to light and dark themes.
2020-04-28 22:32:37 +02:00
05e374dd27 Theme changer works, now I have to make it permanent 2020-04-25 12:15:10 +02:00
37d735cfdd Beginning rewrite of dart and scss code, no more infojs for org
New look for the website, rewrite and optimization of dart code.

Infojs has been removed entirely.
2020-04-24 18:14:52 +02:00
7180fc91fc fixed linking issue with my other websites 2020-02-14 16:15:22 +01:00
60b1658135 Bettert CSS and Dart code 2019-12-26 15:57:18 +01:00
c84aace663 Website now runs on Dart’s webdev
langue.phundrak.com now runs using the `webdev` tool from Dart.
Javascript code has been replaced with Dart code, and CSS code has
been replaced with SCSS code. To run the project, execute
`webdev serve` at the project’s root.
2019-12-12 15:44:23 +01:00