Resume now displays on tab

This commit is contained in:
Sharwin24 2025-06-29 19:42:50 -05:00
parent b168b11902
commit 02719113c9
8 changed files with 35 additions and 15 deletions

Binary file not shown.

View file

@ -1,13 +0,0 @@
---
title: "My Resume"
url: "/resume/"
---
Heres my resume—scroll or download directly:
<iframe
src="{{ "files/SharwinPatilResume.pdf" | relURL }}"
width="100%"
height="800"
style="border: none;"
></iframe>

20
content/resume/index.md Normal file
View file

@ -0,0 +1,20 @@
---
title: "My Resume"
date: 2025-06-29T09:00:00+00:00
description: Heres my resume—scroll or download directly
hero: images/sharwin_ethan_chessbot.png
url: "/resume/"
repo: https://github.com/Sharwin24/Resume
---
<iframe
src="SharwinPatilResume.pdf"
width="100%"
height="800"
style="border: none;"
allowfullscreen
loading="lazy"
title="Sharwin Patil Resume"
></iframe>