Skip to content

Commit

Permalink
Minor UI changes and resume updated
Browse files Browse the repository at this point in the history
  • Loading branch information
im-rakesh0827 committed May 4, 2024
1 parent b2db6da commit 7e8a033
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
Binary file added img/.DS_Store
Binary file not shown.
Binary file modified img/Resume_Rakesh.pdf
Binary file not shown.
21 changes: 15 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ img {

/* Active link */
.active-link {
color: var(--first-color);
/* color: var(--first-color); */
color: hsl(188, 78%, 32%);

}

/* Change background header */
Expand Down Expand Up @@ -293,12 +295,15 @@ img {
}

.home__social-icon:hover {
/* color: var(--first-color-alt); */
color: var(--first-color-alt);
}

.home__blob {
width: 200px;
fill: var(--first-color);
/* fill: var(--first-color); */
fill: hsl(203.32, 60.64%, 27.08%);

}

.home__blob-img {
Expand Down Expand Up @@ -355,15 +360,17 @@ img {
/* ================= BUTTONS ==================== */
.button {
display: inline-block;
background-color: var(--first-color);
/* background-color: var(--first-color); */
background-color: hsl(250, 55.04%, 18.06%);
color: #fff;
padding: 1rem;
border-radius: .5rem;
font-weight: var(--font-medium);
}

.button:hover {
background-color: var(--first-color-alt);
/* background-color: var(--first-color-alt); */
background-color: hsl(188, 78%, 32%);
}

.button__icon {
Expand Down Expand Up @@ -904,7 +911,8 @@ img {
}

.footer__bg {
background-color: var(--first-color);
/* background-color: var(--first-color); */
background-color: hsl(203.32, 60.64%, 27.08%);
padding: 2rem 0 3rem;
}

Expand Down Expand Up @@ -955,7 +963,8 @@ img {
position: fixed;
right: 1rem;
bottom: -20%;
background-color: var(--first-color);
/* background-color: var(--first-color); */
background-color: hsl(69.02, 45.99%, 23.98%);
opacity: .8;
padding: 0 .3rem;
border-radius: .4rem;
Expand Down

0 comments on commit 7e8a033

Please sign in to comment.