mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.62k stars 756 forks source link

Add profile picture #98

Open cacharle opened 9 months ago

cacharle commented 9 months ago

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

mszep commented 9 months ago

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

cacharle commented 9 months ago

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

cacharle commented 8 months ago

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