StartBootstrap / startbootstrap-resume

A Bootstrap 4 resume/CV theme created by Start Bootstrap
https://startbootstrap.com/theme/resume/
MIT License
2.04k stars 2.62k forks source link

Dowload my CV button #234

Closed danybr0 closed 3 years ago

danybr0 commented 4 years ago

It just an idea but wouldn't be nice to have a download my CV button between the short description and the social links? The goal should be to download your CV in pdf format. An example of such a button: http://104.131.177.38/demo/wp/iamx/home-two/#skills

madurner commented 3 years ago

You can easily add such a button by your own. Just load up a cv-pdf to e.g. the assets/dir and add some like this: <a class="social-icon" href="assets/[name of your cv file].pdf"><i class="fas fa-id-card"></i></a> (the icon is just an example) here. This should do all the magic.