Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GidiRabi authored Apr 2, 2024
1 parent dd31690 commit c5d9fce
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
Binary file added Resume.pdf
Binary file not shown.
31 changes: 27 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,35 @@ <h3 style="text-decoration: underline; padding-left: 5%;"><strong>2D Drawing Boa
<!-- </section>-->

<!-- end expand section -->
<!-- <div>-->
<!-- <hr class="section_hr" />-->
<!-- </div>-->
<!-- <br/> <br> <br>-->
<div>
<hr class="section_hr" />
</div>
<br/> <br> <br>
<!-- end blog section -->

<!-- PDF view section-->

<section>
<div class="heading_container">
<h2>
My Resume
</h2>
</div>
<div style="text-align: center;">
<a href="Resume.pdf" download>Download My Resume</a>
</div>
<br>

<div style="max-width: 60%; margin: auto; border: 2px solid black; padding: 10px;">
<embed src="Resume.pdf" type="application/pdf" width="100%" height="600px" />
<div style="text-align: center;">
<a href="Resume.pdf" download>Download My Resume</a>
</div>
</div>
</section>

<!-- end PDF view section -->
<br><br><br><br><br><br>
<!-- contact section -->

<section class="contact_section layout_padding">
Expand Down

0 comments on commit c5d9fce

Please sign in to comment.