Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath7472 authored Apr 7, 2024
1 parent 2da5c5c commit 2c7ddf8
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
/* Add any additional styling for nav */
}

.socialLinks a, .portfolio_links a {
font-size: 12px;
color: #52a77b;
text-decoration: none;
}

@media (max-width: 768px) {

Expand All @@ -159,8 +164,14 @@
max-height: 100%;
object-fit: cover;
}

.socialLinks a, .portfolio_links a {
font-size: 8px;

}

}

}


</style>
Expand All @@ -175,16 +186,16 @@

<div class="socialLinks" style="display: flex;flex-direction: column;">

<a style="font-size: 12px;color: #52a77b;" href="https://www.linkedin.com/in/manjunath-karanth-6b084125/" target="_blank">Linkedin Profile </a>
<a style="font-size: 12px;color:#52a77b;" href="manjunath_resume.pdf" target="_blank">Download CV </a>
<a href="https://www.linkedin.com/in/manjunath-karanth-6b084125/" target="_blank">Linkedin Profile </a>
<a href="manjunath_resume.pdf" target="_blank">Download CV </a>
</div>

<div class="spacer"></div>

<div class="portfolio_links" style="display: flex;flex-direction: column;">

<a style="font-size: 12px;color:#52a77b;" href="https://youtu.be/hMQAp39_KFs" target="_blank">MoGraph & VFX Reel </a>
<a style="font-size: 12px;color:#52a77b;" href="https://youtu.be/ss8QWOg8F-I" target="_blank">AI & Automation Reel</a>
<a href="https://youtu.be/hMQAp39_KFs" target="_blank">MoGraph & VFX Reel </a>
<a href="https://youtu.be/ss8QWOg8F-I" target="_blank">AI & Automation Reel</a>

</div>

Expand Down Expand Up @@ -304,7 +315,7 @@ <h2 style="margin-bottom: 0;">Visual Effects Works</h2>
window.addEventListener('scroll', handleScroll);




offsetgap=10;

Expand Down

0 comments on commit 2c7ddf8

Please sign in to comment.