Commit Graph

3 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet fce90c0b36
Fixed issues with CSS and LaTeX
Font was loaded from a relative path, now absolute path.

The typographic apostrophe used in LaTeX source code doesn’t translate
well to PDF, so I made sure every typographic apostrophe gets
translated to a regular one so LaTeX isn’t panicking.
2020-01-08 16:02:47 +01:00
Lucien Cartier-Tilet 60b1658135
Bettert CSS and Dart code 2019-12-26 15:57:18 +01:00
Lucien Cartier-Tilet 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