Skip to content

added the download features and the social media x was not showing #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/resume.pdf
Binary file not shown.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,13 @@ <h2>Front End Developer</h2>
exercitationem cumque earum omnis ipsum rem accusantium quis, quas quia, accusamus provident suscipit magni!
Expedita sint ad dolore, commodi labore nihil velit earum ducimus nulla quae nostrum fugit aut, deserunt
reprehenderit libero enim!</p>
<a href="#" class="cta">Download Resume</a>

<p>Click on the image to download the resume<p>
<a href="img/resume.pdf">
<img src="img/img-2.png" alt="" width="104" height="142"><br>
<a href="#" class="cta">Download Resume</a>
</a>

</div>
</div>
</section>
Expand Down Expand Up @@ -232,7 +238,7 @@ <h2>Your Complete Web Solution</h2>
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png" /></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/twitter.png" /></a>
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/x.png" /></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/behance.png" /></a>
Expand Down