Commit Graph

7 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 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
Lucien Cartier-Tilet 79a6001b11
renamed headers and files not to export to website 2020-04-23 15:36:58 +02:00
Lucien Cartier-Tilet 4d2d644b48
Moved files around, updated names 2020-04-16 11:37:16 +02:00
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 45449babe6
removed unused LaTeX header 2019-12-21 12:18:15 +01:00
Lucien Cartier-Tilet 1a8f1bc8cf
Fixed headers for org files 2019-12-12 16:06:46 +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