Skip to content

Commit

Permalink
[website]: Embed the LaTeX PDF resume version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 18, 2023
1 parent 5acaf5f commit 735b2ad
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ <h2 class="mb-5">
<hr class="m-0" />

<!-- PDF Resume-->
<!-- TODO: Review, and embed a PDF viewer? -->
<section class="resume-section" id="pdf-version">
<div class="resume-section-content">

Expand All @@ -347,13 +346,18 @@ <h2 class="mb-5">
PDF Version
</h2>

<p>
You can check a detailed version of my resume (made with LaTeX) at the next link:
<p class="mb-5">
You can check a detailed LaTeX made version of my resume below, or download it from the next link:
<a class="link-danger" href="resume_en.pdf" target="_blank">
<i class="fas fa-lg fa-fw fa-file-pdf text-danger"></i>
PDF Resume
</a>
</p>

<object class="w-100" data="resume_en.pdf" type="application/pdf" height="800px">
<p>It appears you don't have a PDF viewer for this browser...</p>
</object>

</div>
</section>
</div>
Expand Down

0 comments on commit 735b2ad

Please sign in to comment.