Skip to content

Commit

Permalink
Resolved Naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Akarshan-Jaiswal committed Jul 21, 2024
1 parent b276613 commit 1f86211
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,35 +103,35 @@
<div class="header-text">
<h2>hi<span>,</span> i am <br> Akarshan <br> Jaiswal<span>.</span></h2>
<p>Data Science Master's Student @ Heriot-Watt University and an experienced software Engineer</p>
<a href="#styledPopup1" class="my-popup-trigger" data-toggle="modal">Download Resume</a>
<a href="#styledPopup1" class="my-popup-trigger" data-toggle="modal">Download CV</a>
<div class="modal fade" id="styledPopup1" tabindex="-1" aria-labelledby="styledPopupLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="styledPopupLabel"><b>Download Resume in preffered format</b></h5>
<h5 class="modal-title" id="styledPopupLabel"><b>Download CV in preffered format</b></h5>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<a href="Downloads/Akarshan Jaiswal_CV.pdf" download>Resume [pdf] ⇓</a> </span>
<a href="Downloads/Akarshan Jaiswal_CV.docx" download>Resume [docx] ⇓</a>
<a href="Downloads/Akarshan Jaiswal_CV.pdf" download>CV [pdf] ⇓</a> </span>
<a href="Downloads/Akarshan Jaiswal_CV.docx" download>CV [docx] ⇓</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<a href="#styledPopup2" class="my-popup-trigger" data-toggle="modal">Download CV</a>
<a href="#styledPopup2" class="my-popup-trigger" data-toggle="modal">Download Resume</a>
<div class="modal fade" id="styledPopup2" tabindex="-1" aria-labelledby="styledPopupLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="styledPopupLabel"><b>Download CV in preffered format</b></h5>
<h5 class="modal-title" id="styledPopupLabel"><b>Download Resume in preffered format</b></h5>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<a href="Downloads/Resume_Akarshan_Jaiswal.pdf" download>CV [pdf] ⇓</a> </span>
<a href="Downloads/Resume_Akarshan_Jaiswal.docx" download>CV [docx] ⇓</a>
<a href="Downloads/Resume_Akarshan_Jaiswal.pdf" download>Resume [pdf] ⇓</a> </span>
<a href="Downloads/Resume_Akarshan_Jaiswal.docx" download>Resume [docx] ⇓</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
Expand Down

0 comments on commit 1f86211

Please sign in to comment.