Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Releases: lpenaud/cv

A better printable version

18 Oct 22:50
Compare
Choose a tag to compare

Changelog

  • 7f53988: Bye bye pdf document and welcome to css/print.css with media query
  • 6e713c1: My 3rd degree is present 🔥
  • 47808d3: spin while the script load the locale
  • 663b144: Add C language to my skills 👍
  • 59e7d64: Keep scroll level after loading new locale

Add translation system !

29 Mar 20:54
Compare
Choose a tag to compare

Now you can change language of displaying !

By default, this is the language used in the user's browser, if you do not have the language in your locales, then the site will be displayed in English (can be change at file js/i18n.js at the lines 21 and 46).

If you want to add a new translation :

  • Just go i18n/ folder, add a json file (with the same schema of other locals JSON files).
  • Adapt values of "availableLanguages" array in js/i18n.js#L3.

v1.1 - Printable version

24 Oct 14:30
Compare
Choose a tag to compare

Now, there are a pdf version to print.
I tried to play with "beforeprint" event but javascript can't print directly to the pdf document. It's too bad. 😞

So if the user would like to print the document, he have to click on the link the right column (see 076ea64).

v1.0

17 Oct 20:48
Compare
Choose a tag to compare
Update README.md