Skip to content

Commit

Permalink
Merge pull request #2 from ihazrel/contact
Browse files Browse the repository at this point in the history
Add resume
  • Loading branch information
ihazrel authored May 31, 2024
2 parents ca04ef9 + 46c12de commit aaaf4c0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Binary file added Resume.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ <h3>CodeNection 2021</h3>
<p id="description">Top 15 finalist</p>
<h3>Dean's List all semester</h3>
</div>

<button class="btn" onclick="window.open('Resume.pdf', '_blank')">
<i class="ri-file-text-fill"></i> See my resume
</button>
</section>

<!-- Skills Section -->
Expand Down
20 changes: 20 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ hr{
flex-direction: column;
font-family: 'Roboto', sans-serif;
background-color: #141414;
padding: 8%;
}
#about-main{
margin-top: 8%;
Expand Down Expand Up @@ -140,6 +141,25 @@ hr{
.about .education{
padding: 50px 0;
}
.about .btn{
display: flex;
justify-content: center;
align-items: center;
width: auto;
font-size: 20px;
font-weight: 600;
padding: 10px 20px;
transition-duration: .4s;
border-radius: 10px;
}
.about .btn:hover{
background-color: #000;
color: #fff;
}
.about i{
font-size: 30px;
margin-right: 10px;
}

/* Skills */
.skills{
Expand Down

0 comments on commit aaaf4c0

Please sign in to comment.