13 lines
222 B
Markdown
13 lines
222 B
Markdown
---
|
||
title: "My Resume"
|
||
url: "/resume/"
|
||
---
|
||
|
||
Here’s my resume—scroll or download directly:
|
||
|
||
<iframe
|
||
src="{{ "files/SharwinPatilResume.pdf" | relURL }}"
|
||
width="100%"
|
||
height="800"
|
||
style="border: none;"
|
||
></iframe>
|