Skip to content

Commit

Permalink
modify file
Browse files Browse the repository at this point in the history
  • Loading branch information
sai14karthik committed Jan 3, 2024
1 parent 281ded2 commit 388a515
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@
<div id="wrapper" class="fade-in">

<div id="intro">
<div class="top-links">
<a href="index.html">Home</a>
<a href="https://docs.google.com/document/d/1jp1tkztnAMaTa-32Eis4o1quevKUMjI5Xh2oY4xTsWE/edit?usp=sharing">Resume</a>
<a href="#">Projects</a>
<a href="certifications.html">Certifications</a>
<a href="publications.html">Publications</a>
<a href="blogs.html">Blogs</a>
<a href="#">About</a>
</div>


<h1>Sai Karthik </h1>
<h2>Portfolio</h2>
Expand Down Expand Up @@ -199,21 +191,3 @@ <h3>Social</h3>

</body>
</html>
<style>
.top-links {
position: fixed;
top: 0;
right: 0;
padding: 1em;
display: flex;
gap: 20px;
}

.top-links a {
color: #ffffff;
text-decoration: none;
font-size: 20px;
border: none;
outline: none;
}
</style>

0 comments on commit 388a515

Please sign in to comment.