Static webpage for your CV. It can be deployed on a webserver or shared as static files in an email, on a USB stick, etc. Visit ondratra.eu to see what this CV might look like. It is created using only HTML, JavaScript, and CSS, thus it can be easily edited without any compilation needed.
To view the CV, open the file cv.html in your web browser. You might need to do mandatory steps first.
- Fork this repository or simply download all files to your computer
- Put your profile photography to file
data/portrait.jpg(or copydata/portrait.example.svgtodata/portrait.svg). - Copy file
data/dataset.example.jstodata/dataset.jsand fill in some information about yourself into it.
- You can change colors by changing values in
src/colorScheme.css. - Edit variable
boxesinsrc/scripts.jsto hide or edit information boxes of your CV. In the same file, you can change all icons by setting different Font Awesome classes by editing thesettingsvariable. For a list of Font Awesome icons' classes, visit fontawesome.com/icons.