Skip to content

Commit

Permalink
Updated the resume and added a new resume
Browse files Browse the repository at this point in the history
  • Loading branch information
idrismusa4 committed Mar 21, 2024
1 parent 15aea4a commit 5927e1a
Show file tree
Hide file tree
Showing 14 changed files with 831 additions and 1 deletion.
Binary file added Professional-Resume.pdf
Binary file not shown.
Binary file removed Resume-Idris-Shaaba.pdf
Binary file not shown.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ <h2><p class="job-title" id="job-title-text"></p></h2>

</p>
<div class="btn-container">
<a href="Resume-Idris-Shaaba.pdf" download="Resume-Idris-Shaaba.pdf"class="main-btn">
<a href="Professional-Resume.pdf" class="main-btn" target="_blank">
<span class="btn-text">View CV</span>
<span class="btn-icon"><i class="fas fa-eye"></i></span>
</a></div>
<br>
<div class="btn-container">
<a href="Professional-Resume.pdf" class="main-btn" download="Professional-Resume.pdf">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a></div>
Expand Down
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit4cc9eb77067df42d9707d324f85ba561::getLoader();
Loading

0 comments on commit 5927e1a

Please sign in to comment.