Displaying PDFs
On the Gatsby Discord server someone asked how to display a PDF on their portfolio website. I had always seen people people simply give a link to download their resume in PDF format, I had not seen one displayed on a Gatsby site that I could think of. While not directly a Gatsby question, I did some searching and testing and found one way others were doing it.
<iframe
src="https://drive.google.com/
file/d/yourfileidhere/
preview?usp=embed_googleplus"
width="100%"
height="100%"
/>