mszep/pandoc_resume

Add profile picture

cacharle opened this issue · 3 comments

It would be nice to have the possibility to add a profile picture on the left of the name and short description.

I managed to get an okay result with the following:

<img src="../profile-picture.jpg" style="width: 170px; float: left; border-radius: 2px;"/>

My Name
=======

---
> Some description
---

<div style="clear: left;"></div>

...

2023-11-25-164852_838x321_scrot

Nice, but I'm guessing that wouldn't work for pdf output?

Indeed, it doesn't. Was hoping you had more pandoc knowledge than me and you would have an idea 😅

For anyone stumbling on this one, there is a stupidly simple work around for this, you just Ctrl+p in your browser. It will keep the pictures but also the colors